vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Administrative and Maintenance Tools - Admin Log In As User (https://vborg.vbsupport.ru/showthread.php?t=168819)

tommythejoat 09-26-2008 07:21 PM

Thank you. We have been needing this to troubleshoot user problems and misunderstandings.

giorgioarmani 10-05-2008 07:36 AM

Does it show the user as online?

Kayden 10-14-2008 07:36 PM

The 'You are currently logged in as another user. Click here to log back into your account.' message suddenly isn't showing up in my header. I checked and re-checked everything, too.

dt_truck11 10-14-2008 11:46 PM

Quote:

Originally Posted by giorgioarmani (Post 1637647)
Does it show the user as online?

yes it does


Quote:

The 'You are currently logged in as another user. Click here to log back into your account.' message suddenly isn't showing up in my header. I checked and re-checked everything, too.
i would try a reinstall and if that helps

JamieB34 10-18-2008 05:47 PM

Thanks for the update , very nice.

MigrosBudget 11-01-2008 08:11 PM

Doesnt seem to work in vbulletin 3.7.3

I installed exactly as the instructions file said, edited the templates etc. But when I click on the 'Admin login as user' link it just reloads the index page of the forum but still with my user.

And when I user the admincp to login through the User form, then I cannot log out of the account i was just logged in with anymore.

fiestero 11-04-2008 09:23 PM

Thanks from spain, works in vbulletin 3.7.3

Maxwell the Cat 11-05-2008 07:10 PM

Very useful. Thank you.

htscpl 11-07-2008 11:29 AM

I really liked this mod and it was working on 3.7.2 but I've just moved to an new server with PHP 5.26 and it quit working. I have now upgraded to 3.7.3 but others say it works with the newer version so I don't think that is the problem.

I get this error code when I try to switch over to another user:
Code:

Unable to add cookies, header already sent.
File: /home/***/public_html/***/vbulletin/includes/class_core.php
Line: 3243

Any ideas as to the cause and fix?

dataman 11-07-2008 02:39 PM

This seems to work ok, except for Living Avatars. I was hoping that this mod would allow me to test errors reported in Living Avatars, but after 'logging in' as user X, I go to 'edit Living Avatar' and my own avatar shows! Otherwise, everything else is correctly showing user X's stuff.

zatzy 11-08-2008 01:42 PM

There is no
<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>

in the templates on vb 3.7.4

Abe1 11-12-2008 01:36 AM

Quote:

Originally Posted by htscpl (Post 1661108)
I really liked this mod and it was working on 3.7.2 but I've just moved to an new server with PHP 5.26 and it quit working. I have now upgraded to 3.7.3 but others say it works with the newer version so I don't think that is the problem.

I get this error code when I try to switch over to another user:
Code:

Unable to add cookies, header already sent.
File: /home/***/public_html/***/vbulletin/includes/class_core.php
Line: 3243

Any ideas as to the cause and fix?

Nope. I would need to to check your acp.

Abe1 11-12-2008 01:37 AM

Quote:

Originally Posted by zatzy (Post 1661784)
There is no
<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>

in the templates on vb 3.7.4

Look for something similar.

Hitterman 11-12-2008 11:05 AM

When we login in as any user, why does the last online data not updated? Can you fix this?

newtsys 11-28-2008 04:42 PM

Quote:

Originally Posted by zatzy (Post 1661784)
There is no
<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>

in the templates on vb 3.7.4



use this:
Find in MEMBERINFO:
Code:

<if condition="$show['edit_profile']">
                                                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                                </if>
                                                                                    </ul>
                                </if>

and replace with this:

Code:

<if condition="$show['edit_profile']">
                                                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                                </if>
<!-- Start Admin Log In As User -->
$admin_log_in_as_user_link
<!-- End Admin Log In As User -->
                                        </ul>
                                </if>


Jinovich 12-08-2008 10:45 PM

2 things,

Needs to be made so it can bypass the password expiry message on other peoples accounts, and on the same screen (your password has expired....) the logout link is missing.

dismas 12-24-2008 04:11 AM

Quote:

Originally Posted by newtsys (Post 1674640)
use this:
Find in MEMBERINFO:
Code:

<if condition="$show['edit_profile']">
                                                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                                </if>
                                                                                    </ul>
                                </if>

and replace with this:

Code:

<if condition="$show['edit_profile']">
                                                        <li class="thead"><a href="moderator.php?$session[sessionurl]do=useroptions&amp;u=$userinfo[userid]">$vbphrase[edit_user_profile]</a></li>
                                                </if>
<!-- Start Admin Log In As User -->
$admin_log_in_as_user_link
<!-- End Admin Log In As User -->
                                        </ul>
                                </if>


Thanks for that! :):up:

