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!
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
Comment #1
merlinofchaos commentedViews 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
Comment #2
shali.nguyen commentedthanks! fixed!
Comment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.