ColdTrick / event_manager

Manage events in Elgg
https://elgg.org/plugins/736695
27 stars 37 forks source link

Event Form #154

Closed andrewga closed 4 years ago

andrewga commented 4 years ago

Is it possible to add a feature to have the post event form already expanded? Instead of the user having to press configure on each box.

jdalsem commented 4 years ago

not with a setting... but if you change true to false on this line https://github.com/ColdTrick/event_manager/blob/6ca98753104e6b27a443d0f9b5c2f81a7e6889a3/views/default/forms/event_manager/event/module.php#L6, they will be open by default

andrewga commented 4 years ago

Perfect! Thanks so much!