You are here

README.txt in ImageField 6.3

Same filename and directory in other branches
  1. 5.2 README.txt
  2. 5 README.txt
ImageField provides an "Image" widget type to CCK. This module leverages the
functionality of FileField and behaves nearly identically. ImageField widgets
will give you a nice thumbnail preview of the image when uploaded, and provides
a few display options (formatters) within CCK to display the images when the
content is viewed.

ImageField was written by Darrel Opry (dopry).
Maintained by Nathan Haug (quicksketch) and Andrew Morton (drewish).

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

ImageField also provides additional features when used with the following:

 * Token (Generate dynamic paths when saving images.)
 * ImageCache (Create thumbnails of images on output.)

Install
-------

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

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

3) Create a new image field in through 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 "Image" as the widget type to create a new
   field.

File

README.txt
View source
  1. ImageField provides an "Image" widget type to CCK. This module leverages the
  2. functionality of FileField and behaves nearly identically. ImageField widgets
  3. will give you a nice thumbnail preview of the image when uploaded, and provides
  4. a few display options (formatters) within CCK to display the images when the
  5. content is viewed.
  6. ImageField was written by Darrel Opry (dopry).
  7. Maintained by Nathan Haug (quicksketch) and Andrew Morton (drewish).
  8. Dependencies
  9. ------------
  10. * FileField
  11. * Content
  12. ImageField also provides additional features when used with the following:
  13. * Token (Generate dynamic paths when saving images.)
  14. * ImageCache (Create thumbnails of images on output.)
  15. Install
  16. -------
  17. 1) Copy the imagefield folder to the modules folder in your installation.
  18. 2) Enable the module using Administer -> Site building -> Modules
  19. (/admin/build/modules).
  20. 3) Create a new image field in through CCK's interface. Visit Administer ->
  21. Content management -> Content types (admin/content/types), then click
  22. Manage fields on the type you want to add an image upload field. Select
  23. "File" as the field type and "Image" as the widget type to create a new
  24. field.