Admin Menu Tree Page View

Wordpress Plugin
Download latest - 2.7.1

Developers

eskapism

Download Stats

Today 48
Yesterday 88
Last Week 474
All Time 156,395
Banner 772x250


Releases (31 )

Version Release Date Change Log
2.7.1 2018-08-26

(August 2018) = - Don't only rely on nonce when adding or moving pages, also check current user capability.

2.7 2018-01-07

(January 2018) = - Add nonce check when moving page and adding new pages.

2.6.9 2016-12-23
  • Make hidden page not clickable. Fixes https://wordpress.org/support/topic/hide-the-page
  • Load icons localy instead. Fixes https://wordpress.org/support/topic/styles-loading-icon-pngs-over-http-instead-of-https
2.6.8 2014-01-26
  • Added German translation. Thanks Michael Thielemann.
2.6.7 2013-12-26
  • Added Spanish translation. Thanks Andrew Kurtis/WebHostingHub.
2.6.6 2013-12-18
  • CSS fixes for new admin theme in WordPress 3.8. Thanks to Amrico Cruces for making most of the the nice changes.
2.6.5 2013-03-16
  • Fixed a bug that caused errors when bulk editing posts
2.6.4 2013-03-16
  • Added Italian translation. Thanks!
2.6.3 2013-02-06
  • Added Dutch translation. Thanks!
2.6.2 2013-02-06
  • Added Slovak translation. Thanks Branco.
2.6.1 2013-01-29
  • Hopefully loads scripts and styles over SSL/HTTPS if FORCE_SSL is set.
2.6 2013-01-02
  • Fixes for popup on WP 3.5
  • Replaced live() with on() for jQuery
  • Small CSS fixes, for example search box label being a bit off
2.5 2012-11-25
  • Fix for search highlight being to big
2.4 2012-06-04
  • Fix for flyout menu not working
2.3 2012-06-03
  • Fixed: major speedup, like 300 % faster generation of the tree
  • Fixed: added is_admin()-check to the plugin, the plugin code is only parsed when in the administration panel. This could make the public part of your site some milliseconds faster.
2.2 2011-08-02
  • Fixed: icons where misplaced when using minimized admin menu.
  • Fixed: page actions where not visible when using minimized admin menu.
  • Fixed: hopefully works better with WPML now.
2.1 2011-06-26
  • Fixed: forgot to remove console.log at some places. sorry!
  • Updated: Drag and drop now works better. Still not 100%, but I can't find the reason why I does order the pages a bit wrong sometimes. Any ideas?
2.0 2011-06-22
  • Added:Now you can order posts with drag and drop. Just click and hold mouse button and move post up/down. But please note that you can only move posts that have the same level/depth in the tree.
1.6 2011-06-22
  • Fixed: post titles where not escaped.
1.5 2011-06-03
  • Could not edit names in Chrome
  • Removed add page-link. pages are instead added automatically. no more clicks; I think feels so much more effective.
1.4 2011-05-25
  • moved JS and CSS to own folders
  • can now add multiple pages at once
  • can now set the status of the created page(s)
1.3 2011-05-14
  • An ul that was opened because of a search did not get the minus-sign
  • New "popup" with actions when hovering a page. No more clicking to get to the actions. I really like it!
1.2.1 2011-05-12
  • The plus-sign/expand link now works at least three levels down in the tree
1.2 2011-05-11
  • Tree now always opens up when editing a page, so you will always see the page you're ediiting.
  • When searching, the parents of a page with a match is opened, so search hits will always be visible.
  • When searching and no pages found, show text "no pages found".
  • CSS changes for upcoming admin area CSS changes in WordPress (may look wierd on current/older versions of WordPress...)
  • Some preparing for using nestedSortable to order the pages
1.1 2011-04-10
  • Children count was sometines wrong.
1.0 2011-04-02
  • Added functionality to expand/collapse
0.6 2011-01-13
  • View link now uses wordpress function get_permalinks(). Previously you could get non-working links.
0.5 2010-11-14
  • Swedish translation added
  • Moved load_plugin_textdomain to action "menu" instead of "init"
0.4 2010-11-14
  • Fixed a couple of small bugs
  • Prepare for translation
  • Moved JS to own file
0.3 2010-11-06
  • Removed some notices
  • Added a search/filter box. Search your pages in real time. I love it! :)
0.2 2010-10-23
  • Some CSS changes. The icons and text and smaller now. I think it's better this way, you can fit so many more pages in the tree now.
  • Now you can add new pages below or as a child to a page. For me this has been the feature I've missed the most.