Home > By category > Scripts > Modules
Sort by : Name|Date|Downloads|Rating|

Listing of Modules in Scripts

The Feed Block module creates a block with one external(syndicated) article for each feed source from selected feed category..

  • Platform: PHP, Scripts

The maintainers of Feed Element Mapper launched a successor project: Feeds - read more about the future of FeedAPI and Feed Element Mapper in Good bye FeedAPI, hello Feeds Looking for a maintainer Add-on module for FeedAPI that maps elements on a feed item such as tags or the author name to taxonomy or CCK fields.

  • Publisher: Alex Barth
  • Date: 05-06-2013
  • Size: 51 KB
  • Platform: PHP, Scripts

Feed Element Mapper module can't be integrated out of the box with the Case Tracker module because the later doesn't use CCK. Installation Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules.

  • Platform: PHP, Scripts

FeedAPI and related modules provide lots of ways to get feed data into Drupal, especially into nodes. This module provides a way to set default values in node fields on a per feed basis (instead of per content type -- but this is also broken, see issue #XXXXX), as well as filter values from a PHP snippet on a per feed basis.

  • Platform: PHP, Scripts

This module is FeedAPI addon that adds ability to grab attached files from feeds. Grabber files are saved as node attachment using core Upload module. Module is plug and play and it has no settings or configuration page. Dependencies FeedAPI Grabber 6.

  • Platform: PHP, Scripts

The module has extensible structure, i.e. all filters are in their own separate sub-modules. This means that users can write their own custom filters based on the hooks that are provided by the module and different types of filters can be used simultaneously (the filters will be used by weighted order).

  • Platform: PHP, Scripts

This module detects the language of nodes created by FeedAPI and adds the language information to the node. This makes it for example possible to show only the nodes in the users language on a multilingual site. It uses statistical text analysis to determine the language of a node.

  • Platform: PHP, Scripts

The FeedAPI Language Filter is a simple add-on for the FeedAPI Item Filter module that allows incoming feed items to be filtered by language, using the Google AJAX Language API. This module differs from FeedAPI Language Detector module in that this module filters out feed items before they are added to Drupal.

  • Publisher: Matt V.
  • Date: 19-03-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Finds out who links to who between FeedAPI Node Items..

  • Platform: PHP, Scripts

Feed Element Mapper can be used to map the terms detected by FeedAPI tagger to vocabulary terms. Installation Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules..

  • Publisher: Alex Barth
  • Date: 25-01-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

This plugin was written to help me feedback comments on blog posts to my journalism students who use wordpress as a base for their online publications. It was based on an idea I saw at http://newsmixer.us which allows users to comment or ask questions on a particular paragraph.

  • Platform: PHP, Scripts

When an entry with this content type is saved, the feed url will be added to the aggregator. If deleted it will also automatically be removed from the Aggregator. Installation Unpack in your modules folder (usually /sites/all/modules/) and enable under Administer > Site Building > Modules.

  • Platform: PHP, Scripts

FeedGeorge is a new startup which focus on local discovery. It aggregates location data in a single platform. To help WordPress users with a better geotagging experience, we introduce you Feed George WordPress Plugin. WordPress users are able to geotag their blog posts by using FeedGeorge WP plugin.

  • Publisher: feedgeorge
  • Date: 13-02-2013
  • Size: 307 KB
  • Platform: PHP, Scripts

Parse XML and create blocks. The module can be used to parse custom XML and creating blocks. Current Drupal 5 Release is ready to download. UPDATE 1/30/10: This module is going to be going through some pretty major changes in version 2.x, please stay tuned here for more info; or feel free to download and evaluate the development snapshot of 2.

  • Platform: PHP, Scripts

This module provides a new Processor for the Feeds module. It allows for the consumption of Atom/NodeRDF feeds generated by the Views Atom module. That's right, this pair of modules allows for full node replication between Drupal sites over Atom! There is no mapping table for received fields.

  • Platform: PHP, Scripts

This is a parser for the Feeds module that allows parsing JSON using JSONPath. It is very similar to the Feeds XPath Parser module. Installation The file jsonpath-0.8.1.php must be downloaded and put in the module folder. After installing the module, clear your cache so that the parser will be available in Feeds.

  • Publisher: twistor
  • Date: 20-03-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

Feeds Node Multisource allows you to take data from multiple different feeds and import them into the same nodes. The module provides a Feeds processor that allows you to import data into existing nodes that have been created by a "parent" feed. A child-parent relationship between feeds is created where the feed with the "Node processor" is the parent and the feeds with the "Node Multisource Processor" are the children.

  • Platform: PHP, Scripts

Feeds OAuth provides a new Feeds fetcher plugin that performs OAuth authorization before requesting a feed. Installation * Install PECL::oauth Usage * Obtain standard OAuth information from host: consumer key, consumer secret, request token URL, access token URL, authorize URL.

  • Platform: PHP, Scripts

Feeds Tamper provides a small plugin architecture for Feeds to modify data before it gets saved. Several plugins are available by default and are described in the examples section below. Additional plugins can be added in separate modules or through the issue queue.

  • Publisher: twistor
  • Date: 08-03-2013
  • Size: 31 KB
  • Platform: PHP, Scripts

This module enable Feeds to take in data from a view output (i.e. from Views). This combined with pluggable query backend in Views 3.x will enable Drupal to import data from practically anywhere from the web given the Views pluggable query backend is implemented.

  • Platform: PHP, Scripts

This allows transaction data to be imported from many financial institutions. Thw module can be used in conjunction with Views and Views Calc to create a simple accounting system. Installation: Unpack in your modules folder (usually '/sites/all/modules/') Enable under Administer > Site Building > Modules.

  • Platform: PHP, Scripts

The Field Actions module combines the power of Drupal actions with the data in CCK nodes to create new ways of working with your nodes in Drupal. This module enables action enabled modules (such as workflow.module) to reach into your nodes, pull out information, and use it appropriately.

  • Platform: PHP, Scripts

Provides a field-collection field, to which any number of fields can be attached. A field collection is internally represented as an entity, which is embedded in the host entity. Thus, if desired field collections may be viewed and edited separately too.

  • Publisher: fago
  • Date: 07-01-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

Provides a table formatter for the Field Collection module. After enabling the module, go to admin/structure/types/manage/CONTENT_TYPE/display and switch the formatter to "Table field-collection items"..

  • Platform: PHP, Scripts

Field copy allows copying between fields for any content type. The fields must have the same type in order to copy. Includes the option to nullify the source field. Currently it requires CCK and it allows copying any cck field to any cck field of the same type ie.

  • Publisher: regx
  • Date: 14-01-2013
  • Size: 10 KB
  • Platform: PHP, Scripts

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 core (see #945524: Impossible to alter field formatter settings or summary).

  • Publisher: Dave Reid
  • Date: 05-03-2013
  • Size: 102 KB
  • Platform: PHP, Scripts

Fieldgroup will, as the name implies, group fields together. All fieldable entities will have the possibility to add groups to wrap their fields together. Fieldgroup comes with default HTML wrappers like vertical tabs, horizontal tabs, accordions, fieldsets or div wrappers.

  • Publisher: Stalski
  • Date: 25-06-2013
  • Size: 41 KB
  • Platform: PHP, Scripts

Field Inherit allows empty CCK fields to inherit values from "parent" nodes. Currently, there are two ways to configure a node's parentd-deOCLvia the menu system, or a Node Reference field. Example uses: * You want a banner image to appear for all pages in a "section".

  • Publisher: oel Stein
  • Date: 07-03-2013
  • Size: 10 KB
  • Platform: PHP, Scripts
  • Field Or
  • License: Freeware
  • Price: 0.00
  • Rating

Field_or provides the ability to mark fields in a fieldgroup as exclusive. What it does: * Adds a configuration option to the fieldgroup configuration page to make sure that "Users must fill out one field. Multiples not allowed." * Validates the node submission to make sure that constraints are enforced.

  • Platform: PHP, Scripts

Provides a Slideshow formatter for displaying Image and Media fields, using JQuery Cycle plugin. Compared to Views slideshows, building the slideshow from multiple nodes, this module builds it from a single node, with a multi-valued Image/Media field.

  • Publisher: jdanthinne
  • Date: 05-03-2013
  • Size: 20 KB
  • Platform: PHP, Scripts

New Downloads

Voxal Voice Changer Free
for Mac

Voxal is free voice changer
software for Mac designed to
enhance any game or
application that uses a
microphone. Change ...

Crescendo Music Notation
Free for Mac

Crescendo Free is a simple and
intuitive way to create
musical compositions.
Crescendo allows you to
create, save and ...

Express Animate Animation
Free

Express Animate is free
animation software that gives
you the ability to animate
shapes, text and imported
images.

FolderMill

FolderMill monitors a folder
and automatically prints or
converts incoming documents to
PDF, JPG or TIFF. Just define
...

Express Accounts Accounting
Free

Express Accounts Accounting
Software Free is professional
business accounting software.
This product is perfect small
...

Dr.Web CureIt

Dr.Web CureIt is a
non-installation antivirufor
curing computers running MS
Windows 8/7/Vista/XP/Server
2003/2008/2012 ...

NetSpot

NetSpot 2 is the only
professional app for wireless
site survey, Wi-Fi analysis
and troubleshooting on Mac OS
X. It\'s ...

Active@ DVD Eraser

Active@ DVD ERASER erases
DVD-RW, DVD+RW or CD-RW media
to clear the old data from the
disk.

Active Partition Manager

Active@ Partition Manager
helps you manage storage
devices and the logical drives
or partitions that they
contain. You ...

Free 1D Barcode Generator

The programe generates and
prints most popular linear and
postal barcode symbologies
including Codabar, Code11,
Code25 ...