PDA

View Full Version : Very tiny hack. Remove Category ID Link



DiGi
Sun 7th Jan '01, 1:23pm
its very tiny but i dont liked the catogory link.

go to vbb controll pannel

edit templates

edit: categorybit

it looks like:


<TR bgcolor="{categorybackcolor}" id=cat><TD colspan=6>
<normalfont color="{categoryfontcolor}"><B><a href="index.php?categoryid=$categoryid">$categorytitle</a></B></normalfont></td>
</tr>

Replace it with:


<TR bgcolor="{categorybackcolor}" id=cat><TD colspan=6>
<normalfont color="{categoryfontcolor}"><B>$categorytitle</a></B></normalfont></td>
</tr>

Thats all.

i know that this is not a real hack, but a lil modification. i hope ya like it. :D:D

Scaramanga_gold
Sun 7th Jan '01, 1:34pm
thanks but It is not really a hack, It is more like template work. and you should delete this "</a>"

[Edited by Scaramanga_gold on 01-07-2001 at 12:38 PM]

DiGi
Sun 7th Jan '01, 1:49pm
why i should delete this </a> ???

for what is that ?

Kenny250285
Sun 7th Jan '01, 1:50pm
Hehehehe u should know i thought u maked it :D

Scaramanga_gold
Sun 7th Jan '01, 2:04pm
</a> is the closing tag of the <a herf...>
In html every tag have opening & closing, for example:
<html>....</html>
<body>...</body>
<tr....>....</tr>
<td...>....</td>
and many more.
so if you will not delete this </a> it might closing a link from another template. You know.. Just in case.:)

Mike Sullivan
Sun 7th Jan '01, 2:53pm
To templates we go...