Announcement

Collapse
No announcement yet.

menu - getting very long

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

    menu - getting very long

    I am re-building my site in Actinic 7 and i am finding that every level 1 sub-section appears in the menu. How do omit certain sub-sections, so that the menu does not continue to grow and grow?

    #2
    Assuming you are using the smart theme, you would need to modify the javascript that creates the list of sections - details on how to make a list of the top level sections is in the AUG - you'd just need to replace what you have with the script to show the top level sections.
    Matt
    Actinic User since v.3

    Custom Actinic Site Specialist:
    <a href="http://www.glowsticksdirect.co.uk/">GlowSticksDirect.co.uk</a>
    <a href="http://www.digishopdirect.co.uk/">DigiShopDirect.co.uk</a>
    <a href="http://www.calibreshopping.co.uk/">CalibreShopping.co.uk</a>

    Comment


      #3
      Alternatively you could go to 'Design | Options | Layouts' and click 'Edit' next to the 'Default Overall Layout' field.

      Look for where it says:
      Code:
                        <script language=Javascript1.2>
      			document.write(YahooSections(section_tree)) 
      		  </script>
      and change 'section_tree' to 'sections'.

      Now go into the <head> section and locate

      <!--@act NETQUOTEVAR:SECTIONTREE_RAW -->

      change this to

      <!--@act NETQUOTEVAR:TOPLEVELSECTIONS_RAW -->

      Comment


        #4
        thank you

        thank you both for the information - most appreciated - Jonathan

        Comment


          #5
          Chris,

          Is there any easy way of displaying only the section_items for the section you are currently viewing? The rest of the menu displays only top level sections.

          Cheers
          Alastair

          Comment


            #6
            You could look at NorTree or NorCascade. Two dynamic drop-down menus that work with Actinic. See www.drillpine.biz/actinicstuff/

            Norman
            Norman - www.drillpine.biz
            Edinburgh, U K / Bitez, Turkey

            Comment

            Working...
            X