In both the messages and user list, chatroom generates its own text and links for users. Is there any reason why theme('username', ...) was not used?
I have a site that needs to override theme('username',...) and I can't figure out how to override the text that chatroom displays.
Thanks for any help.
Comments
Comment #1
Dave Cohen commentedno? nothing?
Comment #2
WoozyDuck commentedI have the issue, this module uses JS to get username so would be great if someone helps?
Comment #3
Anonymous (not verified) commentedComment #4
Anonymous (not verified) commentedseems this was half done. i've committed fixes to finish the job. the site-wide user list is broken right now anyway...
Comment #5
Anonymous (not verified) commentedComment #7
ball.in.th commentedHello,
I've just installed Chat Room 6.x-2.9, the usernames are still not displayed through the theme function. Looking at the code in theme_chatroom_message(), I can still see l() instead of theme('username', ...) .
Changing it to something like this seems to work:
Comment #8
Anonymous (not verified) commentedthanks ball.in.th. i've committed the fix from #7, will roll a 6.x-2.10 release later today.