You are here

README.txt in Link Image Field 6

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

Dependencies
------------
 * ImageField
 * FileField
 * Content

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

Install
-------

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

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

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