Announcement

Collapse
No announcement yet.

ParentSectionList block not displaying all section list

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    ParentSectionList block not displaying all section list

    Hi,

    I imagine I am doing somthing wrong with this however I am trying to display all sections in the parent sections list down the sidebar. I am using the block type "ParentSectionList" then adding the SectionName variable inside this block however it is only displaying the parent section and then the section I am inside, it is not displaying the rest of the sections inside the parent section. Is it possible to make it do this? I have been playing around with block combinations for a bit but cant get it to work correctly.

    Thanks,
    Simon
    www.simonstaton.co.uk

    #2
    That's what ParentSectionList does. It's a list of direct parents - no uncles or aunts.

    You can try something like (pseudo code)

    Block type=ParentSectionList
    --BlockIf ListIndex == 1
    ----Block type=ChildSectionslist
    ------SectionName
    ----/Block
    --/Block
    /Block

    Which will list all sub-Sections of the oldest parent.
    Norman - www.drillpine.biz
    Edinburgh, U K / Bitez, Turkey

    Comment


      #3
      Excellent, thankyou norman that seems to have done the job
      www.simonstaton.co.uk

      Comment

      Working...
      X