Quote:
Originally posted by xiphoid
...
- the templates are put in their own group,
...
|
That's quite easy though. Here's how to do that with your own templates that are part of a group:
(this is also in the install instructions, but a not-important part so I doubt anyone'd mind me explaining it here)
In admin/template.php there is a line:
unset($only);
Below that, there are a whole bunch of lines that are basically this:
$only['<startofthetemplatenamegoeshere>'] = 'Pretty Group Name Goes Here';
(for the Archive templates, it's:
$only['archive'] = 'Archive';
And therefore all templates that start with archive will be placed in that group).
You can do that with any group of templates, just make sure you put the templates in your vB's default template set, and not your custom styleset (for they'll be considered "Custom Templates" and appear in their own list)
Nice hack, I'll be adding it to my board later

:up: