Enhance the editorial interface and improve the processes and workflows around creating, editing or removing content.

Group

The Group module allows you to create arbitrary collections of your content and users on your site and grant access control permissions on those collections

WP_Blog

This module has been moved due to the trademark issues raised in

Entity Translation

Allows (fieldable) entities to be translated into different languages, by introducing entity/field translation for the new translatable fields capability in Drupal 7. Maintained by the Drupal core i18n team.

This project does not replace the Internationalization project, which focuses on enabling a full multilingual workflow for site admins/builders. Some features, e.g. content language negotiation or taxonomy translation, might overlap but most of them are unrelated.

Integration

  • Title module allows to replace entity labels with fields to make them translatable.

Dependencies

Entity Translation requires core version at least 7.15.

Usage

Nodequeue publisher

This is a really simple module that allows you to add publishing options to a nodequeue.

Biblio Advanced Import

Biblio Import Pitfall Workarounds

Biblio Advanced Import is an add-on for the Bibliography Module.

Instead of creating duplicate biblio records during imports, existing ones can be updated or the import can be skipped depending on a configurable duplicate detection strategy.

You can use an out of the box strategy or configure your own.

How to detect duplicates?

Use one or combine multiple of these strategies:

  • Hashing over configurable biblio fields.
  • ISBN
  • ISSN
  • DOI
  • PubMed ID
  • ...

How to deal with duplicates?

  • Create duplicate record.
  • Skip import of a record.
  • Update the latest existing duplicate record.
  • Update the oldest existing duplicate record.
  • Update all existing duplicate records.
  • Create a new revision of the latest existing duplicate record.
  • Create a new revision of the oldest existing duplicate record.
  • Create a new revisions of all existing duplicate records.

How to merge duplicates?

  • Override the existing record.
  • Override the existing record but keep non empty values that do not exist in the record to be imported.
  • Only add new values that are empty in the existing record.

Content Attachment

This module creates a filter allowing user to attach everything inline with a simple tag.

The purpose is to provide a "light" presentation, and link to heavy content (ie., with attach_node, then link to full node view, with attach_flash or attach_audio, then link to a lightbox style popup...).

It solves also the caching problem. For example, when a poll is embedded, even if the node content is cached with filter, the poll is fetched using AJAX and allows anyone to cast a vote. The mechanism is similar to Ajax Blocks, however it happens inside the node content.

Bonus: other than Drupal normal contents (entities), Attach also support 3rd party contents (can be configured per format) like Slideshare, Twitter, iframe, or any media (YouTube, Vimeo, Twitter etc. if the MediaWrapper library is present).

Features

  • This module is extensible with plugins using Drupal hook mechanism.
  • Each plugin has two mode: simple mode or full mode (default).
    In simple mode, a minimal text is used and is inserted into node content inside a SPAN tag. In the full mode, a DIV is used and renders more data.

Quick start

  • Enable this module

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience