vb.org Archive

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

ForceHSS 10-30-2011 03:21 AM

As I said in my other post not tested. It seems to work for the other guy

imported_Vishalsachar 11-06-2011 05:06 AM

Quote:

Originally Posted by lcn (Post 2255369)
The following dependencies were not met:
This product is not compatible with version 4.1.7 of vBulletin.
(Compatible starting with 4.0.0 alpha 1 / Incompatible with 4.1.0 alpha 1 and greater)

edited the XML

Code:

        <dependencies>
                <dependency dependencytype="vbulletin" minversion="4.1.4" maxversion="4.1.8" />
        </dependencies>

Now works

Yes, this is the solution and it worked for me. Many thanks for posting your help! I love this mod, clicked installed

imported_Vishalsachar 11-06-2011 05:13 AM

Quote:

Originally Posted by Elenna (Post 2219692)
Here is a copy of the edits I made to version 3.21 of this product. I have upped the "Max Version" and made the change to the template edit as mentioned here.

This file is only for vBulletin 4.1.4.

Thanks for this, this was a BIG help. Now I can login as a user from their profile page as well as the ACP. Many thanks!!! Working on 4.1.7 Patch Level 2

Killer Squirrel 11-07-2011 03:31 AM

Once you edit the XML file to allow you to use it on the current version your running it runs fine.

nando99 12-22-2011 01:45 PM

I'm on 4.1.9 and I edited the plugin like so
Code:

<dependency dependencytype="vbulletin" minversion="4.1.4" maxversion="4.1.9" />
doesnt install, i get
Code:

This product is not compatible with version 4.1.9 of vBulletin. (Compatible starting with 4.1.4 / Incompatible with 4.1.9 and greater)
any help is appreciated, thanks in advance...

jaxo 12-22-2011 04:52 PM

Why waste my time with having this in the 4.x.x mod section when it does not work,.. sort it VB, even phpbb have their mods monitored and removed if not compatible

The following dependencies were not met:

This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 alpha 1 / Incompatible with 4.1.0 alpha 1 and greater)

Alibass 12-22-2011 05:08 PM

Quote:

Originally Posted by jaxo (Post 2280120)
Why waste my time with having this in the 4.x.x mod section when it does not work,.. sort it VB, even phpbb have their mods monitored and removed if not compatible

The following dependencies were not met:

This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 alpha 1 / Incompatible with 4.1.0 alpha 1 and greater)

Mate this works fine on my 4.1.9 board. If you hadn't posted your very first post on this board as an arse I would tell you how to make it work.

Happy Holidays!

jaxo 12-22-2011 05:10 PM

Im moved from phpBB to vbulletin for ease of use, not to manually code broken mods... as I said this would have been removed from phpBB database and an abandoned mod. Not being an ass, just expected better from a paid forum software

Alibass 12-22-2011 06:41 PM

Quote:

Originally Posted by jaxo (Post 2280129)
Im moved from phpBB to vbulletin for ease of use, not to manually code broken mods... as I said this would have been removed from phpBB database and an abandoned mod. Not being an ass, just expected better from a paid forum software

Mate the mods you get on this board are FREE and are not the property of vB. You paid for vB and you got what you paid for and in my book you made a very wise choice over phpBB.
The coder that wrote this mod does not support it and therefore you will not find any updates but it still works on the latest versions. Read through the posts on this thread and you will find what you are looking for.

datoneer 12-22-2011 06:49 PM

Working perfect with 4.1.8. Amazing mod Rated 5 thanks.

I just set maxversion="" and that's it. Save xml and upload

jaxo 12-22-2011 07:53 PM

thanks datoneer, That worked, cheers m8

BirdOPrey5 12-22-2011 08:35 PM

FYI - Min version is inclusive, max version is exclusive... You need to set the max version above the version you want to use it on, so 4.2.0 or 5.0.0 in this case.

As for the ridiculousness of removing a great mod that only needs a simple edit to work, that doesn't even warrant a response.

Luca_ITA 12-23-2011 11:22 AM

Working fine on 4.1.9

Skyrider 12-27-2011 02:45 PM

For some reason, when I log in to someone I get logged out entirely. Using v4.1.8

The Rocketeer 12-30-2011 07:01 AM

Quote:

Originally Posted by jaxo (Post 2280120)
Why waste my time with having this in the 4.x.x mod section when it does not work,.. sort it VB, even phpbb have their mods monitored and removed if not compatible

