export all templates from style X, include all templates from all products
this is something missing from the original vBulletin. when we have a ton of products on our forum, it’s very complicated to export our styles because only one product at a time is permitted to export its templates.
with this, we can export all the templates related to a style, without checking the products.
… we have to put the $_REQUEST == ‘download’ in global.php , hook: admin_global so it work before loading the template.php file, where no hook is called….stupid!
notes:
1- with this, all templates become part of the product « vBulletin », as they can not be regrouped per product… OR we could? # i tested it, impossible.
2- we can not export multiple xml files at a time, that would have given a substancial benefit as the engine would export each template of each product in unique files, so we avoid the note #1…
…
actually i coded it late last night, around 3:00 am… so it’s not working perfect, i’ll be testing it in the evening …
