Looking for this bit of HTML...

Discussion in 'Forum Management' started by SEbasic, Oct 14, 2005.

  1. #1
    Hi guys,

    Just a quick one...

    Does anyone know where I can find this code in vB templates and how it's output on the back end?
    <tr>
    	<td class="tcat" width="100%">
    		<div class="smallfont">
    		
    		&nbsp;
    		</div>
    	</td>
    	<td style="cursor: pointer;" class="vbmenu_control" id="threadtools" nowrap="nowrap">
    		<a href="/showthread.php?p=654&amp;nojs=1#goto_threadtools">Thread Tools</a>
    
    		<script type="text/javascript"> vbmenu_register("threadtools"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
    	</td>
    	
    		<td style="cursor: pointer;" class="vbmenu_control" id="threadsearch" nowrap="nowrap">
    			<a href="/showthread.php?p=654&amp;nojs=1#goto_threadsearch">Search this Thread</a>
    			<script type="text/javascript"> vbmenu_register("threadsearch"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
    		</td>
    
    	
    	
    		<td style="cursor: pointer;" class="vbmenu_control" id="threadrating" nowrap="nowrap">
    			<a href="/showthread.php?p=654&amp;nojs=1#goto_threadrating">Rate Thread</a>
    			<script type="text/javascript"> vbmenu_register("threadrating"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
    		</td>
    	
    	
    	<td style="cursor: pointer;" class="vbmenu_control" id="displaymodes" nowrap="nowrap">
    		<a href="/showthread.php?p=654&amp;nojs=1#goto_displaymodes">Display Modes</a>
    		<script type="text/javascript"> vbmenu_register("displaymodes"); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0">
    
    	</td>
    	
    	
    	
    		
    			<td style="cursor: pointer;" class="vbmenu_control" id="imod" title="Moderation" align="center"><script type="text/javascript"> vbmenu_register('imod'); </script> <img alt="" title="" src="images/misc/menu_open.gif" border="0"></td>
    		
    	
    	
    </tr>
    HTML:
    I'd like to add something below the "Thread Tools" end the other links above a thread, but I'm having trouble finding it...

    Cheers
     
    SEbasic, Oct 14, 2005 IP
  2. dct

    dct Finder of cool gadgets

    Messages:
    3,132
    Likes Received:
    328
    Best Answers:
    0
    Trophy Points:
    230
    #2
    I think you want the SHOWTHREAD template in Styles $ Template, if you do a Search in Templates for something that's pretty unique it normally shows which one you want (I searched for threadtools).
     
    dct, Oct 14, 2005 IP
  3. SEbasic

    SEbasic Peon

    Messages:
    6,317
    Likes Received:
    318
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Looking now - Will let you know... Cheers

    Yep that's it - duh...

    Cheers mate
     
    SEbasic, Oct 14, 2005 IP