Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Admin Sidebar Sorting
#5
n00dles101 Wrote:Just looking into this. The files in the plugin folder read in using the opendir function which on a Unix/Linux system will return the files according to the filestamp.

This causing a problem?

Priority system is easy to implement. It does make sense for some plugins to run after all other, caching etc...

M

Its not* (edit: Forgot the "not") so much of a problem as it is an annoyance, I have run into times where the interface would be easier to use if the sidebar was organized a certain way. screenshot explains Smile

[Image: Capture.JPG]

It would be great to be able to accomplish ordering like in the below snippet:
Code:
add_action('xxxxxx-sidebar','createSideMenu',array('your-plugin-filename','Menu Text',1));
Reply


Messages In This Thread
Admin Sidebar Sorting - by mikeh - 2011-08-31, 04:11:20
Admin Sidebar Sorting - by n00dles101 - 2011-08-31, 05:17:46
Admin Sidebar Sorting - by mikeh - 2011-08-31, 05:36:56
Admin Sidebar Sorting - by n00dles101 - 2011-08-31, 05:43:13
Admin Sidebar Sorting - by mikeh - 2011-08-31, 06:36:00



Users browsing this thread: 1 Guest(s)