Quote:
Originally Posted by OldSchoolDSL
Installed and working.
4.1.1
(Now I just need to learn how to cache templates)
|
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';
}