By thomasmeadows on
Does anyone know how to override automatic linking to user/%.
Aka the links that show up in blocks such as "who's online" and "who's new" -> the link to a user's profile.
Does anyone know how to override automatic linking to user/%.
Aka the links that show up in blocks such as "who's online" and "who's new" -> the link to a user's profile.
Comments
Well, I figured out I could
Well, I figured out I could use the rules module to overide it, sort of...But it still does not answer my question...lol
theme_username
http://api.drupal.org/api/function/theme_username controls the display of usernames in Drupal. You can override this theme function in your theme to make the username not appear as a link.
tried
This did not work ~_~. well I did it in my module though not in my theme. does it matter?