Experimental project

This is a sandbox project, which contains experimental code for developer use only.

This sandbox project has been deprecated. All development will continue in our new sandbox project called Link Widget. Which we're currently using on our production sites. Patches are welcomed!

The "Link Image" module is a fork of "Link Image Fields" module, which is a sandbox project at the moment. https://drupal.org/sandbox/jamesbenison/1275344

The difference between these modules is "Link Image" doesn't have it's own defined field, it uses the "Image" field. So you can easily turn any image field into a linked image, just by changing the widget type. The way "Link Image" module implemented it's widget was using a concept that would allow widgets to have a separate database schema. This allows us to hold additional field data related to the widgets, and keep it independent from the "Image" field storage schema.

I'm hoping later on I can move this widget storage concept to a separate API module, so other field modules can benefit from this same concept easily.

Supported Module:

Attributes for Images Anchor Tag:

  • href -- that's the original point
  • title -- supported. It takes this from the image title attribute currently.
  • target -- supported. Open link in new window etc...
  • class -- supported. Add class for theming, opening colorbox, etc...
  • rel -- supported. Add rel for nofollow, colorbox slideshows, etc..

Image Attributes:

  • title -- supported.
  • alt -- supported.
  • width -- supported.
  • height -- supported.
  • longdesc -- supported (drupal 7.14 or higher).

Special Thanks:

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution No further development
    No longer developed by its maintainers.
  • Created by droath on , updated