Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Uros Sankovic 107 posts 134 karma points
    Jul 15, 2010 @ 11:29
    Uros Sankovic
    0

    Path to Name not DocumentType

    Hi,

    This is the structure:

    home

    -about (textPage DocumentType)

    -about (textPage DocumentType)

    -vision (textPage DocumentType)

    -service (textPage DocumentType)

    -servcice 1 (textImagePage DocumentType)

    -service 2 (textImagePage DocumentType)

    ...

    How would I get pages "about" and ""vision" dynamically on "home"? How can I tell umbraco that I want the subpages of "about" page?

     

    THX

    Uros

  • Ismail Mayat 4511 posts 10090 karma points MVP 2x admin c-trib
    Jul 15, 2010 @ 11:40
    Ismail Mayat
    0

    Uros,

    You want lnks to about and vision that are children of about on home page?  If so you create and xlst macro call it what you like and make use of the template option in dropdown (List sub pages from changeable source ) so you get some code already add property of type content picker to the macro then drop the macro on home page tempalte and select the about page as start page that will list all pages below about on your home page.

    Regareds

    Ismail

  • Uros Sankovic 107 posts 134 karma points
    Jul 15, 2010 @ 13:12
    Uros Sankovic
    0

    Hi, Ismael,

     

    thx for your reply. I want subpages (about, service) to be shown on my home page, not just links, but also the content (title, content).

     

     

  • Uros Sankovic 107 posts 134 karma points
    Jul 15, 2010 @ 16:06
    Uros Sankovic
    0

    What I want is:

    I have more than 2 cases on level 2, where I use the same documentType. How do I reference only to one/specific one of them? I was thinking using its name,not documentType. But what should the script looked like?

     

    THX

Please Sign in or register to post replies

Write your reply to:

Draft