Quote:
Originally Posted by princeton
add this to cache_templates hook:
$globaltemplates[] = 'adv_portal_post_thanks_stats';
$globaltemplates[] = 'adv_portal_post_thanks_stats_bit';
you can also use array_merge()
|
I'm Sorry sir but i'm a noob to this but willing to learn and don't want to screw it up this is what i have can you direct me thank you
Quote:
if (THIS_SCRIPT === showthread)
{
$globaltemplates = array_merge($globaltemplates, array(
'post_thanks_button',
'post_thanks_postbit',
'post_thanks_postbit_legacy'
));
}
|