Making NorList obey the Include In Site Map option

Search engine friendly UL list type menu for Actinic V8 and V9. Styled by CSS and animated by a small JavaScript.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Making NorList obey the Include In Site Map option

Post by norman »

To do this edit layout NorList Dynamic Menu and look for the first block if (about line 9). It should contain the Condition:

Code: Select all

<actinic:variable name="SectionLevel" /> <= <actinic:variable name="NorListDepth" />
Replace that Condition with:

Code: Select all

(<actinic:variable name="SectionLevel" /> <= <actinic:variable name="NorListDepth" />) AND <actinic:variable name="IsSectionIncludedInSiteMap" />
Norman
Post Reply