Quote:
Originally Posted by maki_69
I use 3.8.6 on localhost but in few minutes I install and check mod on my forum.
EDIT: On my forum I have the same problem (I use vBulletin 3.8.7 Patch Level 3).
URL:
Code:
http://localhost/vbulletin/thumbs.php?do=add&contenttype=post&thumb=-1&contentid=2&securitytoken=1342626612-cf8705a736092af96d2083ce350a15fff2c20d0f
|
Let's do some edits, just for
testing.
1. Open file thumbs.php and delete the lines:
Quote:
// check security
if (!verify_security_token($securitytoken, $vbulletin->userinfo['securitytoken_raw'])) {
print_no_permission();
}
|
then try to use the system.
2. Open file includes/functions_sc_thumbs.php and find the function:
Quote:
function thumbed_already_check
|
change the line:
to
then try to use the system
3. On the same file, find the function:
Quote:
function is_in_banned_usergroup()
|
change the line:
to
then try to use the system
4. On the same file, find the function:
Quote:
function is_in_banned_list()
|
change the line:
to
then try to use the system
5. On the same file, find the function:
Quote:
function is_a_banned_forum($forumid)
|
change the line:
to
then try to use the system
Quote:
Originally Posted by 3raq4all
Hello
How do I get on the variable for the number?
I want to add the number to the Post template
I hope to help
|
What exactly you want to do? These numbers refers the thumbs has been given on the whole site.
Quote:
Originally Posted by Fluke667
i want import from reputation system to thumbs up... howto do this?
|
I haven't check reputation system. will see.