Add taxonomy to Community Events

Home Forums Calendar Products Community Events Add taxonomy to Community Events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #152900
    pellep
    Participant

    I know this is a customization outside your support area. But I’m done to 95%.
    All that is left is to save the custom taxonomy value from the frontend.
    add_action(‘tribe_events_update_meta’, ‘add_tax_value’,10,1);
    function add_tax_value($event_id){
    global $post;
    print_r($_POST);
    //wp_set_object_terms( $event_id, $_POST[“tax-value”], ‘kommun’);
    }
    All values in $_POST is printed, but my tax-value seems to be filtered.

    #153271
    Casey D
    Member

    Hello pellep,

    This is beyond my current expertise and as you mention beyond the scope of the forums.

    One of our developers said to point you in the direction of ‘tribe_events_community_allowed_event_fields’ and ‘TribeCommunityEvents_SubmissionScrubber

    Goodluck!

    – Casey Driscoll

    #170910
    Casey D
    Member

    Hello pellep,

    We typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.

    Cheers!

    – Casey Driscoll

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Add taxonomy to Community Events’ is closed to new replies.