Description
Used by exclusive sites everywhere to attract the A-listers. Upon registering, a user with a reservation is automatically added to one or more groups.
Installation
- Extract the plugin archive
- Upload plugin files to your
/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
FAQ
- How do I specify users who aren’t registered?
-
- By email address, of course! Integrators can override this with the
bp_group_reservation_search_key
hook
- By email address, of course! Integrators can override this with the
- What kind of memberships am I reserving?
-
- Reserved spots are at
member
level. See below for how to change this for an extra-special user.
- Reserved spots are at
- Can I reserve a moderator or admin spot for a user?
-
- Yes! Use the following format when creating the reservation:
jdoe@example.com, level=mod (replacemod
withadmin
to save a group admin spot.)
- Yes! Use the following format when creating the reservation:
- Can I store other data in the reservation?
-
- Sure! You can store attributes with
key=value
pairs, separated by commas. This plugin won’t process those values, but it will fire actions for you to use them.
- Sure! You can store attributes with
Reviews
There are no reviews for this plugin.
Contributors & Developers
“BuddyPress Group Reservation” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “BuddyPress Group Reservation” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.2
- Changed: added
group_reservation_can_manage_reservations
filter for custom reservation management access – thanks, Vernon Fowler! - Removed: unneeded buttons when adding reservations during the group creation wizard
1.1
- Fixed: removed diagnostic output
- Changed: address comparison is case-insensitive, just like email addresses!
1.0
- Initial release