Hi
I am trying to impliment the "Highlighting the 'Current' Section in the Section List" from the advanced user guide B 8.13, but am getting the error when I try to upload:
Error in condition (Variable 'SectionNumber' is used out of context). (5 times)
My Layout Code - Section NameOnly Section Link is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsSectionIncludedInSiteMap%22%20%2f%3e" >
<a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" class="product_section">
<actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22MainSection%3a%3aSectionNumber%22%20%2f%3e"><B></actinic:block><Actinic:Variable Name="SectionName"/><actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22MainSection%3a%3aSectionNumber%22%20%2f%3e"></B></actinic:block>
<!-- KW <actinic:variable name="SectionName" /> -->
</a>
</actinic:block>
I'm not really sure what the 'context' of the variable is, I thought the 'Use Parent' would mean it was a valid variable throughout the site?
Any ideas?
Thanks
Kev
[Edit] Interestingly I thought I would do it a second time to upload the site anyway (without making any changes) and the error didn't happen! Maybe it's solved?
I am trying to impliment the "Highlighting the 'Current' Section in the Section List" from the advanced user guide B 8.13, but am getting the error when I try to upload:
Error in condition (Variable 'SectionNumber' is used out of context). (5 times)
My Layout Code - Section NameOnly Section Link is:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsSectionIncludedInSiteMap%22%20%2f%3e" >
<a href="<actinic:block if="%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20AND%0d%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e" ><actinic:variable name="SectionPageName" /></actinic:block><actinic:block if="%28%3cactinic%3avariable%20name%3d%22IsLoginPageSuppressed%22%20%2f%3e%20%3d%3d%20false%29%20OR%0d%28%3cactinic%3avariable%20name%3d%22UnregCustomersAreNotAllowed%22%20%2f%3e%20%3d%3d%20false%29" ><actinic:variable name="SectionURL" /></actinic:block>" class="product_section">
<actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22MainSection%3a%3aSectionNumber%22%20%2f%3e"><B></actinic:block><Actinic:Variable Name="SectionName"/><actinic:block if="%3cactinic%3avariable%20name%3d%22SectionNumber%22%20%2f%3e%20%3d%3d%20%3cactinic%3avariable%20name%3d%22MainSection%3a%3aSectionNumber%22%20%2f%3e"></B></actinic:block>
<!-- KW <actinic:variable name="SectionName" /> -->
</a>
</actinic:block>
I'm not really sure what the 'context' of the variable is, I thought the 'Use Parent' would mean it was a valid variable throughout the site?
Any ideas?
Thanks
Kev
[Edit] Interestingly I thought I would do it a second time to upload the site anyway (without making any changes) and the error didn't happen! Maybe it's solved?
Comment