Template Groups
i see that create Template groups has now changed in VB5 but when trying to create the group in the product .xml file i am confused
this is an example of the admin template group within vbulletin-styles.xml
<templategroup name="Admin">
but i wish to use the same method within a product.xml the problem is where to place it ?
below is part of the xml where it shows <templates></templates>
<dependencies>
</dependencies>
<codes>
</codes>
<templates>
</templates>
<stylevardfns>
i have tried many ways of try this
<templates>
<templategroup name="test">
<template name="test_1" templatetype="template" date="1345854416" username="simonhind" version="5.0.0 Beta 10"><![CDATA[testing content
]]></template>
</templates>
but it throws error when i import
if anyone can help on a simple example it would be great
|