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