By mws on
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?
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
I would like to know that too!!
I would like to know that too!!
Maybe a hack somewhere...
Rosamunda
Buenos Aires | Argentina
www.ligadelconsorcista.org
themes control the appearance of pages
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.
...six years later and still
...six years later and still a good solution for 7.x.
Thanks!