Quote:
Originally Posted by Howell
This is working on vB 3.7.0_beta_3 however I changed the template edit for the user profile page to show up on the new version
In MEMBERINFO
FIND:
PHP 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:
PHP Code:
<!-- Start Admin Log In As User --> <if condition="$show_admin_log_as_user_link"> <li class="thead"><a href="$vboptions[forumhome].php?$session[sessionurl]u=$userinfo[userid]&admin_log_in_as_user=$userinfo[userid]">$vbphrase[log_in_as_user]</a></li> </if> <!-- End Admin Log In As User -->
|
Haha, I'd just done that myself and was on my way here to share the info. Looks like you beat me to it