Fontend login page

Home Forums Calendar Products Community Events Fontend login page

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #138574
    shavano
    Participant

    I want only registered users to be able to use Community Events. So if they are not logged in, they are presented with a “please log in first” page (the one where you can enter login/password from the frontend). How can I customize this page, is this part of WordPress core or Community Events? Are there filters I can use to change it?

    #139029
    Casey
    Participant

    shavano,
    Thanks for reaching out! The ‘tribe_ce_event_submission_login_form’ filter runs just before outputting the login form HTML, and you can see it in action in our docs here on line 1494: http://docs.tri.be/Community-Events/source-class-TribeCommunityEvents.html#1494.

    The Community plugin also gets the login form url from ‘wp_login_url(),’ so if you’re using any custom login form plugins that filter on that function, then the Community add-on should honor your custom login form URL.

    I hope that answers your questions, but let me know if you need further help. Thanks! 🙂

    -Casey-

    #140009
    Casey
    Participant

    Great! Thanks for confirming that this got you sorted. Since it looks like you’re all set, I’m going to mark this thread “Answered” and close it out.

    By the way, if you have a minute or two, we would love it if you’d write a few words for us here: http://wordpress.org/support/view/plugin-reviews/the-events-calendar?filter=5

    Thanks in advance. 🙂

    Cheers,
    Casey

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Fontend login page’ is closed to new replies.