Content push

Component type

module

Categories

Maintenance status

Development status

Downloads

2207

Component created

Component changed

Provides a simple system for distributing and updating nodes between different Drupal sites, using Transport and Services.

Once set up, simply check the remote sites to distribute a node to in the node edit form, and on saving, the node is created or updated remotely as well as locally.

Requirements

You need the latest version of Transport and its dependencies, listed on the project page.

Reverse Geocode

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

The module provides reverse geocoding capabilities to Location CCK fields, which means that you can fill all the fields of a location field through a click on a button. It relies on Google Geocoding API.

Comparing to other modules that perform this task, this one stands out for out-of-the-box integration with Location module, as well as for being very lightweight.

Likno JavaScript/CSS Menus temp

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Likno JavaScript/CSS Menus is the ultimate module to create menus for your drupal site. It collaborates with the likno AllWebMenus software to produce the menu you want. Additionally it works stand alone to produce menu using the suckerfish menu plugin.

fbapi_feed

Component type

module

Maintenance status

Development status

Component created

Component changed

Facebook API - Feed Block

Drupal 6.x

This module adds a block that fetches information from a specified feed via the Facebook Graph API.

Get started by issuing the following command:
git clone --branch master dpzeh@git.drupal.org:sandbox/dpzeh/1078510.git fbapi_feed

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.