Customizing or exapnding the section nav bar in admin

3 posts by 3 authors in: Forums > CMS Builder
Last Post: September 24, 2008   (RSS)

By Capt'n Morgan - September 24, 2008

I have more section than there are room for in the top menu bar, and they have now dropped down into the pull down menu. Is there a way to modify this layout, control how many are listed before that happens, etc?

Also, I noticed that the sort order of "pages" or items within a section, sorts alphabetically by default, in the admin view. Is this an option that can be changed? Is it controlled by the sort order of the content? (sorting tab)

Re: [Mr Jim] Customizing or exapnding the section nav bar in admin

By kevbarker - September 24, 2008

Capt'n Morgan,

#1: Actually you can change how many section names appear on the top menu bar before the rest move into the drop down list. To change this setting, open the /lib/menus/header.php file and find this line (line 62 in version 1.22):

$maxMenus = 2;

Change this number and you will see that the number of items before drop-down can be set.

I hope this helps. Give it a try and let us know if we can assist you further.

Kevin