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"> </div> </td> <td style="cursor: pointer;" class="vbmenu_control" id="threadtools" nowrap="nowrap"> <a href="/showthread.php?p=654&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&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&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&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
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).