hammer72

Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • in reply to: Limiting venues in frontend form #247899
    hammer72
    Participant

    Thanks Casey, hiding via css worked fine and added it to the UserVoice page as a suggested feature.
    Cheers
    Hammer

    in reply to: How to edit the seo / meta info for the events view? #239143
    hammer72
    Participant

    This should be easy so hope it gets added to the settings section and allow custom SEO (title and description) for the main events page. In the meantime, how about a sticky post ‘How to add metadata to the main event template’ or something?

    in reply to: Redirect to login page #190813
    hammer72
    Participant

    I found where I should modify the script (tribe community events class) but would like to know if a hook in functions.php would work to send the user to /login instead of generating a login form (any code examples for this newbie would be appreciated :).
    // login check
    if ( ( !$this->allowAnonymousSubmissions && !is_user_logged_in() ) || ( $edit && $tribe_event_id && !is_user_logged_in() ) ) {
    do_action( ‘tribe_ce_event_submission_login_form’ );
    $output .= $this->login_form(__( ‘Please log in first.’, ‘tribe-events-community’ ));
    return $output;
    }

Viewing 3 posts - 1 through 3 (of 3 total)