Make WordPress Core

Opened 16 years ago

Closed 15 years ago

#5354 closed enhancement (fixed)

Implement dashboard content as an action, so it can be replaced/added to

Reported by: simonwheatley's profile simonwheatley Owned by:
Milestone: 2.7 Priority: normal
Severity: normal Version: 2.3.1
Component: Administration Keywords: dashboard admin
Focuses: Cc:

Description

The proposed patch implements the list of possible actions on the dashboard (e.g. Write a post, Add a link to your blogroll, etc) as an action, do_action('dashboard_content'), rather than "hard" coded into the page. This allows to additional material to be added or removed on a per-blog basis, through plugins and/or themes.

Attachments (1)

dashboard_content_action.patch (2.2 KB) - added by simonwheatley 16 years ago.
Patch moving some dashboard content into an action

Download all attachments as: .zip

Change History (4)

@simonwheatley
16 years ago

Patch moving some dashboard content into an action

#1 @simonwheatley
16 years ago

My need for this is through wanting to tailor the welcome/help content according to the role of the user viewing the dashboard. I have some help links for various actions show there, and there's no point in telling the students how to moderate comments if they haven't got the privileges (for example).

#2 @ryan
16 years ago

  • Keywords has-patch needs-testing removed
  • Milestone changed from 2.5 to 2.6

The dashboard has changed considerably in 2.5. Patch no longer valid.

#3 @ryan
15 years ago

  • Milestone changed from 2.9 to 2.7
  • Resolution set to fixed
  • Status changed from new to closed

2.7 dash is fairly pluggable. Resolving as fixed.

Note: See TracTickets for help on using tickets.