/[drupal]/contributions/modules/imagefield/README.txt
ViewVC logotype

Contents of /contributions/modules/imagefield/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.5 - (show annotations) (download)
Mon Mar 16 23:34:17 2009 UTC (8 months, 1 week ago) by quicksketch
Branch: MAIN
CVS Tags: DRUPAL-6--3-0-BETA3, DRUPAL-6--3-0-BETA2, DRUPAL-6--3-2, DRUPAL-6--3-0, DRUPAL-6--3-1, DRUPAL-6--3-0-RC1, HEAD
Changes since 1.4: +2 -2 lines
File MIME type: text/plain
#404142 by jcruz: Correct field type to "File" instead of "Image".
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.

  ViewVC Help
Powered by ViewVC 1.1.2