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)
-   -   Profile Enhancements - Quick Account Switch (https://vborg.vbsupport.ru/showthread.php?t=237286)

Rckcrwlr 05-25-2012 08:00 PM

Quote:

Originally Posted by Alan_SP (Post 2332831)
Open it in text editor you prefer, it is plain text. Find code you want to edit and just edit it. :)

Thanks, I'll try that.

Wow....that was easy...

xpwmaster 05-26-2012 03:42 PM

did try the script on my Version 4.1.12 forum . the acount switch option never shown on my nav bar

Rckcrwlr 05-26-2012 04:32 PM

Quote:

Originally Posted by xpwmaster (Post 2333144)
did try the script on my Version 4.1.12 forum . the acount switch option never shown on my nav bar

I downloaded the files from here and then modified it in the new download. Make sure when you import it that you say to overwrite it.

It worked perfect for me...

xpwmaster 05-26-2012 04:37 PM

Rckcrwlr can u upload or give link to the new files . thanks

Rckcrwlr 05-26-2012 04:50 PM

Quote:

Originally Posted by xpwmaster (Post 2333164)
Rckcrwlr can u upload or give link to the new files . thanks

Not sure how to upload a file..

I am in no way program literate and I was able to do it.

Just make sure that search for the line that was identified. I then highlighted it and pasted the new line over it. Make sure to include the ending semi colon.

Good luck

xpwmaster 05-26-2012 05:03 PM

i uploaded the qas.php to my admincp folder . and import the product-psi_qas in Plugins & Products
i am able to see the Quick Account Switch Options in the admin pannel . but there isnt other option i can edit .

in my forum it self in navbar i have

New Posts
Private Messages
FAQ
Calendar
Arcade
Community
Forum Actions
Quick Links

there isnt Quick Account Switch tab

my vb is Version 4.1.12 not 4.2.0

Rckcrwlr 05-26-2012 05:43 PM

Quote:

Originally Posted by xpwmaster (Post 2333170)
i uploaded the qas.php to my admincp folder . and import the product-psi_qas in Plugins & Products
i am able to see the Quick Account Switch Options in the admin pannel . but there isnt other option i can edit .

in my forum it self in navbar i have

New Posts
Private Messages
FAQ
Calendar
Arcade
Community
Forum Actions
Quick Links

there isnt Quick Account Switch tab

my vb is Version 4.1.12 not 4.2.0


You need to edit the xml file before uploading it. Go to the file, right click on it, select Open
With and choose NotePad.

That's how I did it

Alan_SP 05-26-2012 05:46 PM

Ok, you need to understand one thing.

You don't see this menu till you link at least one account to account you're using the forum. When you link at least one account, only after that you could see QAS switch.

You link accounts in UserCP. And it depends if you use my modified version, or original authors version if you're in allowed usergroup, or if the mod is just enabled.

xpwmaster 05-26-2012 07:54 PM

Alan_SP in my user cp i dont see any option to link another acount as well

and i did

$template_hook['navbar_end'] .= $add_string;

with this:
Code:

$template_hook['navbar_after_links'] .= $add_string;

xpwmaster 05-26-2012 09:04 PM

i got it to work thanks

Matt Slick 06-06-2012 02:26 PM

I asked for a mod and then found the answer in the thread.

..... thanks

princesspepper 06-19-2012 10:38 AM

Quote:

Originally Posted by xpwmaster (Post 2333236)
Alan_SP in my user cp i dont see any option to link another acount as well

and i did

$template_hook['navbar_end'] .= $add_string;

with this:
Code:

$template_hook['navbar_after_links'] .= $add_string;

I edited the XML. Overwrote the product. I have several accounts already set up and the plugin enabled. The link is not showing in my navbar. I am using 4.2PL1 and in about 10 mins will be on 4.2PL2.

Thanks in advance for any help :)

EDIT > Scratch that! The silly sausage that I am hadn't enabled the plugin again in admin CP. Doh! Works fine. Thanks :D

cool7575 07-01-2012 03:09 PM

Hi

