Log in

View Full Version : Few Questions


XxBuLLeTz
04-02-2008, 10:17 PM
Hey, dont have much time, so i'll get straight to the point:

1) Where do templates go for vB mods/addons (what directory)? (I dont want to use vbcmps)

2) How do i add a menu to the admin cp (like on the side)?

thanks!

Dismounted
04-03-2008, 04:33 AM
1. Enable Debug Mode and when you add templates, assign them to your product.
2. You create cpnav_*.xml files which go into the /includes/xml directory. You will find the vBulletin default set there as well (which you can use as examples).

XxBuLLeTz
04-03-2008, 06:02 PM
Great thanks!

ps where do i enter debug mode and assign templates? in the add/modify products section?

thanks

Dismounted
04-04-2008, 04:51 AM
$config['Misc']['debug'] = true;
Add it to the end of your config.php file. This will turn on debug mode, please do not turn on debug mode on live/production servers.

XxBuLLeTz
04-05-2008, 01:46 AM
Ok, i figured a lot of things out.

I am in debug mode, where do i add templates and assign them to my product? what tab do i click to get to this page?

Dismounted
04-05-2008, 05:26 AM
Go into the Styles Manager and add a template to the MASTER STYLE.