Janus Feeds File Fetcher

Component type

module

Maintenance status

Development status

Component created

Component changed

This is a small module I've created in order to fix the "public://feeds" issue at Feeds.

It's a replacement for the Feeds core plugin "Feeds File Fetcher", and it only replaces the line 132 of FeedsFileFetcher.inc from

$feed_dir = 'public://feeds';

to

$feed_dir = file_default_scheme() . '://feeds';

RightMove integration

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides import/export option to RightMove.co.uk with Fields API and Views 3.

Currently under development. Please open an issue for feature requests.
برای طراحی وب سایت می‌تونید از سایت ساز کاموا استفاده کنید

فروشگاه ساز کاموا سرویسی هست که میتوانید بدون نیاز به استخدام طراح، فروشگاه خود را بسازید

Media Preprocessor

Component type

module

Maintenance status

Development status

Component created

Component changed

Provides a universal preprocessor handler for all media on a Drupal site.

More descriptions, use cases, usefulness to come.

Currently intended to be a handler for Sassy

Export document

Component type

module

Maintenance status

Development status

Downloads

6231

Component created

Component changed

Summary

This module simply export nodes into word file (by formatted html) using VBO to bulk export. This module also borrow some function of print module, so which field would like to export can adjust at cck print display page.

Basic Functionality

Here is feature list of this module:

Configuration

Component type

module

Maintenance status

Development status

Component created

Component changed

The configuration management module enables the ability to keep track of specific configurations on a Drupal site, provides the ability to move these configurations between different environments (local, dev, qa, prod), and also move configurations between completely different sites (migrate configurations).