imagefield.css |
imagefield.css |
|
div.imagefield-edit-image-row {
border: 1px solid #e5e5e5;
padding: 5px;
margin-bottom: 10px;
}
div.imagefield-edit-preview img {
border: 1px solid #e5e5e5;
}
div.imagefield-edit-preview {
float: left;
}
div.imagefield-edit-image-replace… |
imagefield.info |
imagefield.info |
|
name = Image
description = Defines an image field type.
dependencies = content
package = CCK |
imagefield.install |
imagefield.install |
|
|
imagefield.module |
imagefield.module |
|
Defines an image field type.
imagefield uses content.module to store the fid, and the drupal files
table to store the actual file data. |
README.txt |
README.txt |
|
imagefield provides a image field type to cck.
Installing Imagefield.module:
Download the imagefield release for your version.
Untar it in the Drupal modules directory.
Activate the module through drupals administrative interface. |