How to hide the venue and organizer select dropdown in user submit form

Home Forums Calendar Products Community Events How to hide the venue and organizer select dropdown in user submit form

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #962978
    Luciano
    Participant

    Hi,
    I don’t want that any user can uses venue and organizer owned by others.
    How can I hide the select dropdown in the user submit event form?
    Which file manage he form?
    thx

    #963005
    Brian
    Member

    Hi,

    Thanks for using our plugins.

    I can help you go in the right direction.

    Please follow our themer’s guide:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    So you can see how to move and edit templates in your theme.

    Then you want to look for these two files to move and edit:

    the-events-calendar-community-events\views\community\modules\venue.php

    the-events-calendar-community-events\views\community\modules\organizer.php

    And I believe removing these two files should do it:

    <?php tribe_community_events_venue_select_menu( $event ); ?>

    <?php tribe_community_events_organizer_select_menu( $event ); ?>

    Let me know how that works out.

    Thanks

    #971999
    Brian
    Member

    I am going to close this topic as 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.

    Thanks

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to hide the venue and organizer select dropdown in user submit form’ is closed to new replies.