Speedy2000 |
05-13-2008 04:29 PM |
Quote:
Originally Posted by Mr. Hoddz
(Post 1517519)
I have installed on vB 3.7.0 and added the template alterations. Still can't see how I can login as another user. Anyone want to help me out and shed some light?
Regards, Ben
|
When I installed in on 3.7 in MEMBERINFO, I first reverted to the 3.7 default MEMBERINFO code. Then I searched for the following:
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>
And below this, I've entered the following line:
Code:
<li class="thead">$admin_log_in_as_user_link</li>
The link should now be visible next to Edit User Profile.
|