thanks - amazing! It seems there is a bug with caching function. If caching is activated, the events are shown in the frontend with "AWAITING APPROVAL" for normal users. If caching is disabled, then the events are not shown.
Would be great to use caching and the new function ;-)
Is there a way to hide events. Events are stored but I don't want to show them at the calendar until they are approved.
thanks
Unapproved events are visible only to the admin. Users don't see them.
Stachethemes Developer
where to set status "unapproved"?
Are those events created from the front-end?
Stachethemes Developer
No, those were imported via CSV (or added on the backend)
Example:
I want to add the events and all designs, but they shouldn't be online now.
I've written small extension that will add additional tab (Approve Status) in the admin add/edit event page with which you can set approval status.
Place the code in your theme/child-theme functions.php file.
We'll add this functionality by default in the next update.
Stachethemes Developer
Hey,
thanks - amazing! It seems there is a bug with caching function. If caching is activated, the events are shown in the frontend with "AWAITING APPROVAL" for normal users. If caching is disabled, then the events are not shown.
Would be great to use caching and the new function ;-)
thanks
Stefan
When events are modified you will have to purge the cache manually from the Cache menu.
It's nuisance. I'll add optional auto-purge option in the cache menu in future update.
Stachethemes Developer