1) OK, but i don't know what page i'm working on ...
2) i've tried to find out this location in the 'plug-in manager' ... correct?
edit: i've tried to put this code into the cache_templates plug-in (mass pm users for social groups, where there are many uncached templates)
PHP Code:
if(THIS_SCRIPT == 'mass_pm_social_group_members')
{
$globaltemplates = array_merge($globaltemplates, array(
'editor_clientscript',
'editor_css', 'editor_jsoptions_font', 'editor_jsoptions_size', 'editor_toolbar_on', 'socialgroups_masspm'));
}
and the top and at the end of the plug-in but nothing changes ...
ps this is the hook (cache_templates) at 'mass pm plug-in' ...
PHP Code:
if ($vbulletin->options['mass_pm_social_group_members'])
{
$globaltemplates[] = 'socialgroups_group';
}