Removing option to add tags when entering events

Home Forums Calendar Products Community Events Removing option to add tags when entering events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1357081
    Paul
    Participant

    Hi

    I really want to make it so that when entering an event via the community events plugin – it does not include the “TAGS” entry box.

    I have already edited that very page for other reasons, eg:
    plugins\the-events-calendar-community-events\src\views\community\edit-event.php

    But… in the area of code I would expect to find mention of tags, I can see everything else but not what calls the tag entry. Eg the code extract below… image, venue etc etc. Where is the line that produces the “tag” box?
    Thanks!!
    ——————————————————————————
    extract of:
    plugins\the-events-calendar-community-events\src\views\community\edit-event.php

    <?php do_action( ‘tribe_events_community_after_the_content’ ); ?>

    <?php tribe_get_template_part( ‘community/modules/taxonomy’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/image’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/datepickers’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/venue’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/organizer’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/website’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/custom’ ); ?>
    <?php tribe_get_template_part( ‘community/modules/cost’ ); ?>

    <!– Spam Control –>

    #1358582
    Jennifer
    Keymaster

    Hi Paul,

    Thanks for reaching out! You found the right file, so in there you can remove or comment out this line (line 43):

    <?php tribe_get_template_part( 'community/modules/taxonomy', null, array( 'taxonomy' => 'post_tag' ) ); ?>

    Let me know if that works for you!

    Thanks,

    Jennifer

    #1368719
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing option to add tags when entering events’ is closed to new replies.