• Resolved edonbajrami

    (@edonbajrami)


    Hi, I am using events manager plugin to create events. I am using shortcode from events manager for users to submit their events. But I need to create a section in which user can view all the events in which he or she is owner and when owner click on the specific event to edit the event. Is there any shortcode for that or how can I do that ?

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can try option under Events > Settings > Other Pages > Edit events page

    Thread Starter edonbajrami

    (@edonbajrami)

    @angelo_nwl It shows only the part in which we can select page to shows events.

    caimin_nwl

    (@caimin_nwl)

    You can use something like this, where 5 is the ID of the event owner:

    [events_list owner="5"]

    Thread Starter edonbajrami

    (@edonbajrami)

    @cailmin_nwl Yes you are right. With that shortcode we can show all the event list from owner with ID 5. But, how can I make these events clickable and on click to edit all the contents of event. That is what I need. Regards ??

    caimin_nwl

    (@caimin_nwl)

    Something like this should work:

    [events_list owner="5"]
    <a href="#_EVENTURL">#_EVENTNAME</a>
    [/events_list]
    Thread Starter edonbajrami

    (@edonbajrami)

    @caimin_nwl thnx for your reply. But what I need to show all the event list, which I can do with the shortcode that you wrote. But on click of it to not show the page of event. I need to show on that click a form filled with event data to edit event. How can I do that ?

    caimin_nwl

    (@caimin_nwl)

    You mean you want the link to open up in WordPress admin, rather than the normal single event page?

    Thread Starter edonbajrami

    (@edonbajrami)

    I have found a solution for this one, in Settings I have selected a page for edit events and in code I have added [event_form]

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Edit Event Shortcode’ is closed to new replies.