mgiannoniwp
Forum Replies Created
-
Forum: Plugins
In reply to: [12 Step Meeting List] Support External DatabaseThank you, one last “side question” that it might be related.
In the 12-Step-Meeting-Guide plugin settings->Data Sources it is saying:————————–
Data sources are JSON feeds that contain a website’s public meeting data. They can be used to aggregate meetings from different sites into a single master list. The data source for this website is right here. More information is available at the Meeting Guide API Specification.
————————–
when I click the link “right here” I get the following error:
{“error”:”HTTP\/1.1 401 Unauthorized”}the url in question is https://<mywebsite>/wp-admin/admin-ajax.php?action=meetings
thanks
MGForum: Plugins
In reply to: [12 Step Meeting List] Support External DatabaseI know you are right, SQL is one of the possibilities we are considering, we are also looking at the possibility to use WordPress REST API JSON. If we can communicate directly to WordPress->12 Step Meeting Guide and vice versa via WP REST API we can interchange meeting data in JSON format between our application and the WP->12 StepMeetingGuide.Do you think this will work?
MG
Forum: Plugins
In reply to: [12 Step Meeting List] Support External DatabaseAre you asking us to develop this or are you wondering if you can do it?
— Yes.On the other hand, if you’re an experienced developer and this is something you’d like to take on, TSML is an open source project and you should feel free to fork the project and create a branch.
— I’m not a wordpress developer,I do more backend server development.I’m curios to know why you decided to write meetings data into the WP_POST table which is a wordpress table and not in a separate mysql table more specific for meetings data.
I’m asking this because we need to integrate our existing very old internal application at the Central Office to the 12 Step meeting guide plugin. We would like to use only one database and (I repeat myself) it would be preferable to write meeting data in one database table rather than manually exporting and importing data.Thank you
MG