Override Use New Venue

Home Forums Calendar Products Community Events Override Use New Venue

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1026503
    SARAH WITIUK
    Participant

    I have pre-loaded all the venues that my community would ever need. Even down to the rooms within buildings.

    However, the Community Events submission form’s “Use New Venue” drop down is causing my users to constantly add duplicate venues.

    1) Is there a way to add descriptive text to the Community Events add event form, so I can tell people to choose from the drop down menu, and NOT add a new one?

    2) is there a way to override the “Use New Venue” field, replacing it with just a drop down menu and text on the menu like “Choose a Venue”?

    #1026996
    Josh
    Participant

    Hey,

    Thanks for reaching out to us!

    You can definitely remove the add new options by following our Themer’s Guide and copying the “venue.php” module from within the “views” folder of the Community Events plugin into your theme and removing those fields altogether.

    Let me know if this helps.

    Thanks!

    #1033478
    SARAH WITIUK
    Participant

    When you say “removing those fields all together” could you please be more specific?

    #1033849
    Josh
    Participant

    Hey,

    Within that “venue.php” file, you’ll find a line that says :

    
    <?php tribe_community_events_venue_select_menu( $event ); ?>
    

    This is the dropdown that will populate with all the predefined venues that you’ve created. After that, within that file, you’ll see all the fields there for creating a new venue. If you don’t want users to have the ability to create a new venue, just leave the dropdown line above and remove all the fields for adding a venue that exist below it.

    Let me know if this helps.

    Thanks!

    #1075881
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Override Use New Venue’ is closed to new replies.