PDA

View Full Version : Adding SECTIONTEXT just below the navigation bar


virgiltracy
20-Feb-2003, 01:47 PM
I want to add the contents of NETQUOTEVAR:SECTIONTEXT just below the navigation bar, i.e. to have

Books > Natural World
A series of books exploring the flora, fauna, geography and geology of Scotland.

At the top of the product list. I would have thought i'd just have to add NETQUOTEVAR:SECTIONTEXT to either Act_SectionLine.html or Act_SectionLineText.html, but it doesn't parse the NETQUOTEVAR.

I read a page on the actinic knowledge base suggesting that I should fiddle with Act_Header.html but this a) doesn't make sense to be and b) Doesn't work anyway.

Any thoughts?

BSO
20-Feb-2003, 11:34 PM
Hi there,
Try adding:
NETQUOTEVAR:SECTIONTEXT in your Act_Primary template.

Seemed to work when I tried it anyway.

Hope this helps

Simon

cdicken
21-Feb-2003, 03:22 PM
The navigation list 'Books > Natural World' is included by NETQUOTEVAR:PARENTSECTIONSTOP within the template called 'Act_ProductBody.html'.

Unfortunately, NETQUOTEVAR:SECTIONTEXT cannot be included within this template.

However, both variables work really well within the overall layout template - Act_Primary.html.

Therefore, open Act_Primary and stick

NETQUOTEVAR:PARENTSECTIONSTOP<br>
NETQUOTEVAR:SECTIONTEXT

just above NETQUOTEVAR:BULK.

You will also need to comment out NETQUOTEVAR:PARENTSECTIONSTOP from Act_ProductBody.