The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Quick Account Switch Details »» | |||||||||||||||||||||||||||||||||||||
I no longer support my hacks. Please feel free to update them and release new versions elsewhere as long as I get the credit for the original modification.
/*===================================*\ || Quick Account Switch || || Author : Anton Kanevsky || Works on : vBulletin 4.0.x || Released : Mar 02, 2010 || || Time required to install: ~30 seconds || Difficulty: easy \*===================================*/ DESCRIPTION This modification gives users the ability to easily switch between linked accounts. Accounts can be linked by administrators via admincp or by users via usercp as long as these users know the passwords for both accounts. Optionally, you can disallow users to link and unlink accounts from the usercp. STATISTICS File Uploads: 1 Products to Install: 1 FEATURES
VERSION HISTORY 2.0.1 [F] Fixed a minor bug. 2.0.0 [+] Hack ported to vBulletin 4.0.x. 1.1.0 [+] Compatible with vBulletin 3.5.x - 3.8.x. [+] Removed all template modifications. [+] Added option to disable usercp controls for linking accounts. 1.0.1 [+] The modification is now officially compatible with vBulletin 3.6. [+] The hack has been optimized and now performs much less queries than before. [+] Users now can link accounts without an administrator as long as they know the passwords for both accounts. 1.0.0 Initial Release (Port of Quick Account Switch by Ianomed) The installation manual is contained within the attached file. IF YOU LIKE MY HACK, PLEASE CLICK INSTALL Download Now
Screenshots
Show Your Support
|
Благодарность от: | ||
svyrydov |
Comments |
#92
|
|||
|
|||
I asked for a mod and then found the answer in the thread.
..... thanks |
#93
|
|||
|
|||
Quote:
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 |
#94
|
|||
|
|||
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 |
#95
|
||||
|
||||
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. |
#96
|
|||
|
|||
What needs to be done if I want to put the link in a header? Does the header need to cache templates?
|
#97
|
|||
|
|||
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 |
#98
|
|||
|
|||
Ahh ok! My bad, I was looking for it under Edit Profile
Whereas it's in the UserCp.php area. |
#99
|
|||
|
|||
Figured it out! Make sure when re-upload the *.xml file you have to re-link your accounts.
|
#100
|
|||
|
|||
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; Code:
$template_hook['header_userinfo'] .= $add_string; 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? |
#101
|
||||
|
||||
In case that you want something like this:
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">
HTML Code:
{vb:raw template_hook.navbar_after_links2} |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|