Venue Selection

Home Forums Calendar Products Community Events Venue Selection

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1102383
    Tony Bell
    Participant

    Is it possible to prevent end users adding venues and forcing them to select from a dropdown list (or similar forced selection)?

    I have over 3,000 registered users and 2,200 venues. Our wonderful users seem to take great delight in adding venue names (no address) as they creat events. In one instance I had a user add the same venue name eight times, once for each event. Needless to say this is creating an admin nightmare editing duplicated venues and more events to the ‘real’ venues.

    #1102825
    Nico
    Member

    Hi Tony,

    Thanks for getting in otuch and sorry to hear about this venue havoc ๐Ÿ™

    Hopefully it’s possible to prevent users from creating venues. First you’ll need to set a default venue for the form to show, you can do this in WP-Admin > Events > Community > Form Defaults > Default venue for submitted events.

    After that you can add this CSS snippet to hide the Use new venue option in the dropdown. You can add this snippet your theme functions.php file or via Simple Custom CSS plugin:


    #saved_venue_chosen .chosen-results li:first-child {
    display: none;
    }

    Please let me know if this helps,
    Best,
    Nico

    #1106220
    Tony Bell
    Participant

    Thank you Nico,

    Sorry for the delay getting back to you. That worked fine.

    Tony

    #1106551
    Nico
    Member

    Thanks for confirming Tony, glad it worked for you ๐Ÿ™‚

    Iโ€™ll go ahead and close out this thread, but if you need help with anything else please donโ€™t hesitate to create a new one and we will be happy to assist you.

    Best,
    Nico

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Venue Selection’ is closed to new replies.