Very tiny hack. Remove Category ID Link

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • DiGi
    New Member
    • Dec 2000
    • 22

    Very tiny hack. Remove Category ID Link

    its very tiny but i dont liked the catogory link.

    go to vbb controll pannel

    edit templates

    edit: categorybit

    it looks like:

    Code:
    <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:

    Code:
    <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.
  • Scaramanga_gold
    Senior Member
    • Nov 2000
    • 124

    #2
    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]

    Comment

    • DiGi
      New Member
      • Dec 2000
      • 22

      #3
      why i should delete this </a> ???

      for what is that ?

      Comment

      • Kenny250285
        New Member
        • Nov 2000
        • 23

        #4
        Hehehehe u should know i thought u maked it

        Comment

        • Scaramanga_gold
          Senior Member
          • Nov 2000
          • 124

          #5
          </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.

          Comment

          • Mike Sullivan
            Former vBulletin Developer
            • Apr 2000
            • 13327
            • 3.6.x

            #6
            To templates we go...

            Comment

            widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
            Working...