Evanced Aggregator

Component type

module

Maintenance status

Development status

Component created

Component changed

This projects implements a custom Aggregator parser and processor to process an RSS feed from Evanced, a library event management system.

The parser divides the Evanced description into chunks and themes them before saving them as the feed item's description/body field.

A new entity type is created, 'Evanced item', with a field to capture the item's 'Event type' as plain text. This allows feed items to be filtered by event type in Views.

IMCE Prettyfiles

Component type

module

Maintenance status

Development status

Downloads

770

Component created

Component changed

Syncing content between different website instances can be quite painful, especially if you're using a hosting management tool like Aegir which takes over a lot of the configuration of your website. Your image files are then located in a host name specific folder like eg:

/sites/hostname_of_your_website/files/..

IMCE in combination with the WYSIWYG will write the full paths into the HTML content of a WYSIWYG field like:

/sites/hostname_of_your_website/files/image.png

OOP Forms

Component type

module

Categories

Maintenance status

Development status

Downloads

285

Component created

Component changed

This module is for developers only. It does not provide any features for normal users.

OOP Forms module provides set of wrappers for building drupal forms in object oriented way.
It takes the burden of writing FAPI arrays manually off the developers
and let them build those ugly arrays with set of method calls.