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

Home » FUDforum Development » Plugins and Code Hacks » Forum title link style
Show: Today's Messages :: Polls :: Message Navigator
Switch to threaded view of this topic Create a new topic Submit Reply
Forum title link style [message #2575] Sun, 12 May 2002 00:13 Go to next message
stormalong is currently offline  stormalong   United States
Messages: 14
Registered: May 2002
Location: United States
Karma: 0
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

Re: Forum title link style [message #16045 is a reply to message #2575] Mon, 12 January 2004 20:55 Go to previous message
nino is currently offline  nino   Germany
Messages: 19
Registered: May 2003
Karma: 0
Junior Member
how to do this for V.2.5.0?
tnx in adv.
Nick
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: New version of popfud.php
Next Topic: Admin controll-panel UI-overhaul
Goto Forum:
  

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

Current Time: Sat May 18 22:41:14 GMT 2024

Total time taken to generate the page: 0.02341 seconds