I've implemented my own myheme_username($user) function and it isn't displayed into new replies messages.

I've checked into template advf-forum-list.tpl.php but it echoes only a $forum->last_reply string. Username stills username, while in post pages templates it's changed.

So i bet that output relies on raw $user->name object instead of its rapresentation.

Comments

michelle’s picture

Status: Active » Closed (won't fix)

Even though I'm not doing support, I investigated this because it would be a bug if I weren't using the theme function. But, not only is this in core forum, not in advanced forum, it is using the theme function:

$variables['author'] = isset($variables['topic']->uid) ? theme('username', $variables['topic']) : '';

So there is nothing to be changed in AF.

Michelle