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

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

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


Revision 1.3 - (show annotations) (download)
Wed Jul 1 02:17:28 2009 UTC (4 months, 3 weeks ago) by johnfyoung
Branch: MAIN
CVS Tags: DRUPAL-6--1-0-ALPHA4, DRUPAL-6--1-0-ALPHA2, DRUPAL-6--1-0-ALPHA3, DRUPAL-6--1-0-ALPHA1, DRUPAL-6--1-0-BETA2, DRUPAL-6--1-0-BETA1, HEAD
Branch point for: DRUPAL-6--1
Changes since 1.2: +29 -5 lines
File MIME type: text/plain
Initial DRUPAL-6--1 Branch commit
1 // $Id$
2
3 LinkImageField provides an "LinkImage" widget type to CCK. This module extends the
4 ImageField widget, allowing a user to provide a URL link for it.
5
6 Dependencies
7 ------------
8 * ImageField
9 * FileField
10 * Content
11
12 5.x Version was written by Kamal Challa
13 6.x Version was written by John Young
14
15 Install
16 -------
17
18 1) Copy the linkimagefield folder to the modules folder in your installation.
19
20 2) Enable the module using Administer -> Site building -> Modules
21 (/admin/build/modules).
22
23 3) Create a new linkimagefield through the CCK's interface. Visit Administer ->
24 Content management -> Content types (admin/content/types), then click
25 Manage fields on the type you want to add an image upload field. Select
26 "File" as the field type and "LinkImage" as the widget type to create a new
27 field.
28
29 4) To establish the proper display, make sure that the correct formatter is
30 selected. Visit Administer -> Content management -> Content types
31 (admin/content/types), then click Display fields on the type with the
32 Link Image Field. Make sure "LinkImage" is selected for Teaser and Body.

  ViewVC Help
Powered by ViewVC 1.1.2