Sure, what are your meeting types?
Thread Starter
mdev14
(@mdev14)
Thanks so much. Similar to AA. Uses Big Book. But main meeting types are:
– Big book study
– Discussion
– Step Speaker
– Closed
– open
– Women
– Men
– Young People (YP)
– 12 steps 12 tradition
– step meeting
– Babysitting Available
I am assuming all of this is primarily useful for the mobile app correct?
Ok, the program is added now in version 3.4.18.
These types are useful for filtering meetings on your website. The Meeting Guide mobile app is operated by A.A. World Services and only includes A.A. groups.
Thread Starter
mdev14
(@mdev14)
Can we add ‘Phone’ to meeting types for this? I know it needs a location. But figured I would test this out. Any plan to add support for phone meetings?
There aren’t any plans to support meetings that don’t have a physical location. Typically I advise people who want to list those types of meetings to create a separate page.
You can add a Phone meeting type however by adding this code to your theme’s functions.php:
if (function_exists('tsml_custom_types')) {
tsml_custom_types(array(
'PHONE' => 'Phone',
));
}