You will need to create a plugin/product.
- Create a new plugin: let's say the group is called GTBLOG MANAGER
- Create a Plugin via Plugin System
- Enter the following:
PRODUCT: leave as vbulletin
HOOK LOCATION: template_groups
TITLE: enter title
PLUGIN PHP CODE:
PHP Code:
$only['gtblog'] = 'GTBLOG MANAGER';
PLUGIN IS ACTIVE: yes
- Press Save
Fantastic! You just created a new template group.
Now, go into STYLES & TEMPLATES and create your templates.
HOW TO CREATE TEMPLATES
With the above example, you need to append all your templates with
gtblog_. eg. GTBLOG_SHELL, gtblog_postbit, etc, etc
If you still need help, I recommend go thru the 3.5 TUTORIALS FORUM.