Quote:
Originally Posted by testbot
AdminCP>Plugins & Products> Plugin Manager>Add New Plugin
Product: your_productname
Hook Location: cache_tmeplates
Title: title of your product/plugin
Plugin PHP Code:
Code:
//like showthread, forumdisplay, or if it's on all pages then remove the if statement
if (THIS_SCRIPT == 'WhereScriptRuns')
{
$cache[] = 'template_name';
}
|
Tried this and failed, I have an uncached template forumhome_addon which I believe is part of photopost pro, I added the product name etc but its still showing as not cached?