• Hello!

    I’m working on the New York Intergroup site and we are looking to add a new section for Meeting Reopenings. I want to do this by making a user fill out a form that can put their listing in a separate site section as reopened or operating in a hybrid model. In doing so, I want them to be able to search for their listing in the Closures table and have it removed. Can this be done leveraging the code in the plugin? If so, how? If not, that’s ok too; I can figure out something else. Mostly just trying to get the info to sync up with the Meeting Guide app.

    ~Andrew

Viewing 3 replies - 16 through 18 (of 18 total)
  • We’re working through some slow reopening in Portland and how to show this in TSML, given that some meetings are switching from online to in person, some are going hybrid, and some are splitting into separate online and in person instances at the same time.

    After much discussion, we’d like to suggest adding a new Type checkbox for “In person and online”. Selecting this Type would then override display of the “/Online Meeting” flag on the front end and show only a flag for “/In person & online”. The “in person & online” Type should require a URL, as “Online” does currently.

    Does this make sense? We think the distinction behind hybrid meetings and split meetings is not significant enough to worry about.

    Thanks!

    @chip902, how did you add meeting type “reopened meeting”?

    Thread Starter chip902

    (@chip902)

    @octotoot In the FAQs, it explains how to make custom meeting types. Put something like this in your functions.php

    
    if (function_exists('tsml_custom_types')) {
        tsml_custom_types(array(
            'A' => 'Atheist / Agnostic',
            'BE' => 'Beginner',
            'DD' => 'Mental Health Focus',
            'REOP' => 'Reopened Meeting',
        ));
    }
    
Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘Listing Meeting Reopenings’ is closed to new replies.