hi guys, like the title say.
on my site i will global see the real name instead username
but if i quote a message it show my "written by $username" and not the real name.
any snipped there to fix my problem?
greets
Lausch
hi guys, like the title say.
on my site i will global see the real name instead username
but if i quote a message it show my "written by $username" and not the real name.
any snipped there to fix my problem?
greets
Lausch
Comments
Comment #1
Zen commentedThis looks like it's a bug.
Comment #2
Zen commentedOn second look, this is not something that can be attended to in this module. theme_username returns a link to the user's page. Stripping that etc. is not terribly feasible.
To fix this for you purpose, use form_alter and alter the existing value of the comment field or overwrite it completely.
Hope this helps.
-K
Comment #3
Lausch commentedhm no.. for example
real name of my user is "Max Mustermann" (fields from usernode) and username is Admin
quote show Username not Realname like other sections / modules
regards
Lausch