Opened 9 years ago
Closed 8 years ago
#6412 closed defect (bug) (fixed)
Community moderators do not see "Messages" menu for displayed members
Reported by: | johnjamesjacoby | Owned by: | |
---|---|---|---|
Milestone: | 2.4 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Messages | Keywords: | good-first-bug 2nd-opinion has-patch needs-unit-tests |
Cc: |
Description (last modified by )
When logged in as a user with the bp-moderate
cap, and when viewing a member other than yourself, the main navigation of most other components is visible, but Messages is strangely absent.
Attachments (2)
Change History (11)
#3
@
9 years ago
- Summary changed from Super admins do not see "Messages" menu for displayed users to Community moderators do not see "Messages" menu for displayed members
#5
@
9 years ago
- Keywords needs-unit-tests added
pareshradadiya thanks a lot for your patch, it would be awesome to have unit tests to be sure everything is ok :)
Note: See
TracTickets for help on using
tickets.
I think we have two options:
bp_core_can_edit_settings()
instead offalse
for theshow_for_displayed_user
setting. This brings it up to par with Notifications, Settings, etc...false
so no one, not even super-admins, can see the menu items. Note that visibility does not dictate availability, and capable super-admins can still visit those pages.Bigger picture, we could introduce a "moderation mode" for members that would override these settings. I'm imagining an experience where no user can ever edit any other user until they've re-authenticated with a password, and that super-ability is maybe time-limited or tied to a specific piece of session data.