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 3.5.x - 3.8.x || Released : Jul 03, 2009 || || 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 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 Show Your Support
|
Comments |
#72
|
|||
|
|||
Great, this is just what I was looking for!
|
#73
|
|||
|
|||
Anyone have this running on 3.7 by any chance???
|
#74
|
|||
|
|||
Ok, it does work with 3.7 but the code in the navbar is a little different. Apart from that, the product installs perfectly as far as I can tell.
|
#75
|
|||
|
|||
Anyone else having problems with this and the new security tokens in 3.6.10?
The problem shows up when you make new linkages, but the actual switching still works perfectly. |
#76
|
|||
|
|||
found the problem
edit template USERCP and find where you added (when you added this product): Code:
<input type="hidden" name="s" value="$session[sessionhash]" /> Code:
<input type="hidden" name="securitytoken" value="$bbuserinfo[securitytoken]" /> ----------------------------------------------------------------------- EDIT: The above is all you need to fix the issue, but what I ended up doing was take all the code out of USERCP and made a new template called qas_usercp and then added a plugin for this product at usercp_complete with the following code Code:
eval('$template_hook["usercp_main_pos6"] = "' . fetch_template('qas_usercp') . '";'); Code:
$globaltemplates[] = 'qas_switchbit'; if (THIS_SCRIPT == 'usercp') { $globaltemplates[] = 'qas_usercp'; $globaltemplates[] = 'qas_userbit'; } |
#77
|
|||
|
|||
plothook - Could you be a little more specific with what you did to fix the issue? I'm having a little trouble following along.
Thanks Edit - Nevermind, I figured it out |
#78
|
|||
|
|||
Has anybody tried this on 3.7 yet?
|
#79
|
|||
|
|||
any update?
|
#80
|
|||
|
|||
Doesn't work with vb 3.7.0
Getting error: Your submission could not be processed because a security token was missing or mismatched. If this occurred unexpectedly, please inform the administrator and describe the action you performed before you received this error. Any help? |
#81
|
|||
|
|||
Thanks for posting that. Rats! I used that one for a lot of games.
|
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|