Only display Own Organizers

Home Forums Calendar Products Community Events Only display Own Organizers

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1152544
    Alain
    Participant

    Hello

    I only want to display own organizers. How can I hide the “available Organizers” in the drop-down menue?

    Thank you for your support.

    Kind regards,
    Alain

    #1152821
    Geoff
    Member

    Hi Alain,

    Great question!

    Although it’s not perfect, adding this CSS to your theme’s style.css file or using the Simple Custom CSS plugin will remove all the organizer fields:

    #tribe-community-events .tribe-community-event-info .linked-post,

    .tribe-add-post,
    .chosen-container .chosen-results li:first-child {
    display: none;
    }

    Here’s a screenshot of how that looks when I tested it out. You’ll notice that the “Use New Organizer” label is still there by default, though it will not be an option that can be actively selected. Hopefully this at least helps get the ball rolling!

    Cheers,
    Geoff

    #1153019
    Alain
    Participant

    Hi Geoff

    Thank you for your response.

    With your CSS the fields Organiser Name, Phone etc. are away. So the user isn’t able to register a new Organiser.

    In my idea, the user should be able to register as many organisers he want. But – he should not see, the registered organisers from other users. He only should see his own registered organisers. Please see my picture – the red marked area should be hiding.

    Cheers & thx,
    Alain

    #1153099
    Geoff
    Member

    Hi Alain,

    Thanks for following up and for clarifying! I totally see what you’re going for now, though I am afraid that would require much more custom development to accomplish.

    I’m happy to help point you in the right direction, if I can, but we also have a list of freelancers who we would happily recommend for this level of help.

    That said, you can find the template for the organizer form here:
    /wp-content/plugins/the-events-calendar-community-events/src/views/community/edit-organizer.php

    Our themer’s guide provides detailed steps on how to override and customize templates. Our documentation is also available for reference.

    I’m sorry I don’t have another workaround for you here, but I hope this at least help get you started in the right direction.

    Thanks!
    Geoff

    #1153533
    Alain
    Participant

    Hi Geoff

    Thank you for your information.

    Cheers
    Alain

    #1153594
    Geoff
    Member

    My pleasure, Alain — so sorry I didn’t have anything more solid to offer but I appreciate you following up. Feel free to let us know if any other questions pop up and we’d definitely be happy to help.

    Cheers and have a great weekend!
    Geoff

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Only display Own Organizers’ is closed to new replies.