Volunteer
Plugin Description:
A solution for managing a large number of contacts and/or events using Sqlite3
Allows volonteers to register and subscribe to events
IMPORTANT 0.4.7 has DB structure changes. If you are upgrading delete data/other/volunteer/volunteer.db. From this version forward, the existing database is identified and corrected at each upgrade.
Known platforms
This plugin has been developed using PHP 5.4.4 with the PDO and Sqlite3 extensions. At this stage it hasn't been tested on all possible platforms, so if it runs on other versions, please let me know!
Works on PHP 3.3.22 - davetest Works on PHP 5.6 & GS 3.3.8 - olmy
Install Instructions:
- Download ZIP file with plugin from this page.
- Unzip it into the "plugins" folder using FTP or any other method.
- Log in to your GetSimple administration panel.
- Activate the plugin under the Plugins tab.
- Set the admin email address in Pages -> Volunteer Manager.
Page Tags:
Events
[vl_events] //shows the events forms and list
Groups
[vl_groups] // manages and displays groups
Connections
[vl_user] //shows the current user
[vl_connect] //shows the connect form
[vl_register] //shows the register form
[vl_profile] //shows the current user profile
User list
[vl_list_users] //shows list of users - Admin
Template Functions
Display the current user :
<?php vl_display_user();?>
Display the plugin version:
<?php vl_display_version();?>
Notes
You can have one page with the events tag, one page with the connections tags, one page with the groups tags.(see demo link above)
Volunteers can register, update their profile, view and join groups, view, subscribe and unsubscribe to events
The admin can create and delete events, remove any volunteer from events, and manage groups
TODO: lots! please post your ideas to the support forum.
Archived Versions:
These are old versions of this file. Please use with caution as they are probably out of date and no longer supported. ShowHide