Quote:
Originally Posted by RS_Jelle
A small issue with your latest update to this mod: the forumdisplay page now has an uncached template.
Replace
PHP Code:
if (THIS_SCRIPT == 'showthread')
with
PHP Code:
if (THIS_SCRIPT == 'showthread' OR THIS_SCRIPT == 'forumdisplay')
in the cache_templates plugin.
|
A word of caution ....
I'm using 4.0.4pl1 and have been using this mod for some time, as well as the Thank You mod going back years.
The moment I made this "cache" change manually to the plugin, I started getting reports from members that the Thank You function was crashing causing what appears to be XML code to spill to their screens.
I reverted the change above to the original state and the complaints stopped ...
The moral? If you make the change above and use the Thank You mod as well, I'd suggest some thorough testing be done. I have no idea why such a simple change would affect another mod in this way, but it's too coincidental.
Regards,
Badger