- This topic has 1 reply, 2 voices, and was last updated 14 years, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- The forum ‘Generic’ is closed to new topics and replies.
Events Made Easy › Forums › Generic › Default event status is now Draft even when admin user logged in?
Hi, I have noticed since updating that events are by default ‘draft’ even when Admin is logged in, is there anyway of setting it to default ‘public’?
thanks
It’s been like this for quite some time now. This is also the case for new pages or posts btw ..
If you want to change it (I don’t recommend changing the code, but here you have to), change in eme_events.php, at the top:
event_status” => STATUS_DRAFT,
into:
event_status” => STATUS_PUBLIC,
or
event_status” => STATUS_PRIVATE,