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
Admin Log In As User Details »»
Admin Log In As User
Version: 3.21, by Abe1 Abe1 is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Administrative and Maintenance Tools - Version: 4.0.0 Rating:
Released: 11-15-2009 Last Update: 11-16-2009 Installs: 1340
Uses Plugins Auto-Templates
Translations  
No support by the author.

Admin Log In As User


About this hack:
This hack allows any admin that you set in admin permissions, to log in as any user. You have to go to the user's profile page and there will be a link to 'Log In As This User'. Also, there is a link the drop down menu in the ACP User Manager. If you are logged in as another user, you will get a message on top of the forum saying, 'You are currently logged in as another user. Click here to log back into your account.'

This hack is very easy to install. This hack has only the admin yes/no option. Just install and it's ready to be used!

Enjoy!

Installation information on hack:
  • Files edited: 0
  • Templates edited: 0
  • Files to upload: 1 (Product file via ACP only)
  • Time to install: 5 seconds

Updates:

Version 3.20 (11/16/09):
  • Released for vb 4.0 beta 3
Version 3.21 (11/17/09):
  • Removed the option to log in as yourself.

Download Now

File Type: zip admin_log_in_as_user_3_21.zip (2.6 KB, 7079 views)

Screenshots

File Type: jpg 1.JPG (35.8 KB, 0 views)
File Type: jpg 2.jpg (51.5 KB, 0 views)
File Type: jpg 3.JPG (66.6 KB, 0 views)
File Type: jpg 4.jpg (85.2 KB, 0 views)

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
6 благодарности(ей) от:
Ba'al, josner, livenetc, mohammadxxx, munkfish, SaN-DeeP

Comments
  #492  
Old 02-27-2013, 07:31 AM
unnamedghost unnamedghost is offline
 
Join Date: May 2011
Location: Australia
Posts: 13
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry for the bump but, question... If I want to restrict a certain user from being logged into, where abouts would I implement the required code?
Reply With Quote
  #493  
Old 03-01-2013, 04:10 AM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

User or usergroup?

You would have to add an if/else statement in the template where the code adds the link I would think.
Reply With Quote
  #494  
Old 03-25-2013, 02:14 PM
pepin_bcn pepin_bcn is offline
 
Join Date: Feb 2013
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed and does not work with 4.2....

Please!! update for vb 4.2 Level 3

Thanks.
Reply With Quote
  #495  
Old 03-25-2013, 03:23 PM
smirkley smirkley is offline
 
Join Date: Apr 2008
Posts: 627
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I use on 4.2.pl3. It has worked fine in all v4 versions for me.
Reply With Quote
  #496  
Old 03-26-2013, 01:04 PM
Nelson58 Nelson58 is offline
 
Join Date: Oct 2011
Posts: 399
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works for me on V4.2 PL3 as well.

Great mod!!

Nelson
Reply With Quote
  #497  
Old 03-30-2013, 05:38 AM
Lightly_Toasted Lightly_Toasted is offline
 
Join Date: Mar 2013
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Working for me as well. 4.2 PL3
Reply With Quote
  #498  
Old 04-01-2013, 01:55 PM
meissenation meissenation is offline
 
Join Date: Apr 2005
Posts: 476
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The problem is that the modification has a "max version" check which says it's only compatible up to 4.1.0 alpha 1 -- if you installed between 4.0.0 and 4.1.0 alpha 1 you can upgrade vBulletin and it still works fine, but a fresh install of the production a vBulletin > 4.1.0 alpha 1 you get a prompt saying it's not compatible with the version you're using.
Reply With Quote
  #499  
Old 04-09-2013, 07:59 PM
sheyworth sheyworth is offline
 
Join Date: Mar 2009
Posts: 56
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by meissenation View Post
The problem is that the modification has a "max version" check which says it's only compatible up to 4.1.0 alpha 1 -- if you installed between 4.0.0 and 4.1.0 alpha 1 you can upgrade vBulletin and it still works fine, but a fresh install of the production a vBulletin > 4.1.0 alpha 1 you get a prompt saying it's not compatible with the version you're using.
Anyway around this?
Reply With Quote
  #500  
Old 05-02-2013, 08:12 AM
woodscooter woodscooter is offline
 
Join Date: Dec 2010
Posts: 11
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yes, you can get round it quite easily.

Download the mod, then open the .xml file in a text editor. Look for the Dependencies section, not far from the beginning
Code:
<dependencies>
		<dependency dependencytype="vbulletin" minversion="4.0.0 alpha 1" maxversion="4.2.99" />
	</dependencies>
Change the maxversion to 4.2.99, as I have done in the snippet above. Save the amended .xml file.

Now you can install the product in any vBulletin 4.2.x version
Reply With Quote
Благодарность от:
K!nG
  #501  
Old 05-03-2013, 02:23 AM
thejoker702 thejoker702 is offline
 
Join Date: May 2012
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Datenpapst View Post
that should be added to the first post
Thank you this fixed the problem of it not showing up in the user profile.. Why doesnt someone just update this mod so it works properly in the newest version. Would save a lot of unnecessary questions
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 07:52 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05348 seconds
  • Memory Usage 2,346KB
  • 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
  • (1)bbcode_code
  • (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
  • (1)pagenav_pagelinkrel
  • (11)post_thanks_box
  • (7)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (5)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