Copied to clipboard

Flag this post as spam?

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


  • gilpt 33 posts 53 karma points
    May 29, 2011 @ 09:47
    gilpt
    0

    hi ....

    i got i little question...

    how can i create subfolders whithin my webapp?  so i can put some content(pages ) in it ...

     

     

    thanks

  • Ove Andersen 435 posts 1541 karma points c-trib
    May 29, 2011 @ 10:17
    Ove Andersen
    0

    Go to the admin section www.your-url/umbraco/ and log in.

    Right click the "Content" node or another node you want to create content under, and click "Create".

    You should also take a look at these free introduction videos: 
    http://umbraco.com/help-and-support/video-tutorials/introduction-to-umbraco

  • gilpt 33 posts 53 karma points
    May 29, 2011 @ 11:15
    gilpt
    0

    i know that i can create a subcontent by right clicking the upper node

    and i can go to  www.myurl.com/page.aspx

    and ... www.myurl.com/page/subpage.aspx

     

     ... but can i actually create a folder (with a folder icon )

    so the upper node is not a content ....

     

    hope i made myself clear

  • Jonny Irwin 91 posts 153 karma points
    May 29, 2011 @ 22:43
    Jonny Irwin
    0

    You can create a new document type to use as a folder (giving it a folder icon if you wish) and use this to organise your other content nodes.

  • Sean Holmesby 61 posts 82 karma points
    May 30, 2011 @ 03:09
    Sean Holmesby
    0

    I think the issue you may have with this is if you don't want your folder to be a page on your site. If it's like, a container for items, then the issue you may have is that the folder is technically a page on your site....and some XSLTs with [@isDoc] will still execute as though it were just a normal page.

    Is that the idea behind what you're trying to achieve?

  • gilpt 33 posts 53 karma points
    May 30, 2011 @ 08:52
    gilpt
    0

    that is right i do not want my folder to be a page in the website ... it should be just an item's container

  • Sean Holmesby 61 posts 82 karma points
    May 31, 2011 @ 02:38
    Sean Holmesby
    0

    I started by using the Creative Website Starter package with my site, and it has a folder outside of the website structure which it references for the front page slider images. Perhaps you could use the same sort of thing, where you have a folder on the same level as your home node (not as a child of it), and have your code reference that folder directly, retrieving all of it's contents.

    i.e

     - Content
    -----Home Page Node
    -------------Page 1
    -------------Page 2
    -----Folder
    -------------Item 1
    -------------Item 2
    -------------Item 3

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies