BuddyPress Group Reservation
| 开发者 |
ddean
|
| 更新时间 |
2013年12月23日 07:02 |
| PHP版本: |
3.5 及以上 |
| WordPress版本: |
3.8 |
详情介绍:
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.
安装:
- Extract the plugin archive
- Upload plugin files to your
/wp-content/plugins/ directory
- Activate the plugin through the 'Plugins' menu in WordPress
1.2
- Streamlined UI and added a filter for management access
1.1
- Made address comparison case-insensitive, removed some diagnostic output
常见问题:
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
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.
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 (replace mod with admin to save a group admin spot.)
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.
更新日志:
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