Mark as Read

Component type

module

Categories

Maintenance status

Development status

Downloads

789

Component created

Component changed

Overview

This module marks the HTML elements 'read' or 'unread' based on the CSS selector provided on the admin which is a very rare use case though. It uses database to track the user click activity as opposed to the cookies. This can be used with any html elements, but requires to have the unique attribute value which represents that html element uniquely.

Common Use Case

List of links on the sidebar and clicking on the links has to open url in the iframe.

Email client unbolds or changes display properties when unread email is clicked or read.

Module Path List

Component type

module

Categories

Maintenance status

Development status

Downloads

2464

Component created

Component changed

Module Path List displays the path of each module in the module list page.

We found this module useful on big Drupal sites, where 100+ modules were distributed in multiple directories such as /profiles, custom, contrib, dev and features.

Locale Admin

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This module allows you to easily translate strings without using Drupal's own mechanism that is way too difficult to use (too many clicks to translate single locale string).

TODO:
This is an almost complete module, one of the things missing is editorial for the project page.

CCK Multigroup Tabs

Component type

module

Maintenance status

Development status

Component created

Component changed

Provide multigroup support to CCK Fieldgroup Tab.

CCK Multigroups Tabs allows to display CCK multigroups into tabs. It enables splitting up content onto tabs for display (tabs for editing not yet supported). New tabs can be dynamically added on the node edit form by adding a new instance of a multi-value fieldgroup. It allows to use one of the fieldgroup field as the tab title.

This module has the following dependencies:

Basic Cart Promocode

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides an interface for adding promotional codes (discounts, coupons) for the Basic cart module.

Features:

  • Promo codes entered at checkout
  • Promo codes pre-populated by URL string
  • Promo codes trigger a discount in the basic cart total price
    • Percentage discount
    • Flat rate discount

Proxy cache

Component type

module

Maintenance status

Development status

Component created

Component changed

Everyone knows that the performance of a Drupal site often relies on a properly configured and efficient cache. Regardless of the actual cache backend that is used on a site, however, there are often certain cache operations that should be avoided or, at the very least, tracked in order to find potential issues. This module attempts to find potential issues and allow site administrators to resolve issues quickly.