Events Made Easy Forums Generic Default event status is now Draft even when admin user logged in?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #43417
    Anonymous
    Inactive

    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

    #48325
    Franky
    Keymaster

    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,

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Generic’ is closed to new topics and replies.
Scroll to Top