Opened 11 years ago
Closed 11 years ago
#5510 closed enhancement (fixed)
Add template tag for 'is_invited' & update private group messages in bp-groups-template
Reported by: | hnla | Owned by: | boonebgorges |
---|---|---|---|
Milestone: | 2.1 | Priority: | low |
Severity: | minor | Version: | |
Component: | Groups | Keywords: | has-patch |
Cc: | hnla |
Description
Patch adds a template tag check in bp-groups-template.php to return bool on whether they have had an invite to join private group.
Updates the groups status message variable to check if user has invite and display a new message stating they have an invite.
The message update just makes for a more helpful message if a user enters a private group they may have been invited to but not realised by replacing the message that they must request membership, as it's already in motion.
Template tag was just to provide capability of running a check in templates but may not be that useful or flexible the way I've written it.
New template tag & update home screen message