Quote:
Originally Posted by 7thgenCivic.Com
This modification will add a new group to your Style Manager for your new v3Arcade templates. Otherwise they will be displayed with your custom templates.
In your /forum/includes/adminfunctions_template.php file:
Find:
PHP Code:
'aaa' => 'AAA Old Backup'
Above that add:
PHP Code:
'arcade' => 'v3 Arcade',
|
Or do it with a plugin. No file edits required.
At the "template_groups" hook, add a plugin with this code:
$only['arcade_'] = 'v3Arcade';