Closed (duplicate)
Project:
Image
Version:
6.x-1.x-dev
Component:
image_attach
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
7 Jun 2008 at 07:36 UTC
Updated:
1 Aug 2008 at 17:31 UTC
Jump to comment: Most recent file
Comments
Comment #1
maulwuff commentedsorry for bringing up a reworked patch so fast.
I had some trouble in the theming-functions.
Now you can easily switch between "show 1 image as usual" or "show all attached images" by commenting out only 1 line:
for teaser it's line 466
for body it's line 495.
the lines are preceded with:
//drop the following line to show all images attached to the node:(search for this, if the line-numbers don't fit)
Comment #2
maulwuff commentedFound another issue when I disabled Lightbox.
The path for the thumbs in the attached image block was not prepared for arrays.
Here is the complete patch.
edit: run the update.php from the modules page after applying the patch.
Comment #3
drewish commentedthis functionality sounds really cool but needs to be done in D6 first and then backported.
Comment #4
andypostMaybe my solution helps...
I use this module on 2 sites - it's just a quick solution.
After creating node you see a tab "Images" where 2 lists - one for attached image nodes and second is paged list of all image nodes.
Comment #5
andypostRemoved D5 from title...
My solution for D6 and there's no blocks defined by module
Comment #6
Mark Theunissen commentedI tried to get v3 working but I get errors when I hit "preview":
Comment #7
maulwuff commentedI think you need to run update.php from the modules page in order to get rid of these errors.
Comment #8
coltraneClosing this as a duplicate of #81102: Attach Multiple Images with image_attach using Drupal upload mechanism. If you want multiple images in image module there need to be patches that apply against the working development version which at this moment is the 6.x branch. Discussion and code should be consolidated as well.