
12-28-2007, 08:41 AM
|
 |
|
|
Join Date: Jun 2006
Location: Zele (Belgium)
Posts: 259
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
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 -->
|
Quote:
Originally Posted by Rageem
Yes, it's working in 3.7.
I used it in my forum 
|
thanks
|