17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1147 Views |
-
Page inside ArticlePage page type don't work

19 November 2008 at 5:54am
HI!
I create a multilevel menu. so I create a pages like ArticleHolder and ArticlePage (explaint in second tutorial of silverstripe) for ProgectHolder and PrgectPage. Then I create Page_1 and Page_2 (type Page) inside ProgectPage. My problem is that I want a menu in sidebarwhen I'm in ProgectPage that show me Page_1 and Page_2. I can't see this. This is link to type of page (Page type inside ProgectPage)? or is link to my menu level?1.ProgectHolder
2.ProgectPage_1
2.a. Page_1
2.a. Page_2
3.ProgectPage_2
3.a. Page_1
3.a. Page_2 -
Re: Page inside ArticlePage page type don't work

19 November 2008 at 10:13pm Last edited: 19 November 2008 10:13pm
did you mentioned about any children on the projectholder page?
just like this
static $allowed_children = array('ArticlePage');
if so you can only create the ArticlePage type pages as children.
Try to remove that code and see.
| 1147 Views | ||
|
Page:
1
|
Go to Top |


