• Resolved flyfisher842

    (@flyfisher842)


    10/23 The manage events form only shows the events owned by the logged in member which is fine for the MY Events section.

    But the Events with bookings enabled should be able to show all events with bookings so the logged in member could actually book a space on one of those events. Instead the filter function will not fire if the logged in member does not own any events.

    Please fix the filter function for events with bookings to show all events with bookings.

    I had to make a sheet listing the events with bookings to work around this filter issue.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hello,

    You could set the permissions of each user roles under Events > Settings > User Capabilities. There are two types per permission for bookings.

    “manage_bookings”: This would allow the user role to only manage bookings from events that the user own

    “manage_others_bookings”: This would them to manage/edit any bookings regardless if the user doesn’t own them.

    Thread Starter flyfisher842

    (@flyfisher842)

    That is true I had forgotten about that. I did not ask my question correctly Tim. What I need is a listing of all events with booking enabled regardless of ownership.

    • This reply was modified 5 years, 1 month ago by flyfisher842.

    Hello,

    If you’re trying to display a list of events on front-end, Using the shortcode [events_list] (https://wp-events-plugin.com/documentation/shortcodes/) should display them regardless of who is the author. If you’re trying to display them on backend, You could try adding an attribute owner=”0″, There’s also an attribute called bookings, ie: bookings=”1″ or bookings=”0″ This would show weather you want to display only events with bookings enabled

    ie:
    [events_list owner="0"]#_EVENTNAME <br/>[/events_list]

    or

    [events_list bookings="0"]#_EVENTNAME <br/>[/events_list]

    More information of available attributes here: https://wp-events-plugin.com/documentation/event-search-attributes/

    Thread Starter flyfisher842

    (@flyfisher842)

    @timrv

    The last for events with booking enabled should do what I want.

    Thanks for the help

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘manage events form’ is closed to new replies.