Lightlog

Component type

module

Categories

Maintenance status

Development status

Downloads

384

Component created

Component changed

This module is a drop-in replacement for dblog.

Lightlog give administrative page and hook to filter watchdog before to store them. So you can use watchdog to store useful log informations on production and not watchdog of your entires site modules.

With hook_lightlog, you can filter log entry on your own module or log them in your own system.

Field disable WYSIWYG

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides an option to force-disable WYSIWYG on all text field types that have 'Text processing' set to 'Filtered text' and hence can use WYSIWYG). This is useful if you still want to use text formats, but don't want to have the WYSIWYG, rather than creating all new duplicate text formats just to enable/disable WYSIWYG.

Dependencies

Status Message Close

Component type

module

Maintenance status

Development status

Downloads

3383

Component created

Component changed

Add a close button to each status message.

This module takes a slightly different approach than Dismiss to make sure all CSS margin and padding is reset - identical to a fresh reloaded page. This can be helpful during theming.

Installation

Just download and enable.

View mode displays

Component type

module

Maintenance status

Development status

Downloads

1121

Component created

Component changed

This project aims to improve development and long term maintenance of sites by providing an easy to use administrative section for displaying rendered entities by bundle, by view mode.

When working on large, complicated sites, it is common to create multiple view modes for entities. This problem is exacerbated since there is no simple way to view the final rendering of these view modes without creating some sort of display, or finding some sort of display on your site already rendering the view mode.

User Auto Tag

Component type

module

Categories

Maintenance status

Development status

Downloads

600

Component created

Component changed

User module to pull tags from content types to the user profile.

This module would be a simple method to track users activity on your web site, using the tag system of Drupal.

The module create a taxonomy term field in the user profile and associate to vocabulary "tags". Every time the user visit a node of a content type set in the module, inherit node tags.

If the default "tags" vocabulary doesn't exist, the module create a new one with the same name. If you want to use a different vocabulary, edit the field created by the module and associate your vocabulary.