Access from Control Panel, see section Web hosting, top left item in panel FILES. Then click on “public_html”, then “home2”. This folder contains all the code for this website. There are 2 sub-folders
- gentsinnyon – contains all the WordPress code
- non_wp_routines – contains all the custom code I wrote

WordPress code
All wordpress code is in folder “public_html/home2/gentsinnyon”
This is all standard WordPress except
wp_content/plugins/mgw_gin_enable_db_updates.php
Which is a short plugin to manage the links between the WordPress code and the custom code and to enable administrators to update the database. In particular shows some extra options once a user is logged-in and more still for the administrators.
Custom code
This is all in folder “non_wp_routines”. There are 3 main parts, all written in php with a small amount of JavaScript, jQuery and AJAX.
- “members” – creates the lists of member details, including by activity, the list of organisers and the distribution lists
- “calendar” – displays the calendar using information stored in the database
- “dbUpdates” – handles all updates once the user is logged in. This includes any calendar entries or updates, linking users to activities, creating activities (administrators only)