FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » How To » How to... Change User Profile Link colour to bold
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
How to... Change User Profile Link colour to bold [message #20098] Sun, 26 September 2004 14:10 Go to next message
Novelty is currently offline  Novelty   Brunei Darussalam
Messages: 7
Registered: September 2003
Karma: 0
Junior Member
Is there anyway to change the Profile link colour to Bold?
Re: How to... Change User Profile Link colour to bold [message #20099 is a reply to message #20098] Sun, 26 September 2004 18:37 Go to previous messageGo to next message
Abraxa is currently offline  Abraxa   Germany
Messages: 72
Registered: August 2004
Location: Germany
Karma: 0
Member
If I guess correct and you mean the link that is shown in every message posted titled with the name of the person that made the post you can change it easily:

First, open /FUDForumData/include/theme/default/drawmsg.inc line 220, change

$user_link = '<a href="index.php?t=usrinfo&amp;id='.$obj->user_id.'&amp;'._rsid.'">'.$user_login.'</a>';


to

$user_link = '<a href="index.php?t=usrinfo&amp;id='.$obj->user_id.'&amp;'._rsid.'"><b>'.$user_login.'</b></a>';


and then rebuild the theme in the Admin panel. That's all =)

-Soeren
Re: How to... Change User Profile Link colour to bold [message #20101 is a reply to message #20099] Sun, 26 September 2004 19:34 Go to previous message
Ilia is currently offline  Ilia   Canada
Messages: 13241
Registered: January 2002
Karma: 0
Senior Member
Administrator
Core Developer
Actually the correct answer is to open drawmsg.tmpl and change
the dmsg_reg_user_link template section, where by you would add bold HTML tags around the name. After the change rebuild your theme(s).


FUDforum Core Developer
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: fudforum into phpgroupware: coder wanted
Next Topic: Undefined template: "TEMPLATE"
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sat Nov 23 22:22:07 GMT 2024

Total time taken to generate the page: 0.02322 seconds