Displays a block with a configurable friendly message to first-time visitors. The block then expires after a configurable amount of visits by that visitor.
jQuery Lightbox (jLightbox) is a port of the Lightbox project using jQuery instead of prototype and script.acolu.ous libraries. It is based on the famous Lightbox v2 script by Lokesh Dhakar, but will soon be even more reduced in file size by leveraging the full jQuery framework and enhanced with Drupal specific customizations.
Primary benefit (as of now): Implement jQuery Lightbox with just ~5 KB of JavaScript.
Please note that jQuery Lightbox module is a very simple and lightweight implementation. See Lightbox2 module for advanced features.
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.