Okay
  Public Ticket #2261245
inserting events from anyone
Closed

Comments

  • cnafc started the conversation

    I would like to leave the possibility to anonymous users to propose events but I would like to avoid creating new ORGANIZERS because in this way they would fill my tables and get them dirty.
    So I would like them to choose among the existing organizers (as for the categories) or that the form used only accepts a fixed organizer

  •  785
    Zhivko replied

    Hi,

    You could hide the add organizer button via css.

    Go to Dashboard -> St. Event Calendar -> Fonts & Colors -> Custom style tab and add following css:

    .stec-builder-submission-add-organizer {
    display:none !important;
    }



    Stachethemes Developer