Version: 1.00, by reefland
Developer Last Online: Jan 2012
Category: Administrative and Maintenance Tools -
Version: 4.0.4
Rating:
Released: 07-20-2010
Last Update: Never
Installs: 29
Additional Files
No support by the author.
This was developed in order to deal with some of the wackiness that users are experiencing with the CMS Cache. Problems include things such as user comments not appearing and article previews being inaccurate after editing.
The only way to resolve these issues are to clear the CMS cache, which can be problematic when an admin is not available to do so and problems are being experienced. Or, use this super duper easy add-on that just cron's the activity which is setup in Scheduled Tasks.
Installation Instructions:
1. Download the attached file.
2. Upload the file to /includes/cron
3. Go to your admincp and browse to Scheduled Tasks and Add New Scheduled Task.
3A. Varname = Clear CMS Cache
3B. Description = Whatever you want
3C. Log Phrase = Whatever you want (cms cache cleared)
3D. Day of Week = *
3E. Day of Month = *
3F. Hour = *
3G. Minute = 0, 10, 20, 30, 40, 50
3H. Active = Yes
3I. Log Entries = whatever...
3J. Filename = ./includes/cron/clear_cms_cache_cron.php
3K. Product = vbulletin
Note that clearing the cache is not recommended from a server performance standpoint. However as long as the frequency that you clear it is not extreme (every minute), you will not notice any problems (at least I haven't even on shared hosting).
Hesitating to install. I am one of those people that suffers from this not clearing cache on the CMS side of things, and I am clueless why vB are not solving this. Has been reported over and over again since the day vB 4 came out.
Thanks for the modification though, top job! *Tagged*
A wonderful idea. I'm just tagging right now as I'm leery of installing anything there may be some questions about. After a few more comments and debugging, I'll happily install.
I have a good feeling that the next version should fix some of this. Had some testing and work done by the vb team on this exact issue.
Quote:
Originally Posted by forexforum
Sorry the php script you provided doesn't really work (cron at times never run).
However, actually vb 4.0.5 already addressed to this issue but they run only daily cron.
All you need to do is the change the daily to similar settings as above will do. Don't have to use this script.
VB script is called "CMS Daily Cleanup". Works for me. Cheers.
I believe he addressed that above... Also note the version number this is compatible with via the mod info above, 4.0.4 so this along with some other mods work on older versions only whereas vB makes improvements along the way so naturally you would uninstall/remove upon upgrading.