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.
This module allows for users to book resources for use during events. For example, a student can book a microscope for use within their lab. The D7 version detects overlapping dates and conflicts between nodes, and lets you respond using Rules.
Most spam messages contain links and most spambots don't register on the sites they want to spam. BlockAnonymousLinks blocks comments from anonymous users that contain links.
The Collapse text module is an input filter which allows sections of content to be made collapsible (like on editing forms).
For example, a common use case is the creation of a FAQ page, with a list of questions, with each answer displaying when a question is clicked.
Surround a section of text with [collapse] and [/collapse] to make it collapsible. [collapse] tags can be nested within one another.
The parameters may be combined in (almost) any order.
[collapse class="class-example" title="Collapse Text example"]
This text can be hidden by clicking on the header.
[/collapse]
The module provides theming functions and extensive documentation on project's page.