Frame Refresh

Component type

module

Categories

Maintenance status

Development status

Downloads

954

Component created

Component changed

If you (and you really shouldn't - read below case study) use frames for your Drupal project then you may need this module. The Frame Refresh module uses the names of the frames to refresh the top frame for you to maintain the logged in / out state for your users. This module does not work in an ideal way but does work. The maintainer is open to feeback to improve the coding standards and also any other improvements on functionality!

Semantic CCK

Component type

module

Maintenance status

Development status

Downloads

6740

Component created

Component changed

Semantic CCK was created to give users the means of customizing the HTML output of CCK fields. It was inspired in part by the highly recommended module Semantic Views which provides the same functionality for Views.

Drupal 7

A Drupal 7 version of Semantic CCK is currently under development: Semantic Fields.

Javascript and CSS reloader

Component type

module

Maintenance status

Development status

Downloads

1777

Component created

Component changed

This is a utility module for developers deals with a specific problem: If a module loads its own Javascript and/or CSS files in hook_form_alter() - and then there is an error if the form is re-submitted because the hook will not be called again (the form is cached) which means that, on page reload, the Javascript and CSS files are not reloaded.

Download Data

Component type

module

Maintenance status

Development status

Downloads

1422

Component created

Component changed

Enables data (specified by other modules) to be downloaded as a file. Useful for generating large reports.

MIME Router

Component type

module

Maintenance status

Development status

Downloads

1773

Component created

Component changed

MIME Router handles mapping incoming attachments via mailhandler and routing them to the appropriate CCK filefield(s). MIME Router relies on the incoming media MIME type to determine the appropriate filefield to route incoming attachments to. There is no configuration necessary as MIME router relies on the configured CCK filefields allowed file types. MIME router iterates over the available filefields configured for use with mailhandler and drops incoming attachments into the first filefield that allows files of the given type.

MIME Router requires:

No IE6

Component type

module

Maintenance status

Development status

Downloads

15617

Component created

Component changed

It is time we teach/obligate the users to stop using Internet Explorer 6 so the Internet can continue its growth.

No IE6 displays a message to all the users using Internet Explorer 6 where they can read why their browser is not supported on the visited site, and also choose an alternative browser from a list that it will be presented to them.

Some of the features of No IE6 are:

Feeds XPath Parser

Component type

module

Maintenance status

Development status

Downloads

359777

Component created

Component changed

This project is in maintenance mode. No new features will be added. New installs should use Feeds extensible parsers instead.

Feeds XPath Parser is a Feeds plugin for parsing XML and HTML documents. It enables site builders to leverage the power of Feeds to easily import data from complex, external data sources. Each element you wish to extract is setup using configurable mapping queries, saving time for developers who would otherwise have to code complex, specific-use modules. It also enables end-users to build web scrapers and other useful tools within Drupal.