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)

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.


All times are GMT. The time now is 12:13 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.01102 seconds
  • Memory Usage 1,734KB
  • 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