Opened 11 months ago
Closed 11 months ago
#4301 closed defect (bug) (fixed)
“Allow activity stream commenting on blog and forum posts” checkbox in the settings panel is backwards
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.6 |
| Component: | Administration | Version: | 1.6-beta |
| Severity: | blocker | Keywords: | has-patch |
| Cc: |
Description
From http://buddypress.org/2012/06/buddypress-1-6-beta-1/comment-page-1/#comment-10575
Got 1 bug to report in the new Beta. It seems that the “Allow activity stream commenting on blog and forum posts” checkbox in the settings panel is backwards. It allows commenting on blogposts when unchecked.
Confirmed on testbp.org with latest trunk.
Attachments (1)
Change History (10)
comment:3
boonebgorges — 11 months ago
Settings look good on a fresh install. About to test upgrades.
comment:4
boonebgorges — 11 months ago
Settings look good on upgrades from 1.5.x.
comment:5
boonebgorges — 11 months ago
- Keywords has-patch added
Attaching a patch that fixes the original problem. Can I get someone else's eyes on it? I've stared at it for a while and need a sanity check.
boonebgorges — 11 months ago
In 1.5, bp-disable-blogforum-comment defaulted to a value of 0. It defaults to false in 1.6. Does the strict type check need changing?
comment:8
boonebgorges — 11 months ago
It's being cast as bool before the strict type check, so it should be OK in theory. However, that strict check was a workaround for a different problem I was having, so I'll switch it back to using our API function.
comment:9
boonebgorges — 11 months ago
- Resolution set to fixed
- Status changed from new to closed
(In [6156]) Settings improvements
- Corrects the logic of bp-disable-blogforum-comments, so that checking the 'Enable' setting actually enables rather than disables
- Moves settings saving to its own function bp_core_admin_settings_save(), which can be run earlier in the load process and then redirect, ensuring that the correct settings are rendered in the first pageload after save
Fixes #4301

Please would the other options be checked, too, and confirm the defaults on a new install as well as a 1.5 upgrade.