Themes Grid

Component type

module

Categories

Maintenance status

Development status

Downloads

527

Component created

Component changed

WARNING: This module is deprecated. Use its more generic version instead: http://drupal.org/project/themei

This module overrides the theme_system_themes_form theming function in order to display available themes in a grid, instead of a big, long table.

This is useful especially when there are a lot of themes in the current Drupal installation.

Simple Carousel

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

This is a simple carousel widget (hence the name), setup as a views style plugin, but I haven't had time to add the settings form yet.

It has vertical and horizontal layouts, autoscrolling, etc. This is very much early stages and at the moment you need to edit simple_carousel.js to set the settings. Updates will be coming... eventually.

Client URL

Component type

module

Maintenance status

Development status

Downloads

544

Component created

Component changed

Occasionally, you need to show a client several different color options for a page or highlight a particular element in a layout for a customer, but you don't want any other users to see those changes. This module allows you to do all of that and more, by modifying css based on a URL.

Theme Improvements

Component type

module

Categories

Maintenance status

Development status

Downloads

856

Component created

Component changed

This module provides some alternate theming for administration pages in order to improve their usability.

At the moment, these are the available custom theming functions:

Theme adminstration form

Show all the themes in a compact grid instead of a big long list full of white space.
All the functionality is exactly the same of the original page, just optimizes the available space on the page.

DigiCert Logo

Component type

module

Maintenance status

Development status

Component created

Component changed

DigiCert is an SSL authority. This module is a more sophisticated and Drupal oriented version of their Site Seal creator found at https://www.digicert.com/enterprise/get-site-seal.php?orderid=[id] where [id] is the number corresponding to the SSL certifcate that you have installed on your server.

Notifications AJAX Subscribe

Component type

module

Maintenance status

Development status

Downloads

487

Component created

Component changed

Provides checkbox subscription options for the Notifications module (these are shown on, for example, nodes to allow subscribing to the node or author, etc, usually with text like "Subscribe to: This post"). The checkboxes are processed via AJAX, so no page reload occurs when a user subscribes or unsubscribes by clicking a checkbox. The default subscription options are always used for a subscription.

FastFetch

Component type

module

Maintenance status

Development status

Downloads

2734

Component created

Component changed

Fetches data faster than using the standard Drupal API by avoiding node_load().

Functions in this release:

ff_title($nid, $type = "", $published = "")

  • Returns the name of the node provided in $nid
  • $nid = Node ID of item to lookup
  • $type = If provided, limit search to passed content type (Machine Readable)
  • $published = Returns title of nid regardless of publication status. If provided, limit search to 1 Published, or 0 Unpublished

ff_term($tid, $vid = "")

Better Forms

Component type

module

Maintenance status

Development status

Component created

Component changed

The better forms help you with your most common needs.

Better forms is a small module that allows you to customize CCK forms. It is designed for basic user who would like to do things like:

  • Redirect a form to a View, Node or a specific content type form
  • Change name of submit button
  • Hide: body field, Publishing options, book, revision information, menu setting, URL path settings, from the form display
  • Selectively hide either the Preview button or the Delete button (or both)