On my site, the users are actually community organizations, and the profile field I'm displaying with the Authorship module is the full name of the organization, which tends to be rather long. I've found that beyond a certain length, the names are cut off and a "..." is added. How can I stop this from happening? There's about a mile of blank space off to the right of the name, so I don't really understand why it's being abbreviated.
Comments
Comment #1
AjK commentedThis isn't done by the authorship module. Drupal Core does that. You can fix it by overriding the theme_username() function.
See
http://drupal.org/node/55126 and http://api.drupal.org/api/5/function/theme_username
Comment #2
(not verified) commented