Log in

View Full Version : log into user


silvermerc
02-09-2009, 11:38 PM
Log into user for 3.8 there isnt one yet :(
Does anyone know of a earlier version that works with 3.8, YES I HAVE SEARCHED.

--------------- Added 1234230381 at 1234230381 ---------------

Edit found this:
https://vborg.vbsupport.ru/showthread.php?t=168819&highlight=log+into+user
In read me it says:
Admin Log In As User version 3.10

FOR UPGRADE AND FRESH INSTALLATIONS!

1) Import product-abe1_admin_log_as_user.xml into PRODUCTS. Allow Overwrite "YES" (admincp -> Plugin System -> Manage Products -> [Add/Import Product])

2) Do the **OPTIONAL** template edits


(this adds a link on a member's profile page, you can still use the link in edit user page in the acp)
in MEMBERINFO:

find:
--------------------------------------------------------------------
<if condition="can_moderate()">
<li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
</if>
--------------------------------------------------------------------

AFTER place this:
--------------------------------------------------------------------
<!-- Start Admin Log In As User -->
$admin_log_in_as_user_link
<!-- End Admin Log In As User -->
--------------------------------------------------------------------


3) Go to (admincp -> Usergroups -> Administrator Permissions -> [Edit Permissions]) and allow your self to use the hack.


Done.

Click 'install' in the thread you downloaded this from.

Done
I found that this isnt in the MEMBERINFO so im lost

dismas
02-09-2009, 11:46 PM
I just searched and found this:
https://vborg.vbsupport.ru/showthread.php?t=168819

The developer says it works for 3.8

snakes1100
02-09-2009, 11:49 PM
lol, just search for this in the template and add the code after it.

href="moderator.php?$session[sessionurl]do=useroptions

silvermerc
02-09-2009, 11:58 PM
Doesnt work :(
http://www.tehupload.com/uploads/942e0841b8e2924dontwork.bmp

Dismounted
02-10-2009, 05:17 AM
Please contact the author (or post in the thread) of the modification for support.