Quote:
Originally Posted by RS_Jelle
I've got the same problem ... but I uploaded it to the correct folder, my forums folder. I can't give an url cause it's currently on our test site. When I uploaded the php file also to the AdminCP directory, the problem was solved (and options.php could find it, in the AdminCP directory, but the file should be normally only in the forums folder).
Edit: I could fix it easily by correcting the product file:
Change the include of the two admin plugins (admin_global and admin_options_processing) to:
PHP Code:
include_once('./template_cache.php');
instead of
PHP Code:
include_once('template_cache.php');
Note: a require_once function would be better instead of a include_once (also just to follow the vBulletin coding standards).
Edit 2: I discovered a new bug, the archive isn't working any more, you need to add a plugin there too.
|
I don't know, the plugin works for as distributed (archive works too). Do you have any special settings? Plugins that modify the archive?
Quote:
Originally Posted by Kihon Kata
Hi Orban! Merry Christmas.
Question: Does this hack automatically delete the cached template when the template is changed or updated? Mine is doing something strange. The only way I can view an updated template in the browser is to turn off your cacher, update the template, load the page.
Then I turn the cacher back on.
It seems as if the cache is still there until I turn the cacher off.
LMK what this means.
Thanks!
|
Yes, it should automatically deleted all cached templates when a template is edited/removed/added.