Dynamic Logo

Component type

module

Categories

Maintenance status

Development status

Downloads

3673

Component created

Component changed

This is a simple module that enables administrators to upload more than one logo and choose which one to display in certain occasions (Like google).
In future there will be a feature that enables administrators to schedule the appearance and disappearance of each logo.

Site Specific CSS

Component type

module

Categories

Downloads

1288

Component created

Component changed

For Drupal 6, consider using Custom CSS and JavaScript files

In a multisite environment, sites may want to use the same theme, which resides under sites/all/themes.
It is quite often that users wish to personalize the theme with new CSS rules.
This module will look for another CSS file, located under the site's file directory, and named same as the theme.

Javascript Aggregator

Component type

module

Maintenance status

Development status

Downloads

40805

Component created

Component changed

The aim of the JavaScript Aggregator module is to improve performance of your site with less server requests and bandwidth per page. In Drupal 5, all the JavaScript files will be aggregated into one file and optionally minified. JavaScript aggregation was brought into core with Drupal 6, so the Drupal 6 version of this module goes one step further to minify that file.

It basically does the following:

  • Takes the $scripts variable and removes .js files using a regular expression
  • Generates a unique filename for any set of .js files
  • Creates and caches one file containing all .js files in files/js
  • Optionally minifies the JavaScript using JSMin
  • Returns a modified $scripts variable with link to cached file

Style (CSS) Settings

Component type

module

Maintenance status

Development status

Downloads

6496

Component created

Component changed

Allows any module or theme to have their CSS attributes configurable from the UI
just by suffixing default CSS values (plus unit) with a code comment in the css, scss or less file (7.x-2.0 version). The CSS is functional even without the module being installed (soft-dependency). Form API elements are provided to have a color picker or a slider (e.g. for opacity).
An HTML5 slider

Carousel

Component type

module

Maintenance status

Development status

Downloads

573

Component created

Component changed

This project is abandoned and does not contain any usable code. The Carousel module was intended to be a unified solution that incorporated Views Carousel and jCarousel modules together. After a period of stagnant development, the maintainers of these modules decided to create a new 2.x branch of jCarousel and merge the work there instead of creating yet another project.

Virtual Sites

Component type

module

Maintenance status

Development status

Downloads

12682

Component created

Component changed

Virtual Sites offers almost the same (and more) functionality as the Drupal multi-site feature without the need for the complicated setup of that feature. Depending on conditions (e.g. requested url or user role) handled by the Condition(s) module (bundled with Virtual Sites starting with the 7.x version), you can override theme, site information, menus and more to virtually present the visitor with a different website.

Super Nav

Component type

module

Downloads

7216

Component created

Component changed

Important! I have released a new module called Navigate based off of the ideas behind Super Nav, with some marked improvements and structural changes which should eliminate some of the compatibility issues several people have been having with Super Nav. Some of the changes include:

iconify

Component type

module

Categories

Downloads

5080

Component created

Component changed

This module adds span tags to the fieldset, li and dt tags in the admin areas of Drupal.

If you just want icons in the admin area use http://drupal.org/project/iconizer

This project will shortly also have the ability to add icons to menu links.