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.
At the moment, the submenu expands fine on clicking, but only collapses if I click on another submenu item, or if I click on the main parent. However, it's not intuitive in terms of navigation, in that people expect to be able to collapse the same was as they expanded, i.e. by clicking the item they want collapsed. Especially as the menus often use the little expand and collapse icons, which would normally suggest that kind of functionality.
Does anyone know anything about code snippets for this?
Hey there.
Im trying to change the display of the $links in node.tpl.php
Im using a prettified dynamic button system to enhance the look of the links.
Ive almost got a working example here: http://drupal.brandform.net/
or a subdomain.... http://blog.mixdv.com/
you can see that the middle button is not displayed correctly in the $links array.
I'm using a modified version of bookreview and it post my review field into the teaser for the node it is working fine but the issue I have is that now I'm trying to search these items using trip search and it doesn't seem to search the teaser field?
How would I included the teaser field in to the trip search or how would i get the book review to put the review in to the body field?