Quote:
Originally Posted by gabrielt
In order for this mod to show up on the member's profile page on vBulletin 3.7 you need to edit the following template and add the code in red:
Member Info Templates, MEMBERINFO
Code:
<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
<li class="thead"><a href="misc.php?$session[sessionurl]do=spamcleanconfirm&u=$userinfo[userid]">$vbphrase[spammer_ban_member]</a></li>
</if>
I hope this helps other people on the same situation.
Cheers,
Gabriel Torres
|
Outstanding, just saw this today! Thanks!:up: