Opened 15 years ago
Closed 15 years ago
#3840 closed defect (bug) (fixed)
Can't visit Forums Dashboard tab on Network Admin
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.6 |
| Component: | Administration | Version: | |
| Severity: | normal | Keywords: | dev-feedback |
| Cc: |
Description
/wp-admin/network/admin.php?page=bp-forums
gives me "You do not have sufficient permissions to access this page."
Change History (5)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The tab URLs have been changed in John's recent menu changes in r5524 (BP_Admin::admin_menus). Specifically for forums, it now goes to "bp-forums", but this content is registered to the "bb-forums-setup" slug, in bp_forums_add_admin_menu(). Typing the correct URL works, so one of these links need changing.
I suggest changing the admin tab slugs back to what they were throughout, for backpat, in case any plugins or documentation have hardcoded links to the admin pages. I believe this concern was raised by Boone when I was moving the top-level admin menu out, which is why I kept them the same (with the exception of the Settings page that used to be called "bp-general-settings", which I changed intentionally).