Quote:
Originally Posted by Kaleem
Guests can not see the rating? It just shows them number zero?
Will you be adding the guest accessibility? It will be a good addition.
Excellent Mod.
|
Quote:
Originally Posted by jaffaman
Installed  thanks for your great mod.
I would like to see that as well.
I am not fussed if the guest can use it but i would like them to see the number of thumbs up/down votes and if they hover over the thumbs it comes up with something like You are not logged in or you do not have permission to use the Thumbs up/down rating system.
One other thing is there a setting to have one thumbs up/down per post so you can not give a post a thumbs up and a thumds down on the same post?.
|
wow it is a bug! To fix the viewing of thumbs votes to guests, open the file
functions_sc_thumbs.php (located in /includes folder), find the lines:
Quote:
// if guest, do not load the thumbs (return empty cache)
if ($vbulletin->userinfo['usergroupid'] == 1) {
return $cache;
}
|
... and remove them!