Opened 13 years ago
Closed 13 years ago
#2201 closed defect (bug) (fixed)
public group shows private forum post
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | 2.3 | Priority: | high |
| Severity: | critical | Version: | trunk |
| Component: | Component - Forums | Keywords: | |
| Cc: |
Description
john the admin creates group1 - jane creates group2 (private)
when jane visits group2 to create a forum post, it is posted to group1 and everyone can view the private forum post.
tested twice with new installs
wordpress 3.5.1 + buddypress trunk-6779 + bbpress trunk 4761
Change History (4)
#4
@
13 years ago
- Resolution set to fixed
- Status changed from new to closed
(In [4769]) BuddyPress Groups:
- Simplify group forum display logic.
- Use bbp_has_ functions to preload posts. Reduces overhead of calling get_posts() and then creating new WP_Query() object later.
- Use bbPress's front-end nonce verification logic to avoid wp_die'ing theme-side.
- When editing a BuddyPress group's forum settings, allow network administrators to modify the group connection.
- Fixes #2201, #2202.
Note: See
TracTickets for help on using
tickets.
Who is jane? moderator or participat, admin?