• Resolved maxelio42

    (@maxelio42)


    Hi,
    Whenever someone not logged-in wants to book an event, the booking form allows to log in, in case you are already a member, which is a good thing.

    In this form, there is also a link to “subscribe”.

    Is it possible :
    1. to suppress this link?
    2. to change the URL destination for this link?

    Thanks for your help!

    • This topic was modified 5 years, 5 months ago by maxelio42.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    Hi,

    Just to confirm, did you mean the registration link? if yes, you can change this by overriding template file at events-manager/templates/forms/bookingform/login.php

    to use templates: https://wp-events-plugin.com/documentation/using-template-files/

    eg. wp-content/themes/Your Theme/plugins/events-manager/forms/bookingform/login.php

    Thread Starter maxelio42

    (@maxelio42)

    Hi,
    Yes, that’s it!
    The problem is, if I effectively found this PHP file, I don’t know what to change in it (my skills are quite limited) !

    Could you please help me?

    Hello,

    Sorry but currently We’re very limited in custom coding: https://eventsmanagerpro.com/support-policy/

    Using the file angelo suggested, You could change the redirect of the login in the code.

    <input type="hidden" name="redirect_to" value="<?php echo esc_url( get_site_url(false, $_SERVER['REQUEST_URI']) ); ?>#em-booking" />

    In case you’re not familiar with PHP, You might need to hire a developer for it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change or suppress “Subscribe link” for non logged users’ is closed to new replies.