First of all this module simple rocks. Thank you so much. One question I have...is it possible to automatically link a big number of users from backend may be by SQL query or something? 100% linking 10 users to each other takes some time for 50 users even more..

thanks in advance for the help
Raj

Alan_SP 07-01-2012 11:44 PM

Real question is, why would you like to do that?

If you're having many clones, add them one by one.

If you want to use other user's accounts, this mod is actually security risk, as not only you gain access to other's account, but they also gain access to yours (this mod literally links two accounts), so other users could access your account (without need to know your password) and through yours account link to all other accounts you're linked to.

grey_goose 07-27-2012 05:44 PM

What needs to be done if I want to put the link in a header? Does the header need to cache templates?

Deimos 09-15-2012 08:14 PM

Hmm, installed the modified xml, with the corrected code posted above, but, I don't get any options to link accounts in the edit profile page?

It is set to allow my group to use it, but I get nothing

I do get the option in the user settings page in the admin panel, but not when viewing usercp/edit profile

Deimos 09-15-2012 10:04 PM

Ahh ok! My bad, I was looking for it under Edit Profile
Whereas it's in the UserCp.php area.

interfx 09-25-2012 10:14 PM

Figured it out! Make sure when re-upload the *.xml file you have to re-link your accounts.

Dirks 10-18-2012 12:38 AM

Hey everyone,

I'm trying to move the location of the QAS link from the navbar to the header. From reading this thread, I assume to do so I have to change the following code in the XML:
Code:

$template_hook['navbar_after_links'] .= $add_string;
The hook I want it to appear under is 'header_userinfo' so I replaced 'navbar_after_links' with 'header_userinfo' so that everything looks like this:
Code:

$template_hook['header_userinfo'] .= $add_string;
However, nothing is working.

I've checked the settings to ensure QAS is enabled, I've checked the plugins to ensure QAS is enabled and I've made sure my account is linked with another, but I still get nothing. Anyone have any suggestions as to what I might be doing wrong?

Alan_SP 03-17-2013 04:33 PM

1 Attachment(s)
In case that you want something like this:

http://img442.imageshack.us/img442/7090/image000wp.png

Advantage is, you can change between users with only one click, just go to user you want to log in and click on it, just like changing navbar tabs (I use its class in this modification).

It works with all vB4 versions (even vB4.2), but you need to make one manual template edit:

Edit navbar template and find there:

HTML Code:

<div class="body_wrapper">
Add below:

HTML Code:

{vb:raw template_hook.navbar_after_links2}
It adds new hook, that's why it works with all vB4 versions. After that import attached version. You could place it on other places too, but I like it above breadcrumb, as shown on picture above.

Expat 04-20-2013 04:58 AM

I had this installed and working in 4.2. After upgrading to 4.2.1, the link disappeared from the Navbar. Tried reinstalling, but no luck. I can set up the links in admin with no issues.

If anyone has this running in 4.2.1, please export the xml and post here.

Valter 04-22-2013 02:13 PM

1 Attachment(s)
This is to fix navbar link in vB 4.2.1.

I've changed version info to 2.0.11.

smile2me 04-22-2013 06:03 PM

really big thanks valter i installed it in vb 4.2.1 and it's just working perfectly thanks again

Expat 04-23-2013 05:03 AM

Same here. It's working in 4.2.1 just as it did. Much appreciated.

Mysterious Ride 05-05-2013 02:45 AM

Is it possible to change who has permission to link accounts down to the UserID? Because I allow a select few SuperMods to access the ACP and they can Administer Users, but I don't want them to be able to link accounts.

This Mod is great already, but I think it would be better if you can set who can link accounts, either by specific Usergroups or UserID.

tankkiller 05-12-2013 03:03 AM

1 Attachment(s)
Latest version with the fix posted above, I have what looks like an error with the layout in the code. Can someone help fix this minor appearance issue?

I'm either looking for it on one line or maybe just an abbreviation "QAS" as I only use it for admin and personal account linking.

Thanks.

svyrydov 05-25-2013 08:59 AM

