Quote:
Originally Posted by princeedward
hi guys... i wonder if i can add or is it possible to make it/add the add reputation link or button to the far right of the MemberInfo Templates or Members Profile Page.....after/beside Give Infraction or we can create such small mod for it... but it must be admin or all staff viewable....
hope it does...so i'll be needing your help here guys....appreciate any help from anyone....thanks in advance...please view my code...and correct it please...
Code:
<if condition="$show['reputationlink']">
<td class="vbmenu_control"><a href="reputation.php?$session[sessionurl]do=reputation&u=$userinfo[userid]"><img class="inlineimg" src="$stylevar[imgdir_button]/reputation.gif" alt="<phrase 1="$post[username]">$vbphrase[add_to_xs_reputation]</phrase>" border="0" /></a></td>
<if condition="$show['popups']"><script type="text/javascript"> vbrep_register("$post[postid]")</script></if></if>
|
If you want it to be all staff viewable, add below $show[rep]:
HTML Code:
<if condition="is_member_of($vbulletin->userinfo, x, x, x, x)">
blabla
</if>
Change the x's to your staff usergroup numbers.