Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
VSa - Login To User Account Details »»
VSa - Login To User Account
Version: 3.0.6, by Valter Valter is offline
Developer Last Online: Nov 2023 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.x.x Rating:
Released: 01-16-2010 Last Update: 05-14-2011 Installs: 1406
DB Changes Uses Plugins Auto-Templates
 
No support by the author.

Info:
This will allow forum administrators to simply login to user accounts (to test forum functions, permissions etc...). View screenshots.

Installation:
-Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]

To set options:
Go to: AdminCP > vBulletin Options > VSa - Login To User Account

Versions:
v1.0 - May 20. 2006.
-Initial Release
v2.3 - Apr 11. 2009.
-Latest 3.x version
v3.0 - Jan 17. 2010.
-Updated for vBulletin 4.x
-Mod prefix (Cyb) changed to 'VSa'
v3.0.1 - Jan 17. 2010.
-Fixed bug with "fatal error" in ACP
-'Login As User' in memberinfo moved above [join date]
v3.0.2 - Jan 19. 2010.
-Fixed bug (permissions)
-Minor bugs fixed
v3.0.3 - Jan 27. 2010.
-Fixed bug: Users not able to view other's profile pics in memberinfo
-Fixed bug: Guests able to view 'Login As' link in some cases
v3.0.4 - Feb 26. 2010.
-Fixed: Error on import
-Fixed: Admin must click twice to Log-in to user account
-Fixed: Admin must log-out to go back if target user is banned
-Fixed: 'Set Admins' page style
-Fixed: Some minor bugs
-New: Set Admins able to read PMs
v3.0.5 - Feb 26. 2010.
-Fixed: Bug where user profiles are not accessible on some configs
v3.0.6 - May 16. 2011.
-Improved admin detection
-Minor bugs fixed

Download Now

File Type: zip VSa - Login To User Account v3.0.6.zip (5.4 KB, 5144 views)

Screenshots

File Type: jpg login_mi.jpg (48.5 KB, 0 views)
File Type: jpg login_acp.jpg (165.9 KB, 0 views)
File Type: jpg alert.jpg (69.5 KB, 0 views)
File Type: jpg nopms.jpg (31.8 KB, 0 views)
File Type: jpg setadmins.jpg (89.4 KB, 0 views)
File Type: jpg acp.jpg (128.0 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
10 благодарности(ей) от:
BANDiT600, CELIX, Gamlet_, iiioroh, josner, LOGECT, pvelkov, RichieBoy67, spillage, Toorak Times

Comments
  #192  
Old 12-18-2010, 05:39 PM
MISTER2 MISTER2 is offline
 
Join Date: Feb 2007
Posts: 14
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Having issues with some users, and usergroups not working. However can't pinpoint the issue...it is across multiple usergroups, but not all users from those usergroups.

Edit: Found that once I was given the ability to "log in to admin users" it was working.
However prior to having this access the users that it wasn't working on were 100% NOT admin users.

Seems like a bug with the limit of access to login to admin usergroups, for usergroups that are NOT really admins.

3.0.5 installed
vB 4.0.8
Reply With Quote
  #193  
Old 12-18-2010, 06:56 PM
SOSkr SOSkr is offline
 
Join Date: Apr 2010
Posts: 3
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

To fix go to plugin "VSa - Login To User Account - AS" and remplace

PHP Code:
    eval('$vsaltua_canset = in_array($vbulletin->userinfo[userid], array(' $vbulletin->config['SpecialUsers']['superadministrators'] . '));'); 
for

PHP Code:
    eval('$vsaltua_canset = in_array($vbulletin->userinfo[userid], explode(","' $vbulletin->config['SpecialUsers']['superadministrators'] . '));'); 
Reply With Quote
  #194  
Old 01-20-2011, 03:46 PM
Peter Cook's Avatar
Peter Cook Peter Cook is offline
 
Join Date: Aug 2010
Location: Liverpool UK
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Valter is probably the best addon creator here good Job
Reply With Quote
  #195  
Old 01-20-2011, 07:30 PM
horussjr horussjr is offline
 
Join Date: Feb 2010
Location: Romania
Posts: 138
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

can you make this work for usergroup not users?
Reply With Quote
  #196  
Old 01-26-2011, 08:55 AM
MrD's Avatar
MrD MrD is offline
 
Join Date: Aug 2003
Location: Germany/NRW
Posts: 419
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi,
i think, that if an Admin is logged in as User, they are not show on whoís online and not Logged in the Profil as last visit.
I mean Abe1 Addon do this.
Reply With Quote
  #197  
Old 01-26-2011, 02:09 PM
slipkot slipkot is offline
 
Join Date: Mar 2008
Location: Greece
Posts: 66
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am using vb 4.1.1 and when this addon is active and i am at forum/misc.php i take this error:

Code:
Parse error: syntax error, unexpected T_LNUMBER in /path_to_forum/forum/misc.php(89) : eval()'d code(958) : eval()'d code on line 1
This is also happening with "VSa - Visitors In Last X Hours." and "VSa - ChatBox (AJAX)." Any updates?
Reply With Quote
  #198  
Old 02-08-2011, 09:20 AM
Boofo's Avatar
Boofo Boofo is offline
 
Join Date: Mar 2002
Location: Des Moines, IA (USA)
Posts: 15,776
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am getting the following error when I edit a signature in the modcp. It shows up after the click to save the signature. If I disable the useradmin_edit_start hook code then the error goes away. Any ideas on how to fix this?

Quote:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in [path]/modcp/user.php(348) : eval()'d code on line 29
I figured out the fix for this error. This line:

Code:
$quicklinks = array_merge($quicklinks, array("../member.php?" . $vbulletin->session->vars['sessionurl'] . "do=vsa_loginasuser&u=" . $vbulletin->GPC['userid'] => $vbphrase['vsa_ltua_title'],));
needs to be changed to this since there is only one entry:

Code:
$quicklinks[
	"../member.php?" . $vbulletin->session->vars['sessionurl'] . "do=vsa_loginasuser&u=" . $vbulletin->GPC['userid']
] = $vbphrase['vsa_ltua_title'];
Reply With Quote
  #199  
Old 02-24-2011, 12:38 PM
Laurent42 Laurent42 is offline
 
Join Date: Feb 2011
Posts: 23
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by slipkot View Post
I am using vb 4.1.1 and when this addon is active and i am at forum/misc.php i take this error:

Code:
Parse error: syntax error, unexpected T_LNUMBER in /path_to_forum/forum/misc.php(89) : eval()'d code(958) : eval()'d code on line 1
This is also happening with "VSa - Visitors In Last X Hours." and "VSa - ChatBox (AJAX)." Any updates?
I have the same problem on vb 4.1.2
Is there a fix?

(btw installed and nominated)
Reply With Quote
  #200  
Old 02-24-2011, 12:55 PM
vitrag24's Avatar
vitrag24 vitrag24 is offline
 
Join Date: Nov 2006
Location: India
Posts: 639
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

"Admins able to use product " in this option i need to write userid or no of admin?
Reply With Quote
  #201  
Old 02-25-2011, 08:18 PM
Valter Valter is offline
 
Join Date: Aug 2005
Location: Sarajevo
Posts: 2,432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

UserID.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 02:06 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04928 seconds
  • Memory Usage 2,358KB
  • Queries Executed 28 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (4)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (10)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (7)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete