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

Zen’s picture

Category: support » bug

This looks like it's a bug.

Zen’s picture

Status: Active » Closed (won't fix)

On 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

Lausch’s picture

hm 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