sine I updated to 4.2.1 menu is disappeared! any suggestions?
I did reinstall xml, still the same.

tankkiller 05-27-2013 02:26 AM

Quote:

Originally Posted by svyrydov (Post 2424071)
sine I updated to 4.2.1 menu is disappeared! any suggestions?
I did reinstall xml, still the same.

Did you install this xml?
https://vborg.vbsupport.ru/showpost....&postcount=102

Alan_SP 05-27-2013 04:01 PM

You also could use my version, which asks for manual template edits (I use TMS, so this sorts problem for possible later upgrades): https://vborg.vbsupport.ru/showpost....&postcount=100

Advantage is, you can place it wherever you like to have users between you can change and they have they own bar.

interfx 05-31-2013 12:07 AM

Quote:

Originally Posted by Alan_SP (Post 2424495)
You also could use my version, which asks for manual template edits (I use TMS, so this sorts problem for possible later upgrades): https://vborg.vbsupport.ru/showpost....&postcount=100

Advantage is, you can place it wherever you like to have users between you can change and they have they own bar.

Does this work for VB5 series?

LLent 05-31-2013 12:33 PM

my menu in acp has vanished any fix for that everything else is fine just acp is issue

Alan_SP 06-02-2013 03:59 PM

Try to reinstall it? And what menu in ACP? There are menu in user's option, or this mod's options menu?

otix_ 06-06-2013 04:25 AM

Hello, nice Mod.
I have one problem. Let's say I have three moderators who are able to login as a supermoderator. After installing "Quick Account Switch" and linking the three moderators, they can switch to supermoderator easily, but switching back to their own accounts, in the Quick Account Switch-menue, they can select all other accounts to. Is there a way to just link to the own Account?

Thank you!

Alan_SP 06-06-2013 08:14 PM

No.

Accounts are linked.

Create three supermoderators accounts, for each moderator one. Or, why don't you give them supermoderators rights in the first place?

COBRAws 06-20-2013 11:30 PM

I had to disable this mod because it caused conflict with vbadvanced links.

MoveOver.cc 06-27-2013 07:18 AM

Hi,

As above, Im runing 4.2.1 and vbadvanced and it causes errors.

I can see the "Quick Account Switch" in the sub navbar alongside "Quick Links" but when enabled, it causes most of my links in the main navbar to dissapear and appear under "home" in smaller, blue writing.

Please advise.

interfx 06-27-2013 10:44 AM

Have same issue also. Any fix would be appreciated

TravisWPaquin 08-09-2013 10:40 AM

Why is it not showing the Navbar link? I have my accounts linked.

Max Taxable 08-09-2013 10:52 AM

Quote:

Originally Posted by TravisWPaquin (Post 2437988)
Why is it not showing the Navbar link? I have my accounts linked.

With this Mod no longer being supported by the developer, there have been several changes made by readers here who also share their updates in their posts in this thread. Examples:

https://vborg.vbsupport.ru/showpost....8&postcount=77

https://vborg.vbsupport.ru/showpost....&postcount=102

One or both of those might be versions and/or modifications that will work with your version of vB.

Also - did you upload the file to the proper place in your server? This is in addition to importing the XML.

TravisWPaquin 08-09-2013 07:39 PM

Quote:

Originally Posted by Max Taxable (Post 2437989)
With this Mod no longer being supported by the developer, there have been several changes made by readers here who also share their updates in their posts in this thread. Examples:

https://vborg.vbsupport.ru/showpost....8&postcount=77

https://vborg.vbsupport.ru/showpost....&postcount=102

One or both of those might be versions and/or modifications that will work with your version of vB.

Also - did you upload the file to the proper place in your server? This is in addition to importing the XML.

I'll be sure to check these out. Yes, I uploaded the "upload" folder into the root of my board and the installed the XML. The only thing that was not working was the navbar link as it never showed after the install.

Edit: It worked. Thank you for providing me with the links.


All times are GMT. The time now is 01:01 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.01738 seconds
  • Memory Usage 1,831KB
  • 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_code_printable
  • (2)bbcode_html_printable
  • (9)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