3214 Posts in 848 Topics by 810 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 909 Views |
-
page order in menu

26 November 2009 at 9:05am
hi there!
don't know if i'm using the right approach here. created the following structure
-mainmenu
--page1
--page2
--page3
-footermenu
--page4
--page5
--page6mainmenu and footermenu are redirect pages to their first childpage. this is the way one does it in typo3 and I couldn't find a better solution with silverstripe. in my template I'm using ChildrenOf(mainmenu) and ChildrenOf(footernmenu) to include the two menues.
please correct me if there is a better solution for this in silverstripe.the current problem is the page order. I've deleted the default pages and created the pages shown above. however in the footer menu page 6 is displayed before page5. I guess this might be a result of different ids in the database but I can't find these ids in the backend. I can't reorder the pages in the backend as well. Drag and drop reordering seems to only allow to change the level of the pages not the order. I'm really stuck with this.
-
Re: page order in menu

26 November 2009 at 12:06pm
Try this to create a secondary menu :
http://doc.silverstripe.org/doku.php?id=recipes:page_selection_for_special_menu
| 909 Views | ||
|
Page:
1
|
Go to Top |


