Opened 11 years ago
Closed 9 years ago
#2599 closed defect (bug) (fixed)
Group forum visibility doesn't seem to change along with group visibility change.
Reported by: | jreeve | Owned by: | johnjamesjacoby |
---|---|---|---|
Milestone: | 2.6 | Priority: | normal |
Severity: | normal | Version: | 2.5.3 |
Component: | Extend - BuddyPress | Keywords: | has-patch |
Cc: |
Description
It seems like the visibility of group forums (handled by the bbpress extension for buddypress) should change along with the group visibility. We had several hidden groups staged to be public groups, but when we made them public, we noticed that their associated forums were still hidden. The "forum" button still exists in the group sidebar tabs, but when the user clicks "forum," he is incorrectly informed that the group doesn't have a forum.
To reproduce:
- Create a hidden buddypress group and make an associated group forum.
- Change the visibility of the group to "public."
- Notice that the group forum visibility does not also change.
Attachments (2)
Change History (12)
#2
@
11 years ago
- Component changed from General to BuddyPress
Running the bbPress repair tool "Recalculate private and hidden forums" should resolve this issue also instead of recreating the forum. Will need to investigate why BuddyPress is currently doing this, the functionality was added in r5017 to support this.
#3
@
11 years ago
Still unsure what to do about this...
On the bbPress side we can add bbp_form_forum_visibility_dropdown()
to the 'Group Forum Settings' per the mockup image below or something on the BuddyPress side if possible.
#4
@
10 years ago
- Milestone changed from Awaiting Review to 2.7
Move from awaiting review to 2.7 milestone.
This ticket was mentioned in Slack in #bbpress by netweb. View the logs.
9 years ago
#9
@
9 years ago
In the vast majority of cases, group forum visibility should match the status of the group. For this reason, I think it's overkill (and ill-advised) to solve the problem by adding an independent dropdown. Such a dropdown will encourage, rather than reduce, the divergence of group/forum status, and it requires action by the group admin.
See 2599.2.diff for a suggested fix, which is totally automated.
Also, even more disturbingly, after changing the visibility of a group, some group forums report that there are three topics in the forum, then (on the same page), report that there are no topics in the forum. Removing and readding the forum in the admin tab fixes this issue.