I have the following nodes present under my umbraco site and am trying to change the position of the inactive url.
Here is how my current structure looks like
Parent Node 1 Child Node 1 Child Node 1-1 Child Node 2 (DocType A) Sub Child Sub Child Child Node 2-2 (DocType A) Sub Child
When am on Parent Node 1 i need to display all the nodes present, but once am on Childe Node 2 we dont want to display Child Node 1 & Child Node 1-1.
Only the Childe Node 2 and its Sub Child needs to be listed and also the possibility to Click on Child Node 2-2 which needs to sit at the end of the list.
Up to this point it works fine but once i click on Childe Node 2-2, i get Child Node 2 which displays First and then the Child Node 2-2 and its Sub Child.
What we would like is whenever we click on Childe Node 2-2 it displays like this
Changing position of Content
Hi,
I have the following nodes present under my umbraco site and am trying to change the position of the inactive url.
Here is how my current structure looks like
Parent Node 1
Child Node 1
Child Node 1-1
Child Node 2 (DocType A)
Sub Child
Sub Child
Child Node 2-2 (DocType A)
Sub Child
When am on Parent Node 1 i need to display all the nodes present, but once am on Childe Node 2 we dont want to display Child Node 1 & Child Node 1-1.
Only the Childe Node 2 and its Sub Child needs to be listed and also the possibility to Click on Child Node 2-2 which needs to sit at the end of the list.
Up to this point it works fine but once i click on Childe Node 2-2, i get Child Node 2 which displays First and then the Child Node 2-2 and its Sub Child.
What we would like is whenever we click on Childe Node 2-2 it displays like this
Child Node 2-2
Sub Child
Child Node 1-1
Here is the code am on right now
//fuji
is working on a reply...