Panels Node Dashboard

Component type

module

Maintenance status

Development status

Component created

Component changed

Give User and Organic Group admistrators to override a panel behavior to assume a new layout and content.

Can be used to create dashboards for users or groups or override general structure for group pages per group.

page_style

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

page_style.module allows user to specify its own page styles. That mean he can create some kind of style with CSS class. After creating a list of CSS classes, user is able to assign page_styles to any created node. CSS class will be appended to body_classes variable, or to any other user predefined variable. After this steps you can theme your CSS class in your CSS file as needed.

Cache Dispatcher

Component type

module

Maintenance status

Development status

Downloads

503

Component created

Component changed

UPDATE: Looking at Cache Backport, this module seems somewhat ridiculous ... I have now abandoned it.

Provides multiple caching backends framework. Use any drupal 6 cache.inc file for a given cache table.

This module works by generating php source-code in order to separate cache_get(), and so on, into different "namespaces" by prefixing the function names.

As this module auto-generates code, it might not be considered production-grade. Use with caution.

The following example uses the memcache backend for all cache tables except cache_form:

Module Creator

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The Module Creator will help you create new modules. The actual creation of a module, whether it is for a simple or complex task, can be quite annoying and thought interrupting; instead of worrying about the cool new block or page you're creating, you end up caring about not doing any typos while creating the hooks, or maybe even spending more time trying to find a tasteless typo/mistake in your code.

Credit Card Expiration Notify

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Provides a cron job for notifying users when credit cards used on recurring orders are about to expire.

Requirements

  • Ubercart
  • UC Recurring (2.x)
  • A means, like CIM, of making recurring orders for which customers can update their payment details, or cancel a subscription

This is now deprecated in favor of UC Recurring Credit Card Notify, which was based in part on the code provided here.

Ubercart Profile Multi-Category (uc_profile v2)

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a sandbox release of the code from #606366: Make it possible for uc_profile to include fields from different profile categories in the uc_profile.module issue queue. Apparently sandboxes can't be deleted, but now that this code has been committed, this sandbox is superseded by the 6.x-2.x branch of uc_profile.module.

GeoIP Taxonomy Redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Uses the MaxMind GeoIP library to redirect users to a particular page on a site (currently via Taxonomy Term).

Code initially based on the Zipcode Redirect module.

This code is currently site-specific both in its dependence on a certain taxonomy structure, and on tables that are not included with the code. It also doesn't yet use the GeoIP API module for its GeoIP integration.

Envolve Chat

Component type

module

Maintenance status

Development status

Downloads

6479

Component created

Component changed

Envolve is a chat toolbar, that looks like Facebook's chat, for your Drupal site.