I have a site structure similar to the following:

- About Us
  - History
  - Staff
    - Management
    - Sales
- Products
  - Commercial
  - Domestic
- Locations
  - Victoria
    -Melbourne & Suburbs
    - Vic Country
  - New South Wales
    - Sydney & Suburbs
    - NSW Country
  - Queensland
    - Brisbane & Suburbs
    - QLD Country

I have the first level headings (About Us, Products, Locations) in a
horizontal one-level drop down menumenu across the page - no problems
there.
However once you go to a page I want a right hand sub menu with just
the items for that area.

For example, if I click on 'Sydney & Suburbs' the navigation list I
get back should be:
  - Victoria
    -Melbourne & Suburbs
    - Vic Country
  - New South Wales
    - Sydney & Suburbs (marked as active)
    - NSW Country
  - Queensland
    - Brisbane & Suburbs
    - QLD Country

The closest I can get to this using getBloodline is:
  - Victoria
  - New South Wales
    - Sydney & Suburbs (marked as active)
    - NSW Country
  - Queensland

Basically, the children of the parent's siblings are missing.

I also want to be able to get the name of the initial parent of the
section I'm in (in this case 'Locations').

Does anyone know a way to do this?

TIA


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to