Login | Forgot password | Register
What is OpenID?
OpenID is an Internet-wide identity system that allows you to sign in to many websites with a single account.
With OpenID, your ID becomes a URL (e.g. http://username.myopenid.com/). You can get a free OpenID for example from myopenid.com.
For more information visit the official OpenID site.
Archive
SilverStripe Forums » Archive » Page inside ArticlePage page type don't work
Our old forums are still available as a read-only archive.
|
Page:
1
|
Go to End | |
| Author | Topic: Page inside ArticlePage page type don't work | 456 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.
| 456 Views | ||
|
Page:
1
|
Go to Top |
Currently Online: Euphemismus
Welcome to our latest member: fearofbuttons


