Quote:
Originally Posted by utw-Mephisto
What does that mean actually ? I have heard about grouping before but still have no clue what it means .. Does it mean you have one big table rather than 20 or something ?
|
This means, you have to use the plugin system.
Click on "Add new plugin", choose "template_groups" as hook location and enter
Code:
$only['xxxxx_'] = 'YYY';
as Plugin code.
This will collect all templates which titles start with "xxxxx_" in one group called "YYY" in the template manager.
Important: I typed small x's, because you MUST use small letters, AFAIR, even if the prefix contains capital letters!