Multilevel navigation.

Permalink
Hi, im building site which is divided in 3 sections, like this.

Frontpage
- About company
- History of company
- Contact us

Marketing services
- About services
- Products
- Contact us

Developing services
- About services
- Resumes
- Contact us

So on my theme i have 3 autonav blocks, main navigation shows Frontpage and pages under it (without subpages)

Then i have folder/page called: "subpages" and under it i have external links by name "Marketing" and "Developing", both of them are pointing to "#" because i dont have need for main page for marketing/developing just header for my dropdown menu.

Marketing and developing content pages are located under these external links, my problem is:

Pages under marketing is by urlwww.www.domain.com/about_services...
and pages under Developing is
www.www.domain.com/about_services1...

so external links dont show as sub-urls even there are content below them on sitemap. Is there way to change this behaviour? Or if i redo site structure using pages instead of external links, how i can override autonav´s auto linking for these pages to <a href="#"> ?

Defunct talked with me on Irc and we came up to solution:
Do custom template for autonav what overrides marketing services and developing services links to "#". Marketin services and Developing services pages will exist as normal content pages with pagelist of pages under them.

anttivaatainen
 
defunct replied on at Permalink Best Answer Reply
defunct
There may be a better way to do this, but add those a regular pages, then in the autonav template you could check for the name of the link and replace it with #.

if($pageLink == '/marketing/') $pageLink = '#'