Merrit 12-31-2008 02:13 PM

I am using vB 3.7.4 with USFTech Style. Mod install worked well and I can login as a user, but I don't see the link ob top of the forum "You are currently logged in as another user...."

I seems to be an issue with the style I use, any idea how to fix this?

Thx in advance!

OK I am blind ...and stupid. There is a link, but it is white on white background... I need to figure out how to change colour?

sateurope 01-11-2009 09:10 AM

This wil not work with 3.8 version Option to activate admin is not showing

phsycical 01-12-2009 12:32 AM

Does this work with vBulletin 3.8?

smirkley 01-13-2009 02:21 AM

Has been working for me in 3.8G although not fully tested as of yet.

Veer 01-13-2009 04:39 PM

After upgrade on 3.8 It doesn't work for me :(

redrabbit12 01-15-2009 12:09 PM

Great thanks.

redrabbit12 01-15-2009 12:46 PM

If you are having problems with not being able to see the logout text do this.

Admincp > search phrases > "You are currently logged in as another user. Click here to log back into your account." after you find it just add a color tag to it.

For example

<font color="black">You are currently logged in as another user. Click here to log back into your account.</color>

I'm wondering if there is any way to put the "login as user" link into the drop down menu on the postbit.

Rene Kriest 01-18-2009 12:59 PM

Quote:

Originally Posted by Hitterman (Post 1664167)
When we login in as any user, why does the last online data not updated? Can you fix this?

Heck why?

The reason why the data isn't updated is simple: you don't wanna give them a hint.

This addon is - as far as I am concerned - a security tool. I hardly use it for testing purpose.

Rene Kriest 01-18-2009 01:03 PM

Private Notice Pop-up

Can you re-init this counter? This is deleted when you login into a account. If you later login regulary or again via this addon it won't show up again.

Thank you in advance! :)

OcR Envy 01-20-2009 01:33 PM

Any changes for 3.7 users?

bbk 01-20-2009 04:00 PM

thank 4 nice mod.
Спасибо за отличный хак

MyCTaK 01-22-2009 08:10 AM

Quote:

Originally Posted by Rene Kriest (Post 1716792)
Private Notice Pop-up

Can you re-init this counter? This is deleted when you login into a account. If you later login regulary or again via this addon it won't show up again.

Thank you in advance! :)

I think this is very needed. :up:

HaS?R 01-28-2009 04:46 PM

Thanks.

odln018 01-28-2009 08:47 PM

I seem to be having an issue with this. I installed the product, yet when I go to the user group to provide the access, it is not showing up as an option.

I'm running 3.8.1

Thanks!

PamelaE 01-31-2009 05:51 PM

Yep, I dont think this is working in 3.8. Its not for me anyway

Doctor Death 01-31-2009 08:49 PM

Working fine for me. As an admin, I have the "Log On As User" in each members profile panel.

akanevsky 02-01-2009 11:51 AM

Works for me on vBulletin 3.8.

Vaupell 02-01-2009 12:16 PM

waited a day with it installed incase of cache not working for me. guees some other mods interfer with it..

s0lidgr0und 02-04-2009 04:02 AM

After attempting to import product with overwrite after upgrade to 3.8.1:
Quote:

A conflict was detected in the bitfields. You cannot continue with the installation of this product until this has been fixed. The conflicts found were:
Bitfield Collision: canpostnonmembergroup = canalwayspostmessage
Thoughts?

Reece^B 02-09-2009 07:58 AM

Heres an problem for you:

If you try and delete a post, you can't get around:

Please login again to verify the legitimacy of this request.

Blackheart_72 02-09-2009 10:32 AM

Quote:

Originally Posted by Reece^B (Post 1738485)
Heres an problem for you:

If you try and delete a post, you can't get around:

Please login again to verify the legitimacy of this request.

Thats vB, the setting is under vB Options-->General Settings-->Enable Inline Moderation Authentication

emdee 02-10-2009 08:21 PM

did not work for me, 3.8

SHOBizzy 02-10-2009 08:36 PM

Working fine for me in 3.8.1 getting in, but it doesn't provide the link to log back out of their account. Will be checking to see if I missed something, it's got to be something stupid simple. This is a great modification and I'd love to be able to use it again.


All times are GMT. The time now is 11:35 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.01555 seconds
  • Memory Usage 1,827KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete