I need a little help.
PHP Code:
if (THIS_SCRIPT == 'showthread' AND $vbulletin->options['quickreply'] > 0)
{
$globaltemplates = array_merge($globaltemplates, array(
'quickreply_addon',
));
}
This does catch template only in show thread page. But I need to cache the quickreply_addon template in new thread, new reply, pm reply/forward & infraction window too. What 'll be the code? Waiting for help.