Maintainers strive to actively monitor issues and respond in a timely manner.

Entity Auto Timestamps

Very simple module which does nothing more than automaticly add the appropiate timestamp values for the fields 'created' and 'changed' of an entities base table if they exist.

paint

Paint demo

For now master is for drupal6.x.

-- SUMMARY --

The paint module integrates paintweb http://code.google.com/p/paintweb/ as a
standalone application into drupal. So it let's you create and edit
images in Image nodes. It also allows you to import images from
Flickr and edit them.

-- REQUIREMENTS --

* Paintweb http://code.google.com/p/paintweb/
It is not a module, just download and place it under sites/all/modules/paint/paintweb
So the build directory of paintweb must be on sites/all/modules/paint/paintweb/build

* Imagefield http://drupal.org/project/imagefield

Optional requirements (to import Flickr images)

* FlickrApi http://drupal.org/project/flickrapi
Please, do not forget to fill flickr api

-- INSTALLATION --

* Install as usual, see http://drupal.org/node/70151 for further information.
* Paintweb folder must be at sites/all/modules/paint/paintweb
* Imagefield: Install as usual

-- CONFIGURATION --

Please, carefully read this section:

* Configure user permissions in Administer >> User management >> Permissions

* If you have installed flickrapi, set flickr api key

* Configure image node: You have to create an image content type http://drupal.org/node/609628 Step 2
I recommend to use 'image' as node type and field_'image' as field name (without single quotes)

dtables

Copy/Change of original DataTables Module ( http://drupal.org/project/datatables ) with no views dependencies.

File Entity Paths

Add token based per bundle directory and filename settings for file entities. This module does the same, as Filefield Paths, but focus to the file entity, not to the parent entity. This means, you can easier to handle eg. if a file is uploaded to more entity.

Features

  • Possibly custom configuration for any fieldable entity.
  • If an entity has bundles, you can set up own configuration.
  • You can set the behavior if a file is used in multiple entities.
  • Per configuration settings of transliteration and pathauto cleanup.
  • Works with embed image by media wysiwyg plugin.

Writeup Filter

Introduction

This module provides Writeup filter integration for Drupal input formats.

Pages

Subscribe with RSS Subscribe to RSS - Actively maintained