Opened 16 years ago
Closed 15 years ago
#3027 closed enhancement (fixed)
Inform admins when a WP page is associated with a BP component
| Reported by: | boonebgorges | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.5 |
| Component: | Core | Version: | |
| Severity: | Keywords: | ||
| Cc: |
Description
If you delete a WP page associated with a BP component, stuff will break. So there should be good notifications/nags/reminders on the Dashboard that remind admins when a page is so associated.
Some ideas:
- Hook into the page actions links under each page at wp-admin/edit.php?post_type=page and remove the delete link. Then such pages could only be deleted by going directly to the single item page, or through bulk delete
- Add a column to edit.php that has a BP logo next to the directory pages
- Add a nag to the single page edit screen that warns about deleting the page
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
(In [4122]) Adds column to the Pages Dashboard panel with information about associated BP components, if any. Adds meta box to Edit Page panel with information about the associated page. Fixes #3027. Fixes #3028