View Full Version : What templates are in use?
sawatdee
12-22-2007, 07:03 AM
I know this might be considered a dumb question but I really can't find it and the search here is not very friendly with results. When we first got vB we tried playing with templates, we have about 20 templates now. Since we have figured out how to properly use them (almost) and now we have a great structure setup starting with Anonymous users all the way down to staff and forum specific templates.
However we still have about 10-12 templates sitting there and we want to 'clean house' and re-organize. How do we know for sure that these templates are not in use on a particular forum or by a particular user?
Can someone kindly direct me toward a template stats mod of some sort?
sawatdee
12-23-2007, 06:01 PM
Bump 1 of 2 :)..
any suggestion would be great please?
calorie
12-23-2007, 06:10 PM
If you turn on debug mode, you will get a template usage list on each page.
sawatdee
12-26-2007, 12:04 PM
Thank you again for all your help, you are just non-stop everywhere I go Calorie! :D:D
parash
12-26-2007, 01:07 PM
If you turn on debug mode, you will get a template usage list on each page.
i am total newbiew to this more help could be preferred about this qtn for me..too.THanks
Antivirus
12-28-2007, 01:02 PM
i am total newbiew to this more help could be preferred about this qtn for me..too.THanks
The following will turn on debug mode, but prevent it from displaying to anyone using a different ip than you are.
In your file: includes/config.php add the following to the bottom of the file:
// ****** DEBUG MODE ******
$config['Misc']['debug'] = ($_SERVER['REMOTE_ADDR'] == '00.000.000.00');
...and replace 00.000.000.00 with your ip address. If you don't know your ip address, just go to www.whatismyip.com and you'll see it.
parash
12-28-2007, 02:46 PM
The following will turn on debug mode, but prevent it from displaying to anyone using a different ip than you are.
In your file: includes/config.php add the following to the bottom of the file:
// ****** DEBUG MODE ******
$config['Misc']['debug'] = ($_SERVER['REMOTE_ADDR'] == '00.000.000.00');
...and replace 00.000.000.00 with your ip address. If you don't know your ip address, just go to www.whatismyip.com and you'll see it.
yeah thanks for help but sorry litle late replied problem was simply solved....i am able to use most of templates...now...
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.