Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
pages generated dynamically are not visible until admin area is accessed
#3
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
PHP Code:
create_pagesxml(true
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply


Messages In This Thread
RE: pages generated dynamically are not visible until admin area is accessed - by shawn_a - 2014-02-28, 07:58:14



Users browsing this thread: 1 Guest(s)