Do not display previous organizers and venues for event submission?

Home Forums Calendar Products Community Events Do not display previous organizers and venues for event submission?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #109189
    ceramofiles
    Participant

    I have the pro calendar and the community events add-on. I do not want users to see the dropdown with previous venues and organizers. I’d prefer that they manually enter this information and not see other organizer names. I have ‘no default’ selected in the settings, but it still displays the organizers and venues in the dropdown.

    #109384
    Barry
    Member

    Hi!

    Please check out our Themer’s Guide in the first instance, which covers many of the basics. Essentially though you would override community/modules/organizer.php and remove or comment out the following line:

    <?php tribe_community_events_organizer_select_menu( $event ); ?>

    Similarly so for community/modules/venue.php where the corresponding line is:

    <?php tribe_community_events_venue_select_menu( $event ); ?>

    Does that help at all?

    #110241
    ceramofiles
    Participant

    That did it thank you!

    #138256
    Barry
    Member

    Closing this thread as it’s been quite a while – of course if we can help with anything else please do create a new thread. Thanks!

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Do not display previous organizers and venues for event submission?’ is closed to new replies.