Log in

View Full Version : About to relase a mod but templates aren't exporting


Mutt
03-25-2009, 04:26 PM
I'm working on releasing a mod I made and everything seems like it would be OK for an export. when I go to export the product, the cp settings & plugins export but the templates don't make it into the product XML file. I went and checked the template editor and it says Product: vBulletin. I deleted the 3 templates and re-created them this time choosing my product name, Active Topics. For some reason, they once again say Product: vBulletin. Thinking that maybe it had something to do with the new templates having the same names as the deleted templates, I tired using a brand new name. same problem again. it just won't save as being part of my product.

Does anyone know what I'm doing wrong? I'm adding these templates thru the VB template editor. I could have sworn that I've seen an article about releasing your mod before and it would probably help me but I can't find it now. :(

thanks in advance.

nexialys
03-25-2009, 04:45 PM
activate DEBUG mode in your admincp... edit your config file with this:

# If you want to activate the debug in the adminCP for development:
# if(VB_AREA == 'AdminCP') $config['Misc']['debug'] = TRUE;
# if you want to disable the hooks system with all the products:
# define('DISABLE_HOOKS', true);

uncomment the debug line...

Mutt
03-28-2009, 11:14 PM
nexialys, I already had it in debug mode so that didn't help.

as I said, for some unknown reason when I save a template in my hacks product group, it winds up in the generic vbulletin group instead of mine. I haven't edited any of the template scripts.