Hi,
Im wondering if anyone could help! In themod it says find and delete
Quote:
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadrating"); </script></if>
|
The closest thing I have to it in my showthread is
Quote:
<if condition="$show['threadrating']">
<td class="tcat" id="threadrating" nowrap="nowrap">
<a href="$show[nojs_link]#goto_threadrating"><span id="threadrating_current"><if condition="$show['rating']">$vbphrase[rating]: <img class="inlineimg" src="$stylevar[imgdir_rating]/rating_$thread[rating].gif" alt="<phrase 1="$thread[votenum]" 2="$thread[voteavg]">$vbphrase[thread_rating_x_votes_y_average]</phrase>" border="0" /><else />$vbphrase[rate_thread]</if></span></a>
<if condition="$show['popups']"><script type="text/javascript"> vbmenu_register("threadrating", true); </script></if>
</td>
</if>
|
Any help would be great
EDIT - Found it in the end. This mod dosent appear to operate correctly. Uninstalled.