PDA

View Full Version : Navigation Tracking


Chuckie
05-Dec-2003, 02:43 PM
On our site we have the list of sections they have browsed through to get to the current section. what im trying to achieve is so say:
Your currently browsing section ab9 which is in section a > b

i have tried moving things around but im not getting anywhere. can anyone help

Ben
05-Dec-2003, 03:13 PM
Hi James

You can use NQV:PAGEHEADER for the current section name, but the problem is that NQV:PARENTSECTIONSTOP lists the parent section tree but also includes the current section at the end. I'm not sure of a way to exclude the current section to give you the sentence you're looking for.

Ben

Ben
05-Dec-2003, 03:22 PM
I'm not sure of a way to exclude the current section to give you the sentence you're looking for. ... I am now! Comment out the entire contents of Act_ParentSectionsThis.html and the current section will be excluded from the NQV:PARENTSECTIONSTOP placeholder.