Blue headers - links

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • lefthome
    Member
    • Feb 2005
    • 97
    • 3.6.x

    Blue headers - links

    I am using the same default as this board at my site and I want to turn off the link located in the blue headers and use those just a titles. Can this be done and how?
  • Jake Bunce
    Senior Member
    • Dec 2000
    • 46598
    • 3.6.x

    #2
    The forum categories? Edit this template:

    Admin CP -> Styles & Templates -> Style Manager -> « » -> Forum Home Templates -> forumhome_forumbit_level1_nopost

    Remove the red code:

    Code:
    <tbody>
    	<tr>
    		<td class="tcat" colspan="<if condition="$vboptions[showmoderatorcolumn]">6<else />5</if>">
    			<a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
    			[color=red]<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">[/color]$forum[title][color=red]</a>[/color]
    			<if condition="$show['forumdescription']"><div class="smallfont">$forum[description]</div></if>
    			<if condition="$show['subforums']"><div class="smallfont"><strong>$vbphrase[subforums]</strong>: $forum[subforums]</div></if>
    		</td>
    	</tr>
    </tbody>
    <if condition="$childforumbits">
    <tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
    $childforumbits
    </tbody>
    </if>

    Comment

    • lefthome
      Member
      • Feb 2005
      • 97
      • 3.6.x

      #3
      that works great but the only problem is that removing that code also removes the title showing the section. Remeber, i want to keep the ittles, but wanted to disable the link.

      Comment

      • Viktor Kraft
        New Member
        • Apr 2004
        • 6

        #4
        Code:
        [color=red]<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]">[/color]$forum[title][color=red]</a>[/color]
        That's because you only need to remove the red code only. $forum[title] no

        Comment

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