2

The objective is to make the WP admin menu look like:

1

The top nav has the quicklinks that everyone can relate to with pictures.

2
(source: thedesignwork.com)

Easily clickable if accessed by a tablet.

3

Notifications are served with colored numbers.

4
(source: thedesignwork.com)

Including customizing popup displays.

Where the start isn't the normal analytics widgets and overview but an app like place to offer all the extra "apps" the admin menu has. It'll have to be customizable where users can decide if to access the normal dashboard or this menu:

5
(source: alexsantidote.com)

All plugins I came across only changes the WP logo, the color of the admin hover bar, and some basic css stuff. Can somebody point me into the right direction? I'm new to wordpress and hopefully this is possible..

The next step would be making it into a network activated plugin (I'll ask that another time..).

http://www.thedesignwork.com/admin-panel-psd-template/

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
JJS
  • 59
  • 1
  • 7

1 Answers1

0

A good place to start is the WordPress Codex's Page on Creating Admin Themes. This is not going to be a trivial task, though. Just warning you.

Chris Herbert
  • 6,145
  • 3
  • 19
  • 31
  • I see. I found that doing this would be easier on Modx. Keeping this thread related I created another thread: http://stackoverflow.com/questions/13771738/how-would-wp-plugins-need-to-be-recoded-in-order-to-work-on-modx. However, if transferring the plugins (and sub-domain activating across a network [like wordpres]) is harder than doing this, I'll get back to you after delving into the WP Codex site you linked to. – JJS Dec 07 '12 at 22:05