Can someone tell me what code I need to place in my template to allow members to add reputation to the user that uploaded an image into their Album?
I pulled this code out of the postbit template:
But I'm not sure if I can just plug it into another template where I want it. (I tried it in the album_pictureview template with no luck).
I pulled this code out of the postbit template:
Code:
<if condition="$show['reputationlink']"> <span id="reputationmenu_$post[postid]"><a href="reputation.php?$session[sessionurl]p=$post[postid]" rel="nofollow" id="reputation_$post[postid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></span> <if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if> </if>
Comment