How to disable organizer details on front-end submission

Home Forums Calendar Products Community Events How to disable organizer details on front-end submission

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #996570
    William Adeimy
    Participant

    I want to be able to choose what fields are displayed on the front-end submission page:
    http://atlantabuzz.com/atlanta-events/community/add/

    How do I disable certain fields that I don’t want displayed on the front-end?

    #996686
    Nico
    Member

    Hi William,

    Thanks for reaching out to us! Hopefully this is something easy to do 🙂

    You’ll need to override the submit/edit event template, I’ll outline the steps to do here, but be sure to check our Themer’s guide for further details on this.

    Here we go:

    – Create the following folder structure ‘tribe-events/community/’ inside you theme folder located at ‘wp-content/themes/your_theme/’.
    – Make a copy of the file ‘edit-event.php’ located at ‘wp-content/plugins/the-events-calendar-community-events/src/views/community/’.
    – Drop it in the above created folder: ‘wp-content/themes/your_theme/tribe-events/community/’.
    – Comment out -or delete- the fields or modules you don’t want to be shown.

    If you want to hide particular fields for a module the process is the same, just copy the module template to ‘tribe-events/community/modules/’.

    Please let me know if this answers your question,
    Best,
    Nico

    #996786
    Houman
    Participant

    Hi Nicos,

    I’m trying this out and have had some success. I’ve been able to hide some modules. However, still having a few issues:

    1. taxonomy module is not showing at all even though it’s not commented out. Hopefully this will allow users to add a tag to their submission. But wondering why nothing is appearing at all.
    2. how can I hide “Not Houman, log out”?
    3. trying to edit the date picker module and I cannot find where I should comment out the “recurrence” field.

    Thank you!

    #996788
    Houman
    Participant

    Hi Nico – upon further investigation I see that the taxonomy module only shows if event categories are used. I don’t use event categories so that explains why it doesn’t show.

    However – as I posted in a different thread – it’s absolutely imperative I allow user-submissions to include tags – just like I can do via the backend. From everything I have seen – tags are not supported by default… but is there an easy way to add tag support? Maybe I can add some code in taxonomy.php which will open up a tag field?

    #997084
    Nico
    Member

    @ Ben, I’ll be answering your questions on your own thread 🙂

    #1001230
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to disable organizer details on front-end submission’ is closed to new replies.