Opened 15 years ago
Closed 15 years ago
#1216 closed defect (bug) (fixed)
Akismet statitics page bug
Reported by: | hpguru | Owned by: | chrishajer |
---|---|---|---|
Milestone: | 1.0.3 | Priority: | normal |
Severity: | normal | Version: | 1.0.2 |
Component: | General - Administration | Keywords: | akismet has-patch |
Cc: |
Description
Akismet options page says show "This page is displayed moderators, or greater, in their capacity as the user level.". Moderators can see bar Akismet stats in admin, but they were directed to the Forum homepage. Administrator has access to that normally.
Attachments (2)
Change History (7)
#1
@
15 years ago
I've also noticed there's a
function bb_ksd_configuration_page_add() { bb_admin_add_submenu( __( 'Akismet' ), 'moderate', 'bb_ksd_configuration_page', 'options-general.php' ); }
part in the code. Shouldn't this part be "use_keys" instead of moderate? If so, I think we had a little mix-up here. :)
@
15 years ago
Thanks to feedback from Nightgunner5, who has identified the above as true, I've created a second patch, straightening out the mix-up. :)
Patch for the related issue. Replaces "use_keys" privilege requirement with "moderate".