The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
unlimited reputation
Hi,Does anyone knows how to create a un-limited reputation system?
I want to : reputation my post / reputation same post / reputation more than one time Thnaks a lot. |
#2
|
|||
|
|||
Hi,Does anyone can help?
|
#3
|
||||
|
||||
If you edit reputation.php you can "edit out" the checks... taking a quick look at vb 3.8.6 reputation.php you want to "comment out" lines 124-132 inclusive- that will let you give reputation to the same post more than once.
for me those lines are: Code:
if ($repeat = $db->query_first(" SELECT postid FROM " . TABLE_PREFIX . "reputation WHERE postid = $postid AND whoadded = " . $vbulletin->userinfo['userid'] )) { eval(standard_error(fetch_error('reputationsamepost'))); } To "comment out" a line ad two slashes "//" to the front of the line so it's ignored. To be able to rep yourself it looks like it may need a javascipt edit, not something I can look into right now. This was just a quick look- not sure if this will cause other problems down the line so backup first. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|