davidve
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] Volunteer to add Thai translation@koen-van-dieren , thank you for your interest in helping get the TSML plugin translated into Thai. I would urge you to go to the GitHub repo for this project and open a Discussion there to engage with the development team.
– New Discussion – code4recovery/12-step-meeting-list@lindaceahow,
1. the plugin already supports several 12 step programs, including CEO-HOW and OA
To change the program, go to the Settings admin screen and look for the General Card. There's a dropdown with all the supported Programs.
In addition to all the types that are already supported for CEO-HOW, you can add your own custom types or ask the maintainers to add new types if they would be useful to your entire fellowship.
Code Description
------- ------------------------
12x12 12 Steps & 12 Traditions
AACOA AA Comes of Age
ABSI As Bill Sees It
B Big Book
BOOK Book Study
CTB Came to Believe
CEA-HOW CEA-HOW Concept/Tools
DR Daily Reflections
HJF Happy Joyous and Free
LS Living Sober
MAINT Maintenance
MED Meditation
SP Pitch/Speaker
PROM Promises
RANDR Relapse and Recovery
ST Steps/Traditions
D Topic/Discussion
2. if you have any questions or need support, i would encourage you to visit the GitHub repo and start a Discussion there there:
see: Open New Discussion in the TSML GitHub Repo- This reply was modified 4 months, 1 week ago by davidve.
Forum: Plugins
In reply to: [12 Step Meeting List] Wheelchair-Accessible BathroomIf you are still have a question about this issue, you should consider asking it on the github forum for more immediate support.
See: https://wordpress.org/support/topic/support-site-evolution-dont-post-here/
The plugin supports two different meeting types.
These can be set independently.
If you need a meeting changed from “Wheelchair Accessible Bathroom” to “Wheelchair Accessible”, you should contact the website administrator since they can do that already.
If you are asking that the description for the first type be changed from “Wheelchair Accessible” to “Wheelchair-Accessible (only)”, you should make that request on GitHub.Forum: Plugins
In reply to: [12 Step Meeting List] Updating plugin makes the List disappearsHave subsequent updates resolved your issue?
Forum: Plugins
In reply to: [12 Step Meeting List] Unexpected Application Error!Minified ReactI opened up your meetings page with no issues:
– https://newlife.com/groups/meetings/
If you need support, please open up a Discussion directly on the Code4Recovery GitHub repo:
– https://github.com/code4recovery/12-step-meeting-list/discussions- This reply was modified 6 months, 1 week ago by davidve.
Forum: Plugins
In reply to: [12 Step Meeting List] Adding Google Meet URLglad it worked !
Forum: Plugins
In reply to: [12 Step Meeting List] Adding Google Meet URLI just added a test meeting to my site with a Google url and it worked.
The URL I used had the form ‘https://meet.google.com/gkr-souc-gwp’
Is yours similar?
Did you give the meeting an approximate address such as city, ny, zip?
- This reply was modified 1 year, 1 month ago by davidve.
Forum: Plugins
In reply to: [12 Step Meeting List] Unexpected Application ErrorCan you give us the link to your website?
Does the Legacy UI work well?Which fellowship is set? AA? CA? something else?
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.Thank you for the reply. I am on the TIAA Forum. I will follow up with you there to see where I can be of most help.
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.One more quesion:
3. This is more of a meeting guide app question, but I’ll go ahead and ask it anyway. I’m assuming the meeting guide app pulls our JSON feed twice a day … as before we started using the plug-in.
But I also understand the plug-in feeds into the meeting guide app. How does this happen? Does it happen on a schedule? This hasn’t caused us a problem to date, but is this how other IGs handle this?
To restate: We use the same JSON feed for the meeting guide app AND for the plug in. Is this how this the correct way to do this?
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.It was a JSON feed. My IG has a separate meeting DB and we generate the JSON feed on demand for consumption by meeting guide app and this plugin.
I was able to work around the problem by editing variables.php to skip the provider validation code.
I then started looking at the portions of my list that I thought might be causing the issues, didn’t really do anything major but did roundtrip a suspect string to notepad and back and then backed out the changes to variables.php since I didn’t like the results of skipping the conference provider validation code.
That did the trick… but I can’t really say I know for certain what caused the problem to begin with. I suspect their was an funky invisible character in the URL string.
While I have your attention, I have a few random questions with regards to plug-in. Please feel free to reply directly to me via websup@suffolkny-aa.org or point me to the threads where this might already be addressed:
1. is there a way to run the JSON import code on a schedule? I assumed this was the case, but instead have to do the import manually whenever there is a change to my meeting list DB.
2. is there a way to have the meeting type displayed next to meeting much in the way Men’s and Women’s meetings are? I noticed http://nassauaa.org/meetings/ was displaying in this way… before the COVID-19 craziness started and the TL meeting type added. I assume this is some CSS magic that I am not aware of… but it could also so be some customization of the plug-in code. Do you know how they did it?
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.RESOLVED…
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.I got this working… although I am always a little uneasy when I fix something and not 100% sure how I did it.
But I believe I had some invisible characters embedding in the conference_url string for one of my meetings that was causing the issue.
Beware copy/pasting from Excel or Google Sheets to source code. Arghhh
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.I made this change directly in variable.php. Which I assume will be overwritten then next time I update the plug-in.
The comment above the initialization of this line of code mentions doing this is the ‘Theme’ instead. Where would I put this in the theme? I’m a little green when it comes to customizing themes with regards to plug-in initialization.
Forum: Plugins
In reply to: [12 Step Meeting List] JSON: Syntax error, malformed JSON.by setting
$tsml_conference_providers = array();I was able to import my JSON. Still not sure what part of my JSON was causing the provider validator to barf.