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.
When installing CuteMenu you get one CuteMenu block per menu. The block is a top-menu with a drop down (using the 1st and 2nd level menu items.)
Using a CuteMenu block generates HTML using many <div> tags so one can really nicely theme the menu the way they want it to be without having to write code for it. The result is that you can dearly beautify the menu.
CuteMenu shows the selected menus as dropdowns, including a header and a footer. Although only two levels are shown—top bar & one vertical drop down—your can include images in the header and footer of the drop down.
Dropdown Menu and Flash Animations in FireFox & clones
I have had that issue for years. A dropdown menu will draw a widget with a Z index higher than the other items on the screen. This is how you see them on top. Neat. But with Firefox or SeaMonkey, a Flash animation, no matter what, would always remain on top. This is because the animation is shown in a separate window (X11 or MS-Windows window, not just rendered over.) This is great because that way it is faster. But it breaks the dropdown menu feature...
*** NOTE: You've seen that V4 is out? Please read the message in issues. ***
Taxonomy Router pages Taxonomy vocabularies/terms (the module treats them as very similar items) as a list of terms or nodes.
This kind of functionality keeps appearing in taxonomy modules. So now it is a separate module which may, for code minimalists, prove useful in itself.
This module is a simple event with participants implementation.
Simply, it adds a participant list on each node which is posted in an OG group, and whose type is configured as an Event node. Each group member can add or remove himself to the participant list.
More Like This provides a pluggable framework for providing related content. This data is provided as blocks to be manipulated during theming.
How does it work?
More Like This works by first specifying your "Thumbprint" for a particular node on the node edit form. By "thumbprint" we mean you can specify
the terms/words that you, as an editor, feel uniquely identifies this content item. You can either select existing taxonomy terms associated with this specific node, enter free hand terms, or have them prefilled for you with suggestions returned by the Calais Web Service.
Note for 1.1 release: Make sure you are also using Calais 3.0+ for proper integration with Calais Prefill.
Providers
More Like This has a pluggable architecture for providing related content based on keywords. Currently developed More Like This providers are:
Implements a new form element named taxonomy_widget for selecting a vocabulary and then a term within that vocabulary. The term list is dynamically populated by jQuery when a vocabulary is selected.