on one of my sites I intergrated vbadvanced into the forumhome page to show the modules on the forumhome.
So I couldn't get it to show up.
But it really was simple.
Code:
// ################### PRE-CACHE TEMPLATES AND DATA ######################
// get special phrase groups
$phrasegroups = array('holiday','adv_gallery');
// get special data templates from the datastore
$specialtemplates = array(
'userstats',
'birthdaycache',
'maxloggedin',
'iconcache',
'eventcache',
'adv_gallery_opt',
'gallery_c_cache',
'gallery_ugroups',
'mailqueue'
);
I did this in the forum index.php