Announcement

Collapse
No announcement yet.

Splitting the Top Level Section Lists

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

    Splitting the Top Level Section Lists

    I have my Top-Level Section List displayed on the left-handside of the page. But I want to display these sections as follows:

    <Heading A>
    - Section 1
    - Section 2
    - Section 3
    - Section 4

    <Heading B>
    - Section 5
    - Section 6
    - Section 7
    - Section 8

    Any ideas on how to achieve this split?

    #2
    Hi Mike

    The only way you could achieve this, would be to use javascripting for the section list. You would not be able to do this using NETQUOTEVAR:TOPLEVELSECTIONSTOP. The problem is that you would need to code your own javascript function to read the act_section_tree.js file and then display 1 set of 5 sections with a heading, and then another set of 5 sections.

    If you don't know javascripting then this could be quite hard. The only other alternative would be to hard code the sections links within the "Act_Primary.html" template.

    Kind Regards
    Nadeem Rasool
    SellerDeck Development

    Comment


      #3
      Thanks. Very useful.

      Comment

      Working...
      X