I am using getResources to display blog entries. For each entry I want to display the name of the user who created the resource.
I can retrieve their ID using placeholder [[+createdby]]
but I don't know how to get their name.
Does anyone know how to do this?