Login | Forgot password | Register

X

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.

Jump to:

17478 Posts in 4473 Topics by 1972 members

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
  • ojalà
    avatar
    Community Member
    87 posts

    Page inside ArticlePage page type don't work Link to this post

    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

  • Nivanka
    avatar
    Community Member
    337 posts

    Re: Page inside ArticlePage page type don't work Link to this post

    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

Want to know more about the company that brought you SilverStripe? Then check out SilverStripe.com

Comments on this website? Please give feedback.