Replies: 3 comments 2 replies
-
|
i'm not sure i'd agree with the characterization of it being "inaccurate" or "mistaken" to label these meetings as inactive, since that's the way this plugin has always worked. labeling it this way may encourage these meetings to get past their reluctance to share definite information with the public, in furtherance of the third tradition. we'll need to discuss the idea of adding a new field more. i described how this could potentially have unintended consequences in my reply to another program here: #1735 (comment) that said, we do want to support you customizing the appearance of your meeting finder as much as possible. one option to explore is to use existing tools for customization, such as renaming the $tsml_ui_config = [
'strings' => [
'en' => [
'types' => [
'inactive' => 'Invitation Only'
],
]
]
];this should fully remove the "inactive" nomenclature from the app - it will show up in the filter as "Invitation Only" and the URL for the filter will be additionally, you can customize the color of that chiclet with the instructions here by adding the following CSS: #tsml-ui {
--inactive: #666;
}this is what it looks like before: hopefully these suggestions will get you a little closer to your goal! |
Beta Was this translation helpful? Give feedback.
-
I've tried pasting that CSS property at the end of the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for the additional demo & resulting encouragement. I persisted, and found a way to add the CSS and get it working now! As a WordPress newbie, I'm not familiar with all the ways (let alone the best way) to inject custom CSS, but I found a "Customize CSS" page under the WordPress dashboard's "Appearance > Editor" that let me add that CSS you posted, above. It worked! Support case closed! Thanks again 🙏🏼. |
Beta Was this translation helpful? Give feedback.


Uh oh!
There was an error while loading. Please reload this page.
-
Differentiate ‘Inactive’ from Address/Conference Errors
Background Context
We are considering replacing our current, home-grown "meeting finder" application with the
12-step-meeting-listPlugin configured to use theTSML-UI.We have produced a
.csvfile containing the meeting information for all our 524 meetings in the format expected by the Plugin's "Import" facility, yet are blocked from deploying it since it incorrectly displays anInactivestatus for meetings lacking complete conference attendance information. Many of our meetings include text in their "description" attribute describing how potential users can obtain that information, and that approach works for us.Support Request
As discussed in #1720, we're looking for a way to prevent the
12-step-meeting-listplugin runningTSML-UIfrom mistakenly labeling a meeting asInactivedue to missing "Conference" information, as depicted below. This is a follow-up discussion to that support ticket, which concludes with:To: Plugin & TSML/TSML-UI maintainers
As suggested above, please consider and suggest some recommended approaches for allowing us to import our data to the
12-step-meeting-listplugin - preferably in the same format we're using now, which is its.csvimport format - and presumably trigger some new option that would cause it to substitute a more accurate "chicklet" / label instead ofInactivefor these two cases?One proposal that I recall being suggested at last Saturday's
C4Rmeeting was to trigger this new behavior by including a new column in the.csvimport file that provided some "guidance" to the import process, such as possibly a new label to use instead ofInactivefor this situation.Beta Was this translation helpful? Give feedback.
All reactions