Page manager breadcrumbs

Component type

module

Maintenance status

Development status

Component created

Component changed

This module provides a small CTools plugin that allows you to set the breadcrumb in custom pages created by Page manager. You can use CTools replacement patterns to do this.

If replacement patterns result in a breadcrumb part being repeated (such as top-level term > current term), the duplicates are pruned.

Flag State

Component type

module

Categories

Maintenance status

Development status

Downloads

551

Component created

Component changed

Flag State is a small module that implements a very basic Flag type which can be used to control and maintain a boolean state flag for use in code or Rules evaluations. It gets all the benefits and features of the flag module including per user/global state, anonymous user support (Flag 2.x), flexible UI, export (features) friendly, integration with rules and views modules etc.

culture

Component type

module

Maintenance status

Development status

Component created

Component changed

A single xml file which currently powers the DrupalNews android application but could power additional services and apps.
The idea is to have one repository for Drupal cultural milestones, all kind of cool slightly strange moments that together consist of the drupal culture we all share.

Anonymous Webform

Component type

module

Maintenance status

Development status

Component created

Component changed

This module adds the posibility to make anonym the webforms. Many times need that the questionnaires or polls are anonym, not for the normal anonym user,but also for user authenticated.

With this module the submissions from a webform are saved anonymously in a database table (user anonym and ip 0.0.0.0), but save the user submissions for can limit the number of submissions that have original webform.

Simple Survey

Component type

module

Maintenance status

Development status

Component created

Component changed

The Simple Survey module allows for the creation of simple surveys. This module is aimed at the people who are torn between the WebForm module and what is currently available on the Drupal repository.

Capabilities:

RDF mapping

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

(This has nothing to do with Geographic "mapping" - its about tagging data fields with common, universal identifiers)

A stub that emulates what D6 rdfcck was trying to do, and what D7 RDF UI now
does.

This adds a UI and internal data management store for giving Drupal content
types and CCK fields recognisible, portable field ids, in RDF format.
(CURIEs)

As in D7, a forum post can now be mapped to rdf:type=sioc:Post and
Drupal $node->user can be mapped to dc:Creator

It only provides an internal API and CRUD for this mapping - it doesn't have
any effect on node data or presentation itself. That should be done by other
modules, such as an RDFa renderer or XML exporter.

Currently, this mapping can be used by the Freebase_CCK schema importer and
the Freebase_data importer.

This is Drupal 6 only - this sort of functionality already exists in Drupal7