Hello

I create a menu in the sidebar for my FAQ with each menu item linked to FAQ category:

 - FAQ
 Linux
 Mac OS X
 Windows  

And nodes are :
-FAQ = faq
-Linux = faq/1
-Mac OS X = faq/2
-Windows = faq/3

When I click on FAQ menu item, the FAQ home page appears and the FAQ menu expands.
When I click on one of menu subitem, the list of questions about the selected category appears.
When I click on one question, the answser appears but the FAQ menu collapses.
So I have to click again to see the list of categories, its very annoying.

I don't know why I have this behavior with the FAQ module. I don't have this problem with Books.

Any idea ?

Comments

dsy73’s picture

Nobody need to have a FAQ menu with categories?

stella’s picture

Status: Active » Closed (duplicate)

You need the Menu Trails module. Duplicate of #402878: active menu item and block links

dsy73’s picture

The Menu Trails module didn't work for me. Finally, I made some code changes.

stella’s picture

If you made code changes to the FAQ module, please provide a patch so I can consider it for inclusion in the next release.

Cheers,
Stella

dsy73’s picture

Sorry, I didn't change the code into the FAQ module but a jquery menu module.