Now you've really lost me. We started with anymedia_header and then the headinclude. Now you're talking about the plugin and global_setup_complete.
So I don't do anything with the other templates. I just use the last php code from
PHP Code:
if($foruminfo['anymenable']) {
eval('$headinclude .= "' . fetch_template('anymedia_header') . '";');
}
change to this:
PHP Code:
if($foruminfo['anymenable'] || THIS_SCRIPT == 'adv_index') {
eval('$headinclude .= "' . fetch_template('anymedia_header') . '";');
}