Float filter

Component type

module

Categories

Maintenance status

Development status

Downloads

7114

Component created

Component changed

This is a very simple filter that adds surrounding tags around floated img, figure, or table tags.

The filter scans for inline CSS styles and if a float:left or float:right is found (usually added by WYSIWYG editors), a configurable tag (span or div) is added around the original tag with a class of "floatleft" or "floatright".

Client UI Control

Component type

module

Categories

Maintenance status

Development status

Downloads

3097

Component created

Component changed

The Client UI Control module is intended to cleanup and "hide" options from clients that could potentially break a site after site handoff. The first iteration/release of this module simply provides a settings form to select certain themes which should be hidden from view on the theme listing page.

There are many more settings/forms I'd like to modify/hide from my clients, and will be implemented in future releases.

Features

The current feature set of the Client UI Control module is as follows:

Sports Scores

Component type

module

Maintenance status

Development status

Downloads

4719

Component created

Component changed

Sports Scores is a module that fetches scores from an external site for certain sports. The module stores the data returned in the database, and provides hooks for other modules to integrate with.

The original purpose of this module is to save me hand-entering scores each week into pickem. There is basic views functionality included.

EntityFieldQuery Views Backend

Component type

module

Maintenance status

Development status

Downloads

19939

Component created

Component changed

This module enables Views to use EntityFieldQuery as the query back-end, allowing you to query all defined entity types and their fields, even the ones stored in non-SQL storage. Unless you are storing your data outside of the SQL database, you probably don't need this module.

Storage engines that should work

If there are any others that should be added here, please let me know so that I may add them to the list.

Field formatter settings

Component type

module

Maintenance status

Development status

Downloads

227198

Component created

Component changed

The Field API in Drupal core lacks the ability for other modules to easily alter field formatter settings forms and the formatter summaries. This module is a small API provider for other modules since it's too late to get the hooks into Drupal 7 core.

Jettison

Component type

module

Maintenance status

Development status

Downloads

671

Component created

Component changed

Jettison unwanted CSS and JavaScript files!

This module provides a hook-based mechanism for getting rid of unwanted CSS and JS files. Simply declare which files you want deleted, and this will take care of removing them.

There's also a nice administration interface that can be used for simple cases.

What is it good for?

Sometimes a module adds CSS or JS that you don't want (or don't want to show up on non-admin themes). Use Jettison to get rid of them.