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

Drupalicate

Help you identify possible duplicate content on your website

Demo sandbox project GIT

This is a demo project to test GIT is working

Scheduled actions (D7)

This module allows the schedule an action (like for nodes publish, unpublish, promote, add to nodequeue ...).

Image URL Formatter

This module add a url formatter for image field. Then you can output image url directly.

Most of the code, maybe more than 90%, is just copy from the drupal core. I think it is stable enough.

I have created a content type, and add an image field instance to it, later i use views to export the data of this content type.And i want to output the data,then i could import it into another drupal 7 site with feeds module. What i need is the url of the image field, but i could not export the image url directly. That is why i create this small module.

Usage

(1)After install this module,then you add an image field,then you can goto this bundle's manage display page,here at format column,you can choose "Image URL" instead of "Image".

(2)When you add an image field in your views,then you config the Formatter for this field, here you can choose "Image URL" instead of "Image".

Then you can output image's URL instead of Image itself.

Compare with the method shipping with views

(1) timofey give another method that do not using this module:
Based on Drupal 7, Views 3
Add a "File Usage: File" relationship (Advanced->Relationsips)
Add a "File: Path" field, NOT "Content: Image" (Block details->Fields)
You will have limitless options on image path output. Click to Display download path instead of URI.

Double Field

druplicons

What is Double Field?

Double Field is a small module written to provide extensions to Drupal's core Fields. By this module you can split your fields up into two separate parts.

For the moment it includes the following sub-field types:

  • Boolean
  • Text
  • Text (long)
  • Integer
  • Float
  • Decimal
  • Email
  • Telephone
  • Date
  • Url

Screenshots (Drupal 7)

Embedded Forms

This module creates an API for developers to use to embed ajax forms. The API desperately needs documentation but does the following:

Pages

Subscribe with RSS Subscribe to RSS - Content editing experience