Sprites

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Making and using CSS sprites has always been a tricky task for webmasters. Of course, with the emerge of SASS and libraries like Compass, working with sprites became much easier.

But yet Drupal and SASS has no interworking parts, so when you build a website on Drupal, you have mere few options for using sprites generation — with you theme image files. Is it enough for Drupal? What about all those images which we upload to nodes or taxonomy terms or any other entity using Image field and then use them as category icons, menu icons or basically — for photo thumbs?

POWr Social Media Icons

Component type

module

Maintenance status

Development status

Component created

Component changed

Don't settle for cookie cutter social media icons! Engage your users will with fully customized social media icons. Add any facebook, flickr, foursquare, github, google plus, instagram, linkedin, pinterest, tumblr, twitter, and youtube icons.

Choose from expert designed presets or customize the design and color scheme to fit your brand.

Link field redirect

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

NOTE: You should probably use the full-featured field_redirection instead of this module!

Link field redirect provides a simple link field formatter which redirects the user to the url provided in the field's value.

It's up to the implementers to only render this field in instances where you want the user to be redirected. Avoid using this formatter where more than a single instance is displayed.

Scrapper Stop

Component type

module

Maintenance status

Development status

Component created

Component changed

I was getting tired of scrapper bots hitting my site and decided to create a little project called Bot Stop. I noticed that Drupal has IP banning capabilities and thought that it would make a good addition to their arsenal of modules.

It works quite simply. Create a trap for spiders (crawl bots) that ignore the robot.txt file and ban them. Keeping information about the perpetrator on the system as well for later analysis. I am hoping to include some spam prevention techniques into this project as well.

yUML

Component type

module

Maintenance status

Development status

Downloads

983

Component created

Component changed

The online service yUML is a great tool to generate UML Diagrams.

With this module you can write your text then embed a diagram by adding

<pre>
[yuml diagram:class style:scruffy
[Text editor]-(Writes article)
(Writes article)>(Drupal)
(Drupal)>(Uses yUML)
]
</pre>

which is rendered into the image below.

CleverReach Rules

Component type

module

Maintenance status

Development status

Downloads

606

Component created

Component changed

This simple module provides two rules actions for the CleverReach eMail marketing service:

  • Add an eMail to a CleverReach list
  • Remove an eMail from a CleverReach list

You can define all necessary CleverReach API parameters trough the rules action itself. The follwing parameters are available:

One Multistep (onemultistep)

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

One Multistep module is a tool for creating form builder functions using the Form API. By defining dependencies between form elements, One Multistep creates the #ajax to respond to changes in js enabled clients, and transform each step on a sub multi-step form for non js enabled clients.

What it does

Creates a multistep form (if you define any steps) and for each step:
js enabled - Updates the dependent elements using AJAX.
no js - Converts the step on a sub multi-step form based on the dependencies.