2014-02-28, 07:58:14
We no longer constantly update the cache against files, since file editing is not a supported way of editing files and is a performance issue. This was actually a bug that was fixed.
If you want, you could use my component hook plugin or write a actual plugin to force the cache to regen on front end.
You have to refresh the pages.php if you are manually editing pages. This might be a problem if you have i18n installed also, since it replaces pages. Actually this might not even work either, since it only updates if the file count changes.
see
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/560
Do you need help with this ?
I would actually do this in a component that is called on a special page via template or dynpages component, you can refresh this page when you need on the front end. Or use a hook and do an ip check, or usr cookie, query string check or whatever.
for starters
If you want, you could use my component hook plugin or write a actual plugin to force the cache to regen on front end.
You have to refresh the pages.php if you are manually editing pages. This might be a problem if you have i18n installed also, since it replaces pages. Actually this might not even work either, since it only updates if the file count changes.
see
https://github.com/GetSimpleCMS/GetSimpleCMS/issues/560
Do you need help with this ?
I would actually do this in a component that is called on a special page via template or dynpages component, you can refresh this page when you need on the front end. Or use a hook and do an ip check, or usr cookie, query string check or whatever.
for starters
PHP Code:
create_pagesxml(true)