vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Debugged Options (https://vborg.vbsupport.ru/showthread.php?t=72454)

BluPhoenix 12-02-2004 10:00 PM

Debugged Options
 
If your creating your own hack, or adding some recent ones then you need to switch debug on to do so, but this adds lots of extra info to pages and maybe you don't want to do that, so after some trial and error I found that you could effectively debug vbulletin options but leave the rest of the site as is, this is a quick but handy edit..

in admincp/options.php.

~find
Code:

log_admin_action();
~add after that
Code:

$debug="1";
and your done, click vbulletin options and you now get the developer options, such as add setting group, etc.. but the rest of your site doesn't have the queries, templates, etc showing..

Polo 12-03-2004 06:54 PM

Cool, I might try this out.

Zachery 12-03-2004 07:41 PM

Quote:

Originally Posted by Polo
Cool, I might try this out.

try adding $debug = '1'; at the top of the acp's global.php before the call to init

MindTrix 12-03-2004 08:06 PM

Didnt Xenon release a debug one? Or is this different?

owner 12-04-2004 06:33 PM

can i have a more proper description about this plz.. Thankyou

Zachery 12-04-2004 09:32 PM

Quote:

Originally Posted by owner
can i have a more proper description about this plz.. Thankyou

It enables debug mode for the vB Options

tcs 12-05-2004 03:48 PM

Cool, Thanks


All times are GMT. The time now is 07:33 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.00981 seconds
  • Memory Usage 1,720KB
  • 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
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete