Closed (fixed)
Project:
Image
Version:
6.x-1.0-beta3
Component:
image_attach
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
27 Aug 2009 at 17:39 UTC
Updated:
21 Oct 2009 at 22:10 UTC
Jump to comment: Most recent file
It looks like the latest version of Image breaks image attach weight. My attached images are being rendered as the very last item in both teaser and node view.
| Comment | File | Size | Author |
|---|---|---|---|
| #9 | 561362-image_attach-cck-weight.patch | 2.02 KB | joachim |
| #4 | image_attach_weight.patch | 2.82 KB | David Stosik |
Comments
Comment #1
joachim commentedYou mean CCK field weight?
Comment #2
modctek commentedYes. In both teaser and node view.
Comment #3
joachim commentedI've realized that image attach already had weights available, in the content type admin -- we should perhaps have removed these when we added the CCK-type ones.
Comment #4
David Stosik commentedComment #5
joachim commentedCommitted, thanks! :D
Comment #6
modctek commentedWas this fixed in the latest beta release (1.0-beta1)? I just installed and it does not appear to be fixed. I was also unable to apply the above patch to alpha6.
Comment #7
joachim commentedNope, the beta was release a few days ago and the fix is dated today.
The patch is against CVS HEAD.
You can try the dev release if you like.
Comment #8
modctek commentedJust downloaded the dev release and updated my website, but image weight is still being disregarded. Perhaps the changes in CVS head haven't made it to the downloadable dev version? Installation occurred about 5 mins prior to this posting.
Comment #9
joachim commentedIndeed -- we fixed one thing but didn't implement the CCK api stuff properly.
Committing this patch.
And a thank you to signup module for the example!
Comment #10
modctek commentedThis is still not fixed for me on one of my sites, but others using the same code-base are properly weighting images. Perhaps another module is conflicting?
Comment #11
joachim commentedThis fix was applied after the beta 2 release. It is therefore only in CVS and the latest dev release.
In the Changelog file you will find a list of all fixes with their issue number.
Comment #13
asb commented> This fix was applied after the beta 2 release. It is therefore only in CVS and the latest dev release.
...and it is included in the 6.x-1.0-beta3 release (setting status to "fixed").
Greetings, -asb
Comment #14
limex67 commented6.x-1.0-beta3 is from Sep-13. Your "fixed" posting was on Sept 27 which is after the release date of beta3
Are you sure that beta3 got the fix included?
Because I still have the issue with beta3.
Regards
Comment #15
asb commentedHi,
I had the issue with image 6.x-1.0-beta2, after upgrading to 6.x-1.0-beta3 it is gone on all my D6 installations using "Image" module. That's all I can tell you. If you want to know it exacter you'll have to look into the code.
Have you checked how your fields are arranged at ./admin/content/node-type/article/fields (or whatever content type you're trying to modify)? Where is the "Attached images" field located in relation to the "Node body" field?
Greetings, -asb