Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter pierrick

    (@pierrick)

    @tech2serve
    Thanks for the link. I’ve joined and (I think) subscribed. Is there anything current that I can help with? It’s a rather ling list of posts and I’d rather not have to read the whole lot if I can avoid it.. ??

    @brianwarea24
    Thanks for the suggestion. I didn’t have access to the WordPress sites. So I created a test site of my own on my home server, installed the plugin and did what you mention: add a meeting (a few in fact) with everything I could fill in.
    More time spent than I anticipated… but I got there. Yay!

    Thread Starter pierrick

    (@pierrick)

    The script I’m writing will serve to import meetings into a custom website (not WordPress) which you can visit here: https://www.buddhistrecovery.org/
    These meetings are imported from two separate WordPress sites which use the 12 Step Meeting plugin to generate their JSON export file.
    As for code4recovery.slack.com, I went to the site, but couldn’t see anywhere how to create an account. It says to “Contact the workspace administrator for an invitation” but how would one go about this? The Contact Us at the bottom doesn’t open up?
    Confused. ??

    Thread Starter pierrick

    (@pierrick)

    Hi again @tech2serve
    Hmmm I may have spoken too soon…
    The word “optional” appears an alarming number of times around the JSON file structure. So much so that I am now wondering if it has any specific structure at all.
    I’m surprised there’s no data dictionary in the documentation.
    Oh well, I guess I’ll work with the JSON files I was given.
    Thanks anyway @tech2serve

    Thread Starter pierrick

    (@pierrick)

    Hey thank you for the reply @tech2serve
    Yes I’m writing a script to import the meetings into a MySQL table from the JSON file produced by the 12 Step Meeting list plugin.
    And no it has nothing to do with the Meeting Guide App.
    And the link to the GitHub specs is exactly what I was looking for.
    Much appreciated.
    Many thanks, I can finish the script now.

    Thread Starter pierrick

    (@pierrick)

    Hi,
    Update…
    Looking into the actual code I see the file /includes/save.php seems to list what I’m looking for on line 443.
    Can anyone please confirm that this line:
    $fields = array('name', 'day', 'time', 'end_time', 'types', 'notes', 'location', 'formatted_address', 'region', 'location_notes', 'group', 'district', 'group_notes', 'website', 'website_2', 'email', 'phone', 'mailing_address', 'venmo', 'contact_1_name', 'contact_1_email', 'contact_1_phone', 'contact_2_name', 'contact_2_email', 'contact_2_phone', 'contact_3_name', 'contact_3_email', 'contact_3_phone', 'last_contact');
    contains all possible fields for any given meeting?
    Again, thanks.
    Pierrick

    Thread Starter pierrick

    (@pierrick)

    And this explains that.
    Thank you for the quick reply.

    Hi Anton,

    Just downloaded your theme. Looks great so far.
    I had a php error though:
    Parse error: syntax error, unexpected $end in C:\clients\webs\brn\wp-content\themes\constructor\admin\settings.php on line 198
    when selecting your theme from inside my WordPress install.
    I had a look at the file ‘settings.php’ and found this in the last lines (195-198):

    </div>
        <?
    }
    ?>

    I changed it to:
    ` </div>
    <?php
    }
    ?>’
    and it all worked.

    Thanks for a great theme.
    Pierrick

Viewing 7 replies - 1 through 7 (of 7 total)