Extend the structure of the site by way of content models, data storage, field types, and navigation, so it is more understandable to users.

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)

Menu Admin Splitter

menuadminplitter.gif

This module provides enhancement for Drupal core's menu administration page when dealing with hundreds of menu items in a single menu. There's two obvious benefits for using the module:

GML Course

With GML Courses module you can organize education courses workflow.

Ebird Near

Ebird Near is a module that allows access to information regarding where birds have been seen nearby. A Drupal site with this module (Ebird Near) , CCK, and the Location module enabled can use a node's location coordinates in an Ajax request to the Ebird API and subsequently retrieve and display a table of locations that are near, bird species at the locations, and a date of observation.

Users of Ebird Near must conform to the terms set forth by Cornell University in the Ebird API.

https://confluence.cornell.edu/display/CLOISAPI/eBird+API+Terms+of+Use

Notes:
Currently the way this works, only location cck fields that have been actively added to the node will work. In fact I had to disable locations by setting the min and max number of locations to 0 before getting this to work on my live site. I only allowed location name and the coordinate chooser (to keep it simple). The coordinate chooser is a must and latitude & longitude should be entered in decimal degrees.

Working Version:

Waveform

Create a waveform from an MP3 or WAV file.

Pages

Subscribe with RSS Subscribe to RSS - Site structure