Quote:
Originally posted by trilOByte
tried the hack in vB2.2 - doesn't work. Anyone know what I need tyo change to get it working? Thanks 
EDIT:
The hack shows up in the profiles, and seems to record the votes properly, but there is no display under the avatar. Basically, I think I have the sql query set up properly plus all the templates. I thinki it's likely a mod to one of the existing templates that is wrong somewhere. Any suggestions?
|
Well it works with 2.2 without any modification. I guess you're talking about the display in the threads. In this case check your
postbit template,
showthread.php and
admin/functions.php
@TheComputerGuy
You can replace the images with stars or you could make the hack use the stars from the thread ratings by changing
$userrating = '0points.gif'; and
$userrating = $rating. 'points.gif'; to
$userrating = '0stars.gif'; and
$userrating = $rating. 'stars.gif'; in
member.php and
admin/functions.php