Support » Plugin: Event Registration » Event Registration: Using an external registration

  • Resolved szwp

    (@szwordpress)


    Are you using an external registration? works when you select the event from the Calendar {EVR_CALENDAR}. It will actually take you to the external registration page. However, when you select the event from the Event List {EVRREGIS} it does not. It shows the default Registration page (it does not navigate you to the external page).

    http://wordpress.org/plugins/event-registration/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author Radices

    (@radices)

    As a work around you can select PopUp Window in the Page Config tab of the main options it will work for both. We will look into it further and see why it’s not working in the link only view.

    Select Event Listing Type PopUp Window Accordian List Link Only

    Plugin Author Radices

    (@radices)

    @szwordpress I have patched the file are you comfortable with editing the php on your copy?

    Thread Starter szwp

    (@szwordpress)

    Hello. Thanks for your quick reply. Yes I am comfortable editing PHP. Another way you can do it is to email me the patched PHP file with comments above the code. Either way works for me.

    Plugin Author Radices

    (@radices)

    Assuming you are running the latest version 6.00.31 edit this file

    \public\evr_public-show_event_list.php

    Around line 40 change

    $outside_reg = '';

    to this

    $outside_reg = $event->outside_reg;

    Thread Starter szwp

    (@szwordpress)

    Your fix/patch for using an external registration works. Thank you for your hard work.

    Thread Starter szwp

    (@szwordpress)

    Issue is resolved thank you.

    does data save in this ??

    Thread Starter szwp

    (@szwordpress)

    No data in saved when using an external registration system since you are simply pointing your event to an external link and not using (have not created) a registration form using the Event Registration plugin. However, this feature is very valuable since some events are managed by external systems (or external group) and all you need for this kind of event is to list it/promote it as part of your other events so your users/customers can still go to one place (your site) for all the events and register to either local or external events.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Event Registration: Using an external registration’ is closed to new replies.