Page 1 of 1

Bulletmenu collapse issue

Posted: Thu Dec 22, 2005 9:26 pm
by liquid
Working with bulletmenu, using this code:

Code: Select all

{bulletmenu start_element=3.1 show_root_siblings=1 collapse=1}
The collapse option doesn't work. The only way I could get it to work is if the code is:

Code: Select all

{bulletmenu show_root_siblings=1 collapse=1}
Is there a fix out there for this? My PHP skills aren't strong enough to figure out what's going on.

Re: Bulletmenu collapse issue

Posted: Sun Jan 08, 2006 9:58 pm
by liquid
Bump. I tried Ell-Nav, but it won't do what I need it to do since I can't specify a starting element.

Can anyone out there help me?

Re: Bulletmenu collapse issue

Posted: Sun Jan 08, 2006 10:47 pm
by Ted
So collapse + start_element doesn't work properly?

Re: Bulletmenu collapse issue

Posted: Mon Jan 09, 2006 1:42 am
by liquid
That's right. Collapse doesn't work if start_element is there, but works fine once I remove it.

Re: Bulletmenu collapse issue

Posted: Fri Jan 13, 2006 5:46 pm
by liquid
Bump again. I'm sorry, I hate to keep bumping this but the site needs to launch and this is holding it up.

Can I offer to pay someone to fix this for me? Is that even possible?

Re: Bulletmenu collapse issue

Posted: Fri Jan 13, 2006 6:48 pm
by liquid
Something odd I just found - collapse works fine for subitems, not just for the current section.

For example:

- heading 1
  - subhead 2
    - subsubhead 3
    - subsubhead 4
  - subhead 5
    - subsubhead 6
      - reallyfardown7

If heading 1 is active, I expect all items under subheads 2 and 5 to be collapsed but subheads 2 and 5 should be shown. However, they're not. But, anything under subsubhead6 is collapsed. Which leads me to think that the collapsing is sort of working, but not completely.