PDA

View Full Version : Getting rid of CATAGORIE LINKS!


Fresco
10 Oct 2002, 12:43
i need to get rid of the categorie links..
so it wont have a URL line under it but plain text..
so change: Category into Category
Screenie of what part i mean:

Fresco
10 Oct 2002, 14:51
anybody?

Brad
10 Oct 2002, 19:48
in forumhome_forumbit_level1_nopost and forumhome_forumbit_level2_nopost Find:

<a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"> <normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>

Change to:

<normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont>

Xbox
11 Oct 2002, 09:36
Yeah, that should do it....