Organize Your vBGarage Templates
In
includes/adminfunctions_templates:
FIND:
PHP Code:
'subscription' => $vbphrase['group_paid_subscriptions'],
Add BELOW:
PHP Code:
// START VBGARAGE HACK
'vbgarage' => $vbphrase['vbgarage'],
// END VBGARAGE HACK
You will now have a "vBGarage Templates" Category, which can be expanded and contracted, in your Template Editor. This is a nice little tweak which will clean up your template editor, Lord knows it's probably a mess.