currently using it in vB3.7.3
i didn't like how it looked:
Attachment 87255
so i changed it to look like this:
Attachment 87256
Full Install Notes:
upload delete.gif to your images/misc and then install xml [above post]
In SHOWTHREAD template,
Find:
BEFORE IT ADD:
Code:
<script language="JavaScript">
<!--//BEGIN Script
function new_window(url) {
link = window.open(url,"Link","toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=1,resizable=1,width=500,height=250,left=180,top=180");
}
//END Script-->
</script>
Find:
Code:
<td class="thead">$vbphrase[rate_this_thread]<a name="goto_threadrating"></a>
After it add:
Code:
<if condition="in_array($bbuserinfo[usergroupid], array(5,6,7))"><a href="#" onclick="javascript:new_window('misc.php?do=whorate&threadid=$threadinfo[threadid]')"><center><b><font color=red>$vbphrase[devel_whorate_who]?</font></b></center></a></if>
Find:
Code:
<td class="thead">$vbphrase[rate_this_thread]<a name="goto_threadrating"></a>
change to:
Code:
<td class="thead"><center>$vbphrase[rate_this_thread]</center><a name="goto_threadrating"></a>
cheers and many thanks again to Paul.