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)

Zowners 06-07-2006 08:17 AM

This hack is awesome and wipes the floor with the post by proxy hack!

Thanks so much :D

nymyth 06-14-2006 07:42 PM

this is great....love it..........installed....

Peace

akanevsky 06-14-2006 07:49 PM

Quote:

This hack is awesome and wipes the floor with the post by proxy hack!
Post by Proxy?
Have you tried my adv.editing options for mods and admins?

Mythotical 06-15-2006 04:44 AM

Psionic: You beat me to the release, I would have released my version if it wasn't for the last file didn't give me so much problems. it wasn't linking accounts so I asked Ianomad for assistance which I was waiting on him but since you got it, great. Glad to see it made it to 3.5.x

Cheers
Myth

SHalliday 06-17-2006 01:56 PM

Absolutely awesome hack and one that is extremely useful. **clicks install **

Unfortunately I have had to disable the plugin until I figure out how I can restrict this to specific user ids. I have both administrator and moderator groups setup. The admins do need access to edit member accounts in order to perform their admin role. There is no way however that I can have administrators being able to "setup" links to access other admin accounts, including my own, as well as any member on the site.

I really want to use this hack! Is there any way to restrict this feature to specific user Ids only?
.

akanevsky 06-17-2006 02:05 PM

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();



Zowners 06-17-2006 02:38 PM

Quote:

Originally Posted by Psionic Vision
Post by Proxy?
Have you tried my adv.editing options for mods and admins?

No I haven't. *Looks for find out what that is!*

EDIT: That hacks pretty good! *Installed*

SHalliday 06-18-2006 07:19 PM

Thank you very much. I made the change as you provided and it works perfectly. Happy to say I now have your quick account switch plugin reenabled.

Thank you again!

Saskia 06-19-2006 12:27 PM

Excellent hack. This is just what I needed for my RPG where some members play with multiple accounts.

Thanks a lot! :)

TheBlackPoet 06-21-2006 06:12 AM

whoa!! that was a serious unnerving feeling... to be in someone else's profile.. i tested this on an inactive user's profile.
as administrator.... can i just teleport into anyone's space like that????

what about my members, can they teleport into my space or each other's space as easily as i did the inactive member's space....???

if this question was already asked... my apologies.....

THIS HACK WORKS PERFECTLY... NOW I KNOW WHAT "BEAM ME UP SCOTTY" FEELS LIKE....

hahhah ***maniacal laughter!!!


All times are GMT. The time now is 01:11 AM.

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.01106 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)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
  • (10)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