BluPhoenix
03 Dec 2004, 16:20
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:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
~add after that
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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..
in admincp/options.php.
~find
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
~add after that
Code:
---------------
Code is only visible to licensed users, and only when logged into the forums.
---------------
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..