The following dependencies were not met:

This product is not compatible with version 4.1.8 of vBulletin. (Compatible starting with 4.0.0 alpha 1 / Incompatible with 4.1.0 alpha 1 and greater)

Just search through the first few pages, there is a very good fix provided there and after that you are good as gold. I dont use it on my board but I am pretty sure it still works just fine :up:

Successfulsteps 12-30-2011 06:06 PM

Quote:

Originally Posted by SemperFideles (Post 1957459)
memberinfo_block_admin_log_in_as_user
navbar_admin_log_in_as_user_header

Quote:

Originally Posted by KEKforce (Post 1958281)
Same question I have...

With all respect for the coder...

Using now...

https://vborg.vbsupport.ru/showthread.php?t=233350
Which has the same problem ;)

Quote:

Originally Posted by djbaxter (Post 1970209)
You don't have to disable vBSEO entirely, just the URL rewrite for the member profiles.
  1. Go into your vBSEO Control Panel
  2. Click on URL Rewrite Settings
  3. Click on the Advanced Settings tab
  4. Scroll down to Rewrite Member Profile URLs? and set this to NO

Quote:

Originally Posted by datoneer (Post 2280160)
Working perfect with 4.1.8. Amazing mod Rated 5 thanks.

I just set maxversion="" and that's it. Save xml and upload

Quote:

Originally Posted by BirdOPrey5 (Post 2280191)
FYI - Min version is inclusive, max version is exclusive... You need to set the max version above the version you want to use it on, so 4.2.0 or 5.0.0 in this case.

As for the ridiculousness of removing a great mod that only needs a simple edit to work, that doesn't even warrant a response.

I use this mod in 4.1.9. I do get nervous about mods not supported. I am also using vbSEO and have not made any template changes. I don't have it on user profiles, but I don't really need it there either. As long as I can go the admincp, I am happy. If it throws out db errors, then I really worry.

I quoted all these posts for those who are having problems. These are easy fixes to have a great mod like this one.

Scyther 01-01-2012 10:49 AM

Quote:

Originally Posted by datoneer (Post 2280160)
Working perfect with 4.1.8. Amazing mod Rated 5 thanks.

I just set maxversion="" and that's it. Save xml and upload

Great Ivan!
I did the same and its works well!!

Marked installed, Rated 5 stars and sent for MOTM!!

Amin47 02-08-2012 03:18 AM

worg great
just delete this line
PHP Code:

        <dependency dependencytype="vbulletin" minversion="4.1.10" maxversion="4.1.10" /> 

i test on VB 4.1.10

Ddiablo 02-11-2012 03:10 PM

As depend?ncias abaixo n?o foram atendidas:


http://img809.imageshack.us/img809/4131/capturedko.jpg

BirdOPrey5 02-11-2012 05:10 PM

This mod still works fine for me on 4.1.10- but I only use it via the Admin CP.

res6cue 02-11-2012 05:51 PM

I've used it numerous times over the past few days on 4.1.10 with no trouble at all. I've used it from both the forum and the Admin CP. No problem with either, and I'm using custom themes as well.

MasterofWorlds 02-28-2012 01:36 PM

I will look at tweaking this a bit since it looks to only have the link in the admin cp if you have the VSa - Advance Forum Rules mod installed. Where the image shows it should have, i have it saying forums rules not accepted yet. But other than that looks to work fine with 4.1.10

Mad Dawg 02-29-2012 05:48 PM

PHP Code:

        <dependency dependencytype="vbulletin" minversion="4.1.10" maxversion="4.1.10" /> 

I changed the maxversion="4.1.10" in the above line to maxversion="5.0.0"

Running on latest version of 4.x without any issues. Works everywhere it's supposed to.

This is the one thing that I missed after switching over from phpBB3.

mjfan227 03-03-2012 01:40 AM

Quote:

Originally Posted by Mad Dawg (Post 2304749)
PHP Code:

        <dependency dependencytype="vbulletin" minversion="4.1.10" maxversion="4.1.10" /> 

I changed the maxversion="4.1.10" in the above line to maxversion="5.0.0"

Running on latest version of 4.x without any issues. Works everywhere it's supposed to.

This is the one thing that I missed after switching over from phpBB3.


I did this then it worked fine for me. Thank you.

MrBeastlymfe 03-03-2012 05:48 PM

