• Resolved ?sa

    (@asabo)


    Hi,
    I would like to show the RSVP form only if the user is logged in already. Is that possible?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Thread Starter ?sa

    (@asabo)

    Hi again,

    I solved it and thought I’d post the solution here for others with the same issue.

    I made a copy of the file plugins\event-tickets\src\views\tickets\rsvp.php and put it in themes\”my-theme”\tribe-events\tickets.

    Then I added
    if ( is_user_logged_in() ) {
    in the beginning of the file and a } in the end. Voila!

Viewing 1 replies (of 1 total)
  • The topic ‘Hide RSVP if not logged in’ is closed to new replies.