Bought pro, can't post in support forum

WordPress Event Management, Calendars & Registration Forums General Question Bought pro, can't post in support forum

This topic contains 1 reply, has 2 voices, and was last updated by  Stephen Harris 10 years, 4 months ago.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #15075

    Hi Stephen,

    I bought the pro version of the plugin last week, but need to post a support ticket. I am unable to post in there despite having upgraded.

    Basically, I want to know how to use the event search sortcode to direct to a new page rather than Ajax into the page content below.

    Thanks

    Andrew

    Andrew Young
    #15078

    Hi Andrew,

    I’m terribly sorry – I had received your e-mail and had looked into the possibility of the results of the booking form being displayed on an alternative page. (I had thought I had replied to you, but I can’t find the e-mail now).

    I’ve checked your account and you should be able to access the forums, I’ll look into why this is the case.

    Regarding posting to another page, unfortunately this isn’t (easily) achievable. The search form posts to the current page: (includes/shortcodes.php, line 181)

    <form action="'.get_permalink().'" method="get">
    

    Changing the action attribute to an alternative action would post the form to the desired page, however you would need to parse the query and display the results yourself. The results are (by default) displayed using the search-event-list.php template, and the query is parsed at includes/shortcodes.php, lines 367-391.

    Stephen Harris
Viewing 2 posts - 1 through 2 (of 2 total)
To enable me to focus on Pro customers, only users who have a valid license for the Pro add-on may post new topics or replies in this forum. If you have a valid license, please log-in or register an account using the e-mail address you purchased the license with. If you don't you can purchase one here. Or there's always the WordPress repository forum.