Is there a version of this for 4.1.11?
I did what Mad Dawg said and didn't work

Varsh 03-03-2012 06:06 PM

Changing version didn't work for me either.

otttto 03-04-2012 09:46 PM

1 Attachment(s)
Here is a changed xml working in 4.1.11

Replaced Code:

Code:

<dependency dependencytype="vbulletin" minversion="" maxversion="" />
Code:

$template_hook['profile_sidebar_first'] .= $tab_html;
  1. Import the product file via the product manager in your AdminCP.
  2. Done!

Datacenter1 03-08-2012 09:46 PM

Quote:

Originally Posted by otttto (Post 2306221)
Here is a changed xml working in 4.1.11

Replaced Code:

Code:

<dependency dependencytype="vbulletin" minversion="" maxversion="" />
Code:

$template_hook['profile_sidebar_first'] .= $tab_html;
  1. Import the product file via the product manager in your AdminCP.
  2. Done!

Thanks !

It works perfect in 4.1.11

Jamie107 04-21-2012 02:28 PM

not working in 4.1.12, anyone else?

BirdOPrey5 04-21-2012 05:07 PM

Check out post #425 on how to install it on newer VB versions: https://vborg.vbsupport.ru/showpost....&postcount=425

doubleclick 04-24-2012 07:51 AM

This mod is a must-have for me, and glad to see it's still around and kicking. Many of my users aren't that tech-savvy, and just doing things for them is easier than playing a couple of rounds of "Who's on First?" is a real timesaver. Thanks Abe1

Fleiding 04-25-2012 10:02 AM

Quote:

Originally Posted by otttto (Post 2306221)
Here is a changed xml working in 4.1.11

Replaced Code:

Code:

<dependency dependencytype="vbulletin" minversion="" maxversion="" />
Code:

$template_hook['profile_sidebar_first'] .= $tab_html;
  1. Import the product file via the product manager in your AdminCP.
  2. Done!

Thanks! Works great in 4.1.12 patch level 1.

Nelson58 05-10-2012 05:13 AM

Works for me in 4.1.12 also with those modifications to the XML file.

Will someone educated in PHP PLEASE undertake the updating of this mod, because many of us have computer challenged users that we need to help and this mod is awesome for that!

Thanks a million!!

Nelson

Boofo 05-10-2012 05:14 AM

Unless Abe1 gives his permission to update the mod or take it over, you're out of luck, sorry.

Nelson58 05-10-2012 11:10 AM

Quote:

Originally Posted by Boofo (Post 2327900)
Unless Abe1 gives his permission to update the mod or take it over, you're out of luck, sorry.

He hasn't been on in two years.

Someone can rewrite it, based on what he did.


Nelson

Nelson58 05-10-2012 11:13 AM

I have another question:

My moderators would like to use this to help people (our users are not very computer literate), is there a way to modify the code to allow MODERATORS and SUPER MODERATORS to have this capability as well?

Nelson

joyboy2001 05-23-2012 10:15 AM

Quote:

Originally Posted by Allthumbz (Post 2327974)
He hasn't been on in two years.

Someone can rewrite it, based on what he did.


Nelson

In that case I'm requesting the mods at this forum to allow someone else to continue development of this great plugin ... I'd hate to see it die because the original developer lost interest.

@Mods: Is it possible for someone else to be assigned as the developer to this mod (or do they have to start a new thread and post a new mod) ?

Nelson58 05-23-2012 11:23 AM

Quote:

Originally Posted by joyboy2001 (Post 2331885)
In that case I'm requesting the mods at this forum to allow someone else to continue development of this great plugin ... I'd hate to see it die because the original developer lost interest.

@Mods: Is it possible for someone else to be assigned as the developer to this mod (or do they have to start a new thread and post a new mod) ?

+1 on that, and I ask the new developer to allow it to be used by super mods and mods as well as admins- it is a very handy little utility.

Nelson

Paul M 05-23-2012 04:43 PM

You cannot just allow someone else - the original author has copyright on the code, no one else can use it without their permission.

Alibass 05-23-2012 08:19 PM

This is not the only mod, Valter has a mod on here similar to this one.


All times are GMT. The time now is 08:32 PM.

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.01808 seconds
  • Memory Usage 1,844KB
  • 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
  • (9)bbcode_code_printable
  • (3)bbcode_php_printable
  • (17)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