Cacti Integration

Component type

module

Categories

Maintenance status

Development status

Downloads

778

Component created

Component changed

The Cacti Integration module provides an interface to query Drupal for statistics and return the results to the open source Cacti network graphing package. The use case is that you would like to create ongoing graphs of statistics of your Drupal site, such as how many authenticated and unauthenticated users are on the site.

Amazon S3 Logs

Component type

module

Categories

Maintenance status

Development status

Downloads

754

Component created

Component changed

This module reads and parses your Amazon S3 account's various log files, so you can easily track your most popular uri's, and how much bandwidth has been used per-file. It also makes sure to never download the same log file twice (saving you bandwidth), and can be configured to only check for new log files every few hours (saving you GET and LIST requests).

Requires: Amazon S3.

Ubercart Taxonomy Tax

Component type

module

Maintenance status

Development status

Downloads

949

Component created

Component changed

Allows Ubercart tax rates to be assigned to taxonomy terms.

After installing this module, you will be able to select taxonomy terms from the tax rate edit screen to apply product tax to.

Please note that line item tax will show up separately on the order. So you may want to create separate tax rates to provide appropriate titles (e.g. Shipping tax, Discount tax adjustment etc).

Safer Login

Component type

module

Maintenance status

Development status

Downloads

3343

Component created

Component changed

This module encrypts the user's password when they type it in during login, so a 3rd party up to no good can't see the user's plain text password (as is currently the case with Drupal logins).

Encryption is accomplished by replacing what the user enters for their password with a uniquely-salted MD5 hash of the MD5 hash of what they typed (so it is 2-layers deep). If the user does not have JavaScript enabled, then the default Drupal behavior (no hashing) still works.

Of course, this is no substitute for an SSL certificate on your server, as that would protect all form submissions, as well as prevent other types of attacks. This module is intended for those who desire password security, but either cannot afford a certificate, or only need basic protection from hackers during login.

Hover Links for Flag Operations in Views

Component type

module

Maintenance status

Development status

Downloads

1745

Component created

Component changed

About

Remove flags in views with a "remove" link that appears on hover only.

After enabling the module you will need to add the link as a field to the views display.

This is in production on a highly trafficked website, but has not been widely tested elsewhere.

Commercial support

The author of this module is available for hire. Contact Bevan.

Unique Link Title

Component type

module

Categories

Maintenance status

Development status

Downloads

1086

Component created

Component changed

What's all this, then?

Drupal 6 doesn't allow you to add a description to a menu link when adding it directly from a node add/edit form. Instead, it uses the node's title as the description, which means that the link's title attribute (i.e., "tooltip") will likely be the same as the link text itself. This also means that if you don't like this behavior, you must manually edit each link after it is created. Boo.

This module fixes that.

Printable version (lite)

Component type

module

Categories

Maintenance status

Development status

Downloads

3696

Component created

Component changed

Printable version is a small lite module (6KiB without images, 14 within icons) which adds JS 'preview print' button to the page (as block) and when user clicks on it, all non-printable page elements (edit print.css in the root of module to configure it) are hiding.
This module is a port of 5.x-1.1 version (Russian).
Version for 5.x is also available, but not supported.