| 1 |
CCK Multimage is an addition to the Imagefield module for the Content Creation Kit.
|
| 2 |
|
| 3 |
Dependencies:
|
| 4 |
- CCK
|
| 5 |
- Imagefield
|
| 6 |
- Imagecache
|
| 7 |
|
| 8 |
Written by Silvio Gutierrez www.silviogutierrez.com
|
| 9 |
|
| 10 |
Important Note
|
| 11 |
--------------
|
| 12 |
Right now, this module ONLY works for full node displays, and not teasers. You can enable teaser display too, but usability is not guaranteed.
|
| 13 |
By default, you don't need to add any CSS or positioning for the multimage to work, since it will be displayed as a normal imagefield.
|
| 14 |
|
| 15 |
Configuration
|
| 16 |
-------------
|
| 17 |
Multimage is a content formatter. Using it is very simple.
|
| 18 |
|
| 19 |
1. Create an imagefield:
|
| 20 |
|
| 21 |
- Create a new content type or edit an existing type (admin/content/types).
|
| 22 |
- Add a new field to this content type of type 'image'.
|
| 23 |
- This new imagefield MUST BE MULTIPLE VALUE to work with slideshow.
|
| 24 |
- Save your new imagefield.
|
| 25 |
|
| 26 |
2 (option a). Enable slideshow as CCK display (most common):
|
| 27 |
|
| 28 |
- Go to the 'Display fields' tab of your node type which contains the multiple value imagefield.
|
| 29 |
- Under the 'Teaser' or 'Full' drop down select for your imagefield, choose the formatter 'Slideshow'. Remember 'Teaser' is not fully supported yet.
|
| 30 |
|
| 31 |
3. Configure your slideshow display options.
|
| 32 |
|
| 33 |
- Go to admin/content/cck-slideshows
|
| 34 |
- A list of all imagefields is displayed there, click 'edit slideshow formatter' on the imagefield you are using in your node type.
|
| 35 |
- Choose the imagecache preset you wish to use for the display of your slideshow. You MUST select a preset. This module does not yet work with full sized images.
|
| 36 |
|
| 37 |
4. View
|
| 38 |
- Create a sample node with the field attached, and upload a few small sample pictures. Still buggy with relatively large pictures.
|
| 39 |
- Go to the node you just created, and click on the picture to transition to the next slide.
|
| 40 |
|
| 41 |
|
| 42 |
Fixed Issues
|
| 43 |
- Multimage will no longer apply to single images. It simply won't transition. The CSS divs will still print in case you want to style it.
|
| 44 |
- Anonymous users can no longer access the Multimage configuration. Thanks to webavant for this fix.
|
| 45 |
|
| 46 |
To Do List
|
| 47 |
|
| 48 |
----------
|
| 49 |
- Add auto transition.
|
| 50 |
- Add optional "next picture" link instead of having to click the picture.
|
| 51 |
- Clean up code comments.
|
| 52 |
|
| 53 |
Credits
|
| 54 |
- Thanks to: Nathan Haug: http://quicksketch.org, for writing the original Slideshow module this module is based on, and thus a majority of the code in this module. We are currently discussing merging the two projects.
|