Automatic menu links

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
Gfnd

Automatic menu links

Post by Gfnd »

I have the following type of menus:

Section 1(link that opens to 1.1)
subsection 1.1(content)
subsection 1.2(content)
Section 2(link that opens to 2.2)
subsection 2.1(content)
subsection 2.2(content)

The problem is that it's always the n.1 subsection I'd like the link to point to.
I think it's possible to manipulate the nodelist object to get me url of the first child page for every Section N, but haven't still figured out how.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: Automatic menu links

Post by RonnyK »

Can't you work with the section-header, this gives you the opportunity to select a section, under which all submenu's are stored and no need to fill content in the header.

Otherwise you could create the header as a type 'Link' and for the url, you type the 'index.php?page=Section1.1'.

Ronny
Locked

Return to “Layout and Design (CSS & HTML)”