I have a user with a long name and Drupal is always cutting their name off so you can't see the whole thing. Where do I go to change that setting?

Comments

Rosamunda’s picture

I would like to know that too!!
Maybe a hack somewhere...

Rosamunda
Buenos Aires | Argentina
www.ligadelconsorcista.org

Chris Johnson’s picture

You probably want to look at the theme_username() function. It the theme you are using does not have such a function, the default system theme_username() function in includes/theme.inc will be used. It defaults to 15 characters if the name is longer than 20 characters. If you do not see "..." after the trancated user name, it is not the default theme_username() function which is doing it.

Golem07’s picture

...six years later and still a good solution for 7.x.
Thanks!