Closed (cannot reproduce)
Project:
Make Meeting Scheduler
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Jun 2012 at 13:29 UTC
Updated:
28 Jun 2012 at 12:21 UTC
Hi!
We use the realname module.
The problem is that the usernames in the list are "drupal raw usernames" and not the composed realnames.
Is that possible?
Wr
Comments
Comment #1
SebCorbin commentedWell this is weird, because I'm using theme('username', ...) that calls template_preprocess_username which itself calls format_username(), the very function that RealName module is based on.
I will install RealName and see what can be done...
Comment #2
SebCorbin commentedIt works on my installation, so please, check that you have successfully configured realname and flushed caches.
Also note that anonymous users are not rendered with theme('username', ...) so they are not affected by realname.