Quote:
Originally Posted by Lionel
can that be installed under Thread Tools? I ran out of space in that navbar (Got other hacks installed)
|
Yes you can, after you done the main installing, do the following to make in under Thread Tools
Open template SHOWTHREAD
Find
Code:
<td class="vbmenu_control" id="postshow">
<a href="#goto_postshow">Posts Show Per Page</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("postshow"); </script></if>
</td>
Erase it
Find:
Code:
<if condition="$show['adminoptions']">
Replace with:
Code:
<tr>
<td class="vbmenu_control" id="postshow">
<a href="#goto_postshow">Posts Show Per Page</a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("postshow"); </script></if>
</td>
</tr>
<if condition="$show['adminoptions']">
Have fun