Home »
FUDforum Development »
Plugins and Code Hacks »
Forum title link style
Forum title link style [message #2575] |
Sun, 12 May 2002 00:13 ![Go to next message Go to previous message](/forum/theme/default/images/down.png) |
stormalong
![United States United States](/forum/images/flags/us.png) Messages: 14 Registered: May 2002 Location: United States
Karma:
|
Junior Member |
|
|
This is for Forum v1.2.8 If you want or need to change the style of the Forum Name link go to line #163 in index.php.
Change this...
echo '<td class="RowStyleA" width="100%"><a href="thread.php?frm_id='.$data->id.'&'.$_RSID.'" class="GenLink">'.$data->name.'</a><br>'.$data->descr.'</td& amp; gt;';
To this...
echo '<td class="RowStyleA" width="100%"><a href="thread.php?frm_id='.$data->id.'&'.$_RSID.'" class="ForumLink">'.$data->name.'</a><br>'.$data->descr.'</td& amp; gt;';
Then enter these style tags in the head section via the admin style manager and insert your own values. <style> A.ForumLink {FONT-SIZE: 12px; COLOR: #000000} A.ForumLink:hover {FONT-SIZE: 12px; COLOR: #ccdddd} .ForumLink:visited {FONT-SIZE: 12px; COLOR: #666666} </style>
I wanted to add it to the admin section but I don't know how to go about it.
"You can just think of t-rex as the 8000lb roadrunner from hell"
[Updated on: Sun, 12 May 2002 00:13] Report message to a moderator
|
|
|
Goto Forum:
Current Time: Mon Feb 17 21:08:27 GMT 2025
Total time taken to generate the page: 0.03669 seconds