Template Field

Component type

module

Maintenance status

Development status

Downloads

7191

Component created

Component changed

This module provides a field for entities that allows users to select what template the field should be displayed in. The goal is to give users the ability to choose the layout of the content without them having to use different content types for different layouts. It is a collection of three modules working in tandem:

  • Template API
  • Template Field
  • Template Mustache - The rendering module for Template API

Templates can be created through the UI or by implementing hook_template_api_templates().

Kill Blocks - Love Boxes

Component type

module

Maintenance status

Development status

Downloads

294

Component created

Component changed

Some sites use the boxes module, but other modules in the site may depend on Drupal's core blocks module. When using context for placing boxes it becomes confusing for users to see the blocks menu item and associated admin UI.

Kill Blocks removes most of the blocks UI while still allowing the boxes UI to function properly.

This is a work in progress. Right now it is impossible to delete a box via the UI.

Smiley

Component type

module

Maintenance status

Development status

Downloads

16269

Component created

Component changed

Synopsis

Smiley is a text filter that substitutes text emoticons, like :-) with images.

It comes with a set of example smileys, but you can import ready-to-use packages (e.g.: from phpBB's "pak"s and Adium Emoticon packs) or define your own.

To use your own smileys, simply upload them into FILES_DIRECTORY/smiley (usually sites/default/files/smiley) and import them using the "Smiley Import" module.

Menu Views

Component type

module

Maintenance status

Development status

Downloads

73953

Component created

Component changed

Allows menu items to render views instead of links. This is useful for creating "mega-menus".

What Menu Views Does

Menu Views is a utility module. It provides back end support for replacing a standard menu item link with a menu item view. Menu items (in any menu) now have the option of toggling between two different menu item types: link or view. Depending on which option is selected, the appropriate configuration form is displayed on the admin side and the appropriate type of item is rendered on the front-end.

What Menu Views Does NOT Do

Menu Views is NOT a theming/styling module for mega-menus. As stated above, this module is strictly a utility module for replacing menu item link with a view. Once the HTML markup is there, Menu View's job is done! Read #1794010: Menu Views is not working.

Theme Integration

Depending on how a theme renders the primary and secondary navigation, this module may not work because the parent items may not ever be extended (regardless whether they are checked as such in the menu item).

It is strongly recommended to use one of the following modules in your theme's menu region instead (see: Use menus in Drupal 7? You need Menu block module.).

Image Browser Legacy

Component type

module

Maintenance status

Development status

Downloads

1190

Component created

Component changed

Image Browser is no longer supported in Drupal 7 hence the need for an input filter that expands Drupal 6 style [ibimage] tags in Drupal 7 content.

This module is for you if you have upgraded a Drupal 6 site that used Image Browser tags to Drupal 7 and realize that the image tags no longer work in Drupal 7.

Nodelocks

Component type

module

Maintenance status

Development status

Downloads

340

Component created

Component changed

Nodelocks prevents any user from deleting a node if that node has been added to a list of "locked" nodes.

This module serves as a lightweight alternative to Content Access, which can be configured to prevent the deletion of certain nodes, along with much more functionality.