David1678
07-13-2009, 02:06 AM
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:
<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>
If anyone can help it would be greatly appreciated!
Thanks
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:
<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>
If anyone can help it would be greatly appreciated!
Thanks