reinhold_B
Forum Replies Created
-
Could you post your code? Have you changed the action name as I’ve posted it?
Yep, they are not checked. I also changed back the role of my test users to “subscriber” but still the same result.
tco9876, what are you exactly trying to achieve and what have you tried so far?
Hi angelo,
thanks for your support! I tried the following: I added a new custom role named “organizer”. This role has the following capabilities:
– publish/edit/delete_events
– publish/edit/delete_locations
– publish/edit/delete_recurring_events
– upload_event_imagesIt’s working for single events. If organizer1 creates event_A, organizer2 doesn’t see event_A in the list of events. But if organizer1 creates a recurring event, organizer2 can see this event in the list of recurring events (not the single events of the series).
Thank you!
I tried to follow https://wp-events-plugin.com/tutorials/adding-custom-event-search-form-fields/
but instead of
add_action('em_template_events_search_form_ddm','my_em_styles_search_form');
I use
add_action('em_template_events_search_form_header','my_em_styles_search_form');
After looking into the code it seems that the hook from the tutorial doesn’t exist anymore. ”em_template_events_search_form_header’ and ’em_template_events_search_form_footer’ are working.
If the plugin author is reading this I would highly appreciate if the tutorials are at least marked as out-dated. Thx!