2 plugins:
1] location: "global_start"
name: "alt_lp_template"
with followign code:
PHP Code:
$alt_lp_template = fetch_template('alternate_view');
2] location: "cache_templates"
name: "Tempalte Cache"
with followign code:
PHP Code:
$globaltemplates[] = 'alt_lp_template';
and on forum i keep getting "uncached template" warning for "alternate_view".
Note this template was added to master style.
EDIT: what's more weird, i know it's cached, as later on i can access it from $vbulletin->templatecache['alternate_view']