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

SebCorbin’s picture

Well 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...

SebCorbin’s picture

Category: feature » bug
Status: Active » Closed (cannot reproduce)

It 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.