Hello!

I have created a view where list of users will be shown on a page. For some reason, if there is a user with a name over 20 characters, I get a "..." at the end cutting down the name. Is there anything I can do to stop this?

Have a great day!

Comments

merlinofchaos’s picture

Status: Active » Closed (works as designed)

Views runs usernames through theme('username') which is what does this. You can override theme('username') and change this behavior. See http://api.drupal.org/?q=api/function/theme_username/6

shali.nguyen’s picture

Status: Closed (works as designed) » Fixed

thanks! fixed!

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.