vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Closed forum and admins (https://vborg.vbsupport.ru/showthread.php?t=286552)

chefy 08-16-2012 08:43 PM

In your code snippet you were already using $vbulletin->userinfo['userid']

Or you mean that instead of that I should use $vbulletin['userid']?

chefy 08-18-2012 02:37 PM

Any ideas please?

Lynne 08-18-2012 03:46 PM

Whoops, I misread my code - the variable name is incorrect. But, I don't think the parenthesis are correct which I stated before. Please check them before trying that code.

chefy 08-22-2012 04:33 PM

What variable name is incorrect? $vbulletin['userid'] or $vbulletin->userinfo['userid']?

Or even better, this is the code that you posted:

PHP Code:

if (!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) AND (!in_array($vbulletin->userinfo['userid'],array(1,2))) 


I have been playing with the parenthesis for hours with no luck. Maybe because I'm not a programmer. Could you please take a look?

Lynne 08-22-2012 11:08 PM

I meant my variable name was correct (argh, I guess I didn't have enough coffee before I posted).

I see 5 left parenthesis and 4 right parenthesis. That isn't going to work.

HTML Code:

if (!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) AND (!in_array($vbulletin->userinfo['userid'],array(1,2))))

chefy 08-22-2012 11:23 PM

Not working :(

Tried with these variations, still no luck:

Code:

if (!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) AND !in_array($vbulletin->userinfo['userid'],array(1,2)))
This one makes no effect at all.

Code:

if (!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel'] & in_array($vbulletin->userinfo['userid'],array(1,2))))
This one partially works: prevents any admin (and not only the ones in the array) to access the forums when closed.

Lynne 08-23-2012 01:02 AM

if (!($vbulletin->userinfo['permissions']['adminpermissions'] & $vbulletin->bf_ugp_adminpermissions['cancontrolpanel']) OR in_array($vbulletin->userinfo['userid'],array(1,2)))

Try OR and forget the not... I have the in_array part right, but wasn't looking at the logic. This is why I do things on my test site - so I can try them out and keep modifying them until they work! I love logic problems, but always hated doing logic in code - go figure!


All times are GMT. The time now is 11:09 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.01233 seconds
  • Memory Usage 1,729KB
  • 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
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (7)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