ImageField provides an image upload field for CCK. ImageField is a CCK-based alternative to the legacy Image project. It boasts features such as multiple images per node, resolution restrictions, default images, and extensive Views support.
ImageField does not provide a built-in thumbnail solution, but complements the incredibly powerful thumbnail generation module ImageCache.
ImageField related projects
ImageCache - Dynamic thumbnail generation.
ImageField Extended - Add additional data to images other than the default Description, Title and Alt.
ImageField Focus - Define custom focus and crop areas to be combined with ImageCache.
ImageField Crop - Crop images permanently after upload.
Image FUpload - Bulk image uploader.
Dependencies
ImageField 6.x depends on the CCK and FileField modules.
ImageField 5.x depends on the CCK and ImageAPI modules.
Compatibility notes
Image.module - Imagefield is not compatible with image.module content types. If you add an imagefield CCK field to the image type provided by image module, image module will delete all the imagefield images on every node update.
Migration
See the FileField Handbook for a list of migration scripts from other modules such as Image.module, Image Attach, or Node Images.
Read More...
www.drupal.org
"Drupal is a free software package that allows an individual or a community of users to easily publish, manage, and organize a wide variety of content on a web site."
Subscribe to:
Post Comments (Atom)
only show translated menu items into current language (Drupal 8)
function MY_THEME_preprocess_menu(&$variables) { if ($variables['menu_name'] == 'brancott-header-menu') { $langu...
-
Add the following to template.php in themes/YourThemeName /* * Override filter.module's theme_filter_tips() function to disable tips ...
-
1. How do I access the Drupal admin panel, when the login block is disabled? Answer :- This is really a common question among...
-
There are many lists for the best Drupal SEO modules if you search Google. However, many of these lists do not cover modules ...
No comments:
Post a Comment