Quote:
Originally Posted by beckyvan
Help! I can't even find this code in the member info. I'd love to have the link on the users info.
<if condition="$show['giveinfraction']">
<td class="vbmenu_control"><a href="infraction.php?$session[sessionurl]do=report&u=$userinfo[userid]">$vbphrase[give_infraction]</a></td>
</if>
I'm in the MEMBER INFO template, and there is nothing like that there. 
|
In MEMBERINFO
FIND:
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>
</if>
AFTER ADD:
Code:
<!-- Start Admin Log In As User -->
$admin_log_in_as_user_link
<!-- End Admin Log In As User -->