The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
![]()
I am trying to set up my reputation system and what I want it to do is confusing me.
I want it to be that every time someone clicks on add reputation in a post, it increases the number in the postbit legacy by 1. I think what I want is the reputation power displayed, as opposed to whatever I am displaying that keeps getting capped at 10. This is the code I currently have in: Code:
<if condition="$show['reputation']"><if condition="$show['reppower']">$vbphrase[reppower]: <span id="reppower_$post[postid]_$post[userid]">$post[reppower]</span> </if><div><span id="repdisplay_$post[postid]_$post[userid]"><if condition="$post['showreputation']">$vbphrase[reputation]: <a href = http://www.myurl.com/forums/reputation.php?p=$post[postid]>$post[reputation]</a><br /></if>$post[reputationdisplay]</span></div></if> Thanks |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|