Statistics History

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

I think most of the Drupal developers know the Statistics module, which makes part of the Core of D6. It basically logs access statistics for your site. Every time a node is viewed, a counter gets updated. This counter value is stored in the node_counter table, and gets reset each day at 00 AM.

The most important thing is the hook_cron() implementation.

Social Connect

Component type

module

Maintenance status

Development status

Downloads

3216

Component created

Component changed

Social Connect for Drupal 7

This module allows users to login on a Drupal website through the Facebook and Hyves – using their Facebook or Hyves login and password.

The module also brings other extra features:

  • Admin can allow user profile fields update with Hyves and Facebook data
  • Admin can configure field mapping and customize login buttons

NOTE! HyvesConnect JS supports only IE8 or greater

Differences from other modules:

docreader

Component type

module

Categories

Maintenance status

Development status

Downloads

1260

Component created

Component changed

docReader provides an formatter to the CCK module Filefield (for Drupal 6) or the core file module in Drupal 7.

If Preset

Component type

module

Categories

Maintenance status

Development status

Downloads

448

Component created

Component changed

If preset provides a new imagecache preset to render convert images based on its dimensions.

Also, allows to do not perform an action if the conditions are not met. So, for example you can scale and crop an image only if the ratio (ratio = width/height) is bigger than 1.5.

The current actions that this imagecache preset provides are:

  • Scale
  • Scale and crop
  • Do nothing

All the information is storaged in one preset. Therefore, you don't need to create multiple presets to scale an horizontal or vertical image.

Sub-pathauto (Sub-path URL Aliases)

Component type

module

Categories

Maintenance status

Development status

Downloads

113560

Component created

Component changed

The Drupal Path module matches only full URLs when creating SEO-friendly aliases. This module extends that behavior by also matching known sub-paths and replacing them with their respective alias.

For example, if user/1 is aliased to users/admin, this module rewrites the link to the user contact page user/1/contact to use the aliased URL users/admin/contact instead. This also includes Views URLs taking a node as argument (e.g. node/%/yourview), in short, every URL that is based on, or extends, an existing alias. In combination with the Pathauto module it is possible to get rid of all remaining exposed internal non-administrative URLs.

D7Permissions

Component type

module

Maintenance status

Development status

Downloads

487

Component created

Component changed

The D7Permissions module ports some of the useful functionality that has been included in the Drupal 7 roles and permissions system into Drupal 6:

1) Set the order that roles will appear in on the permissions page.
2) Display all roles as "checked" (aside from anonymous) when a permission has "authenticated user" checked.