Closed (won't fix)
Project:
Advanced Forum
Version:
6.x-1.0-rc4
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
14 Apr 2009 at 09:35 UTC
Updated:
14 Apr 2009 at 13:38 UTC
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
Comment #1
michelleEven 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:
So there is nothing to be changed in AF.
Michelle