The following warnings occurred: | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Warning [2] Undefined array key "allowautourl" - Line: 584 - File: inc/class_parser.php PHP 8.1.31 (Linux)
|
Primary, Secondary and Tertiary Menu Options - Printable Version +- GetSimple Support Forum (http://get-simple.info/forums) +-- Forum: GetSimple (http://get-simple.info/forums/forumdisplay.php?fid=3) +--- Forum: Feature Requests (http://get-simple.info/forums/forumdisplay.php?fid=7) +--- Thread: Primary, Secondary and Tertiary Menu Options (/showthread.php?tid=296) |
Primary, Secondary and Tertiary Menu Options - trooperbill - 2010-01-13 i'd like the 'Parent' option in page preferences to make a page a secondary or tertiary menu item so we can have a tiered site up to 3 levels deep. currently i think its supposed to work but it doesnt (at least not on the themes im using) Primary, Secondary and Tertiary Menu Options - Zegnåt - 2010-01-14 Currently there is no more deepness than the 2 levels you have now planned for GetSimple. The first reason being GetSimple is for small websites and those shouldn’t be so complex as to have a need for this. The more technical reason being the XML structure. The deeper we make the menu, the more pages will create, the more XML files the server has to open. It’s not like MySQL, with a XML structure we will actually need to look into every XML file just to build the menu. To sum this up: your site will slow down, you shouldn’t want that. Primary, Secondary and Tertiary Menu Options - trooperbill - 2010-01-14 how do i get a second level menu? im after a structure like this: * home * brand 1 * * product 1 * * product 2 * brand 2 * * product 1 * * product 2 * brand 3 * * product 1 * * product 2 etc Primary, Secondary and Tertiary Menu Options - internet54 - 2010-01-14 http://get-simple.info/forum/viewtopic.php?id=235 |