• Resolved iamgraeme

    (@iamgraeme)


    Say I wanted to add a check box for in the meeting options, for example Closed on Christmas, and/or Closed on New Years Day, have them return a boolean value, would that be possible?

    This wouldn’t show in the meeting detail page but would specifically be for flagging up what meetings are going to have christmas and new year closures so I can not output them in our app and meetings in the next 24hrs widget.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I can’t think of a clean way of doing that with the system as it exists now.

    A not-clean way might be to add it as words to meeting notes and searching for that.

    That said, it is open source software and you’re welcome to jump in and make some proposals on how it can be done differently. Maybe an array of checkbox options that can get added to each meeting? The meeting admin form is in includes/admin-meeting.php and the save procedure in includes/save.php.

    I think a better solution here, and something I want to add, is a system for handling temporary closures. It’d be a big lift but it is requested every holiday season. Once the Meeting Guide app is fully transferred to AA World Services I expect I’ll have some more bandwidth and will try to focus on stuff like this then.

    Thread Starter iamgraeme

    (@iamgraeme)

    *EDIT* Sorry -ignore me, just seen that its possible – the first question in the FAQ’s – thanks ??

    Thanks for this, is it possible to add a custom “Type”, then I can just check for it’s presence and do some logic based on that?

    Cheers for all your help so far, I think this plugin is awesome.

    • This reply was modified 5 years, 11 months ago by iamgraeme.

    Ok great!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Add own options and/or flags’ is closed to new replies.