Log in

View Full Version : How to add a template to a product


jamiecuthill
08-12-2008, 03:43 PM
I'm trying to create a product for vbulletin but I can't work out how to add a template into my product.

Do I have to do it manually in my product's XML definition file?

Opserty
08-12-2008, 04:17 PM
There should be an option to do so, you may have to enable debug mode. Add:

$config['Misc']['debug'] = true; to the end of your config.php file.

Note: Debug mode is not recommended for a live environment.

jamiecuthill
08-12-2008, 04:38 PM
Thanks. I've now found the option in the MASTER STYLE section of the template manager after enabling the debug mode as you suggested.