Seattle Makers Check-In Plugin
Wordpress plugin for members to check in at the front desk
★ 0stars
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/seattlemakers/check-in/archive/refs/heads/main.zipSetup instructions:
- Sign in with administrator Wordpress account.
- Go to Plugins > Add New > Upload Plugin.
- Create a zip file containing the seattle-makers-check-in-plugin.php file. It should be called seattle-makers-check-in-plugin.zip.
- Select the zip file, upload, install, and Activate it.
- Go to Pages > Add New.
- Set the title to "Check-In".
- In the right pane, under Restrict Content Options > Allow, set it to Anyone (Unrestricted), and under Publish > Visibility, set it to Password Protected, enter a password and hit OK.
- Scroll down to Page Options > Title/Description > Set Title/Description Visibility to Hidden.
- Hit Publish. This page should now only be accessible after the password is entered.
- Go to Pages > Add New.
- Set the title to Check-In Stats.
- In the right pane, under Publish > Visibility, set it to Private and hit OK.
- Hit Publish. This page should now only be accessible to administrators. It currently displays the database contents for the last 1000 check-ins.
Developer setup:
- After cloning, run
./setup.sh(Mac/Linux) or./setup.ps1(Windows) to configure git hooks. - This enables the pre-commit hook that blocks commits containing email addresses.
Uninstall instructions:
- Sign in with administrator Wordpress account.
- Go to Plugins > Installed Plugins > Seattle Makers Check In Plugin > Deactivate.
- Go to Plugins > Installed Plugins > Seattle Makers Check In Plugin > Delete, and confirm. This will also delete the database table of check-ins.
Stats instructions:
- Sign into https://seattlemakers.org with AVStudios or other admin account.
- Go to https://seattlemakers.org/check-in-stats. By default this shows the 1000 most recent check-ins.
- Go to https://seattlemakers.org/check-in-stats?offset=100&limit=200 to skip the first 100 most recent check-ins and then show the next 200.