[wp-trac] [WordPress Trac] #16475: Displaying submenus in custom taxonomy of active parent

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 5 06:16:26 UTC 2011


#16475: Displaying submenus in custom taxonomy of active parent
----------------------------+-----------------------------
 Reporter:  nick4fake       |       Owner:
     Type:  defect (bug)    |      Status:  new
 Priority:  normal          |   Milestone:  Future Release
Component:  Administration  |     Version:  3.1
 Severity:  normal          |  Resolution:
 Keywords:                  |
----------------------------+-----------------------------

Comment (by tamme):

 I have added and attachment (16475.patch) that changes the way the
 categories are displayed. It fixes this problem. The hierarchy will remain
 intact after a save, and it will sort the categories putting the checked
 ones at the top. When sorting, higher levels have priority over lower
 levels.

 For instance in the above example if you would check 'Top Level 2' and
 'Foo Child2' and 'foo grandchild', you would get the following hierarchy
 after saving.

 [x]Top Level 2
     [x]Foo Child2

     [ ]Foo Child

         [x]foo grandchild
 [ ]Top Level 2

 The downside to this way of displaying the categories is that there is a
 bigger chance that they are not all shown after loading the page. The user
 might have to scroll.

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/16475#comment:3>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list