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
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..
|