vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Quick Account Switch (https://vborg.vbsupport.ru/showthread.php?t=114994)

sensimilla 06-21-2006 06:17 AM

cool I was in need of this, thanks

TheBlackPoet 06-21-2006 06:18 AM

Quote:

Originally Posted by Psionic Vision
Only administrator with 'canadministerusers' permission can link/unlink accounts from admincp.


YO!! i asked this question a minute ago... so as admin... with canadministeruser permission....

ONLY i can link.... and teleport!!?? man you are DANGER OUS!!!! PELIGRO!!!

akanevsky 06-21-2006 11:12 AM

You can only switch between users if your account is linked.
Only administrator with canadministerusers can link accounts.
If accounts are not linked, switch is not possible.

DM Lackey 06-24-2006 05:01 PM

Ok, I think I may have done something incorrect on my install after reading through this thread. Please bear with me as this is my first install on vBulletin.

I followed the directions in the zip and uploaded the product, made the changes to the templates and imported the xml file. After linking a couple accounts to mine, I see the switch arrow and a box with Switch Accounts shows, but none of the accounts I linked appeared. Did I forget to do something during the install?

Any help would be awesome! My users have been begging for this option for a long time!!

sduckie2k5 06-28-2006 02:29 AM

This hack works great if I'm on an forum related page. But for some reason the linked user doesnt show up under the menu on the cmps page, I get the drop down but no user link under it. Can someone tell me how to fix this, so that it shows up on that one too? Thankyou in advance

GrendelKhan{TSU 06-28-2006 03:14 AM

nice! times saver hacks pwn. :)

<< clicks install

akanevsky 06-28-2006 04:20 PM

np, np

goldenllama 07-13-2006 02:48 PM

I'd still really love to be able to give my members the ability to make the link themselves. I love the hack and my members have been asking for something exactly like this, but I simply do not have the time to answer all of their requests myself.

Is there any possibility of adding a (secure) way for members to link their accounts? I'm sure if a password is required, it would be secure enough. If you don't want to add this as an option yourself, perhaps you could tell me how I might put in this functionality myself?

Thanks for a terrific hack and I really hope that you can take my request and make it perfect for me.

da420 07-14-2006 04:51 AM

Works good, except one thing. It conflicts with my Photopost vBGallery. Whenever it is enabled and you click on a category Images in Category: will have a username instead of the category you clicked on. Disable it, it works fine.

Uninstalled for now.

Snake 07-14-2006 11:11 AM

Thank you! :)

oz_moses 07-27-2006 06:36 AM

the cmps issue is likely due to any variables being used by this hack not been globalised to cmps... if we can find the variables then we can fix it

ragtek 08-04-2006 04:39 PM

will it work with 3.6?

akanevsky 08-04-2006 06:50 PM

I don't know, but feel free to check and then let me know whether it does or not.

ragtek 08-15-2006 04:50 PM

It works :)

Renmiri 08-16-2006 12:11 AM

Works like a charm!

Txs a lot!!!!

Arissa 08-16-2006 03:20 PM

Will this work with 3.6.0?

Arissa 08-16-2006 03:49 PM

I see that it does great!

EasyTarget 09-09-2006 08:54 AM

/me installs

EasyTarget 09-09-2006 06:17 PM

Quote:

Originally Posted by Psionic Vision
Yes.
Replace:

PHP Code:

if (!can_administer('canadminusers'))
{
    
print_cp_no_permission();


With

PHP Code:

if (!can_administer('canadminusers') OR !in_array($vbulletin->userinfo['userid'], array(ALLOWEDID#1, ALLOWEDID#2)))
{
    
print_cp_no_permission();



Thanks for that.

anyway to get it to work with the 'unalterable admins' setting as well? It seems you can edit an unalterable users linked accounts.

akanevsky 09-10-2006 02:01 AM

Quote:

Originally Posted by EasyTarget
Thanks for that.

anyway to get it to work with the 'unalterable admins' setting as well? It seems you can edit an unalterable users linked accounts.

I don't quite understand what you mean.

EasyTarget 09-10-2006 10:01 AM

so say I'm an unalterable admin and user X has the ability to administer users. my account would be protected from him making any changes, unless I have this hack installed, which he can then add a link to my account, even though he shouldn't be allowed to alter it because its protected in the config file.

akanevsky 09-10-2006 02:30 PM

Adding a link does not alter user's profile.

Antivirus 10-04-2006 02:53 AM

Quote:

Originally Posted by da420
Works good, except one thing. It conflicts with my Photopost vBGallery. Whenever it is enabled and you click on a category Images in Category: will have a username instead of the category you clicked on. Disable it, it works fine.
Uninstalled for now.

Da420, were you ever able to resolve this issue?

PoetJA-1975 10-05-2006 11:36 PM

AWESOME share - thanx very much for this one ;)

Jacquii.

da420 10-05-2006 11:39 PM

Quote:

Originally Posted by Antivirus
Da420, were you ever able to resolve this issue?

No, unfortunately I was never able to resolve this issue so I had to disable the hack.

ConqSoft 10-12-2006 05:36 PM

Very nice. Works well on vB v3.6.2 also. Thanks

Chicago_VLNU_4s 10-22-2006 12:09 AM

Nice!! **installed**

jerudc 11-02-2006 05:29 PM

Psionic, I installed this hack, did the two changed fields, and uploaded the file. I attempted to link my account to another of the ones I use, and it said all went well. When I clicked that little arrow thing next to my name, I got a small white box that says Switch Accounts. Thats all it says, and thats all it does. Can you think of a reason its not working? I'm using VB 3.5.1
Thanks.

akanevsky 11-02-2006 07:25 PM

This has not been checked on a vBulletin version prior to 3.5.4. Please make sure 3.5.4 is installed on your site...

jerudc 11-09-2006 02:00 PM

I updated my site, (boy did I fall behind!) And it works perfectly. Thank you so very much.

jerudc 11-15-2006 06:13 PM

I have noticed something weird. If I am on a forum and I do an account switch, I end up on the main page, and logged out, not switched to the new name. If I am on the main page, and try the account switch, it works just fine. Is there a reason this could be happening?

akanevsky 11-26-2006 09:08 PM

That's impossible, the URL of the links is the same in any case, so perhaps it either your cookies or you have not installed the hack correctly.

HellRazor 11-27-2006 06:54 AM

Suggested feature: Allow users to link accounts on their own (validated by the user being required to input the name and password of the other account). This would automate the linking process and not require the admin to have to link accounts individually.

akanevsky 11-27-2006 11:06 PM

Quote:

Originally Posted by HellRazor (Post 1126212)
Suggested feature: Allow users to link accounts on their own (validated by the user being required to input the name and password of the other account). This would automate the linking process and not require the admin to have to link accounts individually.

It shall be done.

akanevsky 11-28-2006 09:33 PM

UPDATE:
It is done. :)

dknelson 12-11-2006 09:37 AM

I am looking for something like this but have a question. Like many here, I have a forum where there are more than one user in a household that use the same computer. Their issue is that when one spouse logs out the other one and then logs in under their own name, all the cookies are lost for the first one. Does this hack preserve the cookies for each account as they are switched between?

HellRazor 12-13-2006 10:54 AM

Quote:

Originally Posted by Psionic Vision (Post 1127594)
UPDATE:
It is done. :)

Awesome, thank you! :)

nymyth 05-14-2007 11:52 PM

3.6.6 anyone?

nymyth 06-05-2007 04:52 PM

anyone got this figured out for vbadvanced?

Cheers

nymyth 06-14-2007 02:05 PM

after I set my cookiepath to my sitename in vbulletin options it stopped working any ideas why?


All times are GMT. The time now is 01:05 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.01310 seconds
  • Memory Usage 1,793KB
  • 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
  • (2)bbcode_php_printable
  • (7)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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