Opened 13 years ago
Closed 13 years ago
#2201 closed defect (bug) (fixed)
public group shows private forum post
| Reported by: | intimez | Owned by: | |
|---|---|---|---|
| Priority: | high | Milestone: | 2.3 |
| Component: | Component - Forums | Version: | trunk |
| Severity: | critical | 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 → fixed
- Status new → 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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Who is jane? moderator or participat, admin?