vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   The Wonderful Global Template (https://vborg.vbsupport.ru/showthread.php?t=40381)

Link14716 06-28-2002 01:59 AM

The Wonderful Global Template
 
Ok, I set my board to debug=1. Why? The Global Template, of course. Now, I come to the problem of having it accessible in the admin CP, the fact that ANY admin can screw with it, and that it keeps on poping up at top, expanded, and when I "Show All" for any other template set, it also shows all. Now, I want to know how I make the Global Template only veiwable to me and my friend/co-owner, and to make it where it isn't always expanded and doesn't show all when I tell another template set to. Can anyone help me?

Admin 06-28-2002 07:57 AM

In /admin/global.php, add this code:
Code:

if ($bbuserinfo['userid'] != 1 and $bbuserinfo['userid'] != 2) {
    unset($debug);
}

Right after this:
Code:

require("./sessions.php");
Where 1 and 2 are your and your friend's user ID's.

Link14716 06-28-2002 03:01 PM

Thanks again, FireFly ;)

Now comes my second issue, where the global template is expanded, and shows all of the templates when I tell another template set to. Basically, I want to treat the global template as any other template, except for the debug thing.

Link14716 06-30-2002 07:04 PM

*BUMP*

Link14716 07-02-2002 09:08 PM

/me has to do another bump....

Can someone help me out here?

Link14716 07-07-2002 12:31 AM

B-U-M-P

Link14716 07-24-2002 07:02 PM

one last big BuMp

Link14716 08-04-2002 12:00 AM

bUmP BuMpIdY bUmP BuMp


All times are GMT. The time now is 08:31 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.01389 seconds
  • Memory Usage 1,715KB
  • 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)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (8)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete