Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I am quite new to drupal and just created my first nodetype module called 'Order' (based the code on node_example). It all works perfectly, except I have a few questions:
I'm trying to create a custom menu as an alternative to the Nav menu. One thing I haven't been able to figure out is how to get my menu to expand and collapse. I can set it to always be expanded, but I can't figure out how to make it expand and collapse based upon a user click the way the Nav menu works. This is very frustrating, and in the past I've always just avoided the menu system because of this issue. But, avoiding menu is silly. Please help!
The problem is when visiting a Taxonomy TERM page, it cut's the relevant articles' HTML in ODD places.
this screws up the entire layout.
e.g.
see http://bhaskarvk.info/taxonomy/term/8
== Section (hidden container)
= Learn (category in Section)
- Taking photos (category in Learn)
- Darkroom (category in Learn)
* Developing a film (page in Darkroom)
* Making a print (page in Darkroom)