Log in

View Full Version : Where to add something in the postbit


New Joe
09-10-2009, 09:46 AM
I would like to add something just under the green rep bar in a users postbit but where to add it in the template of the postbit?

Thank you in advance.

James Birkett
09-10-2009, 01:32 PM
Something along the lines of "$post[reputation]"

This (I think):

<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]">$post[reputationdisplay]</span></div></if>

New Joe
09-10-2009, 02:13 PM
Thank you, that was right.