You are here

README.txt in Link Image Field 8

Same filename and directory in other branches
  1. 5 README.txt
  2. 6 README.txt
  3. 7 README.txt
LinkImageField provides an "LinkImage" widget type to Drupal's Field API. This
module extends the ImageField widget, allowing a user to provide a URL link for
it.

Dependencies
------------
 * Field
 * Image

5.x Version was written by Kamal Challa
6.x Version was written by John Young
7.x Version was written by skilip

Install
-------

1) Copy the linkimagefield folder to the modules folder in your installation.

2) Enable the module using Administer -> Modules
   (/admin/modules).

3) Create a new linkimagefield through the Field interface. Visit Administer ->
   Structure -> Content types (admin/structure/types), then click
   Manage fields on the type you want to add an image upload field. Select
   "Link Image" as the field type and "Link Image" as the widget type to create a new
   field.
   
4) To establish the proper display, make sure that the correct formatter is 
   selected. Visit Administer -> Structure -> Content types 
   (admin/structure/types), then click Display fields on the type with the 
   Link Image Field.  Make sure "LinkImage" is selected for Teaser and Body.

File

README.txt
View source
  1. LinkImageField provides an "LinkImage" widget type to Drupal's Field API. This
  2. module extends the ImageField widget, allowing a user to provide a URL link for
  3. it.
  4. Dependencies
  5. ------------
  6. * Field
  7. * Image
  8. 5.x Version was written by Kamal Challa
  9. 6.x Version was written by John Young
  10. 7.x Version was written by skilip
  11. Install
  12. -------
  13. 1) Copy the linkimagefield folder to the modules folder in your installation.
  14. 2) Enable the module using Administer -> Modules
  15. (/admin/modules).
  16. 3) Create a new linkimagefield through the Field interface. Visit Administer ->
  17. Structure -> Content types (admin/structure/types), then click
  18. Manage fields on the type you want to add an image upload field. Select
  19. "Link Image" as the field type and "Link Image" as the widget type to create a new
  20. field.
  21. 4) To establish the proper display, make sure that the correct formatter is
  22. selected. Visit Administer -> Structure -> Content types
  23. (admin/structure/types), then click Display fields on the type with the
  24. Link Image Field. Make sure "LinkImage" is selected for Teaser and Body.