Is it possible to remove the 'Maybe' option in the Events module?
I don't want to give my group that option.
Cheers
James
Is it possible to remove the 'Maybe' option in the Events module?
I don't want to give my group that option.
Cheers
James
{decorator name='button_list_item' type='submit' langLabel='event+attend_maybe_btn_label' id='event_attend_maybe_btn'}
in ow_plugins/events/components/event_users.php
delete this line:
$this->addUserList($event, EVENT_BOL_EventService::USER_STATUS_MAYBE);
Thanks for the pointer above. This works very well for the small widget, however on the event itself the Maybe button still appears. How do we remove this button too. Please see screenshot attached.
that button is surely alot like the other button its just in the controller views file instead of the components folder.
yep, in views controllers base_view.html like 51
{decorator name='button_list_item' type='submit' langLabel='event+attend_maybe_btn_label' id='event_attend_maybe_btn'}