Admin Login As User

phyton

New Member
Updates:

Version 3.0 (01/26/08):

* Released for vb 3.7
* RECOMMEND UNINSTALL THEN REINSTALL. (including any template edits you made.)
* Version works with vb 3.6.0 and greater.


Version 3.10 (01/17/09):

* Released for vb 3.8

Definitely works in 3.8.1. But this is the code you must search for in MEMBERINFO (it doesn't use "can_moderate()"):

Code:
<if condition="$show['edit_profile']">
    <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&u=$userinfo[userid]">$vbphrase[edit_user_profile]</a>
    </li>
</if>
 
Top