5.x-2.0-beta
When selecting the formatter "as link to node", no image appear, "as link to image" works fine
5.x-2.0-beta2
Both the formatter "as link to node" & "as link to image" have image, but both have no link
It should read (Line 554 for 5.x-2.0-beta2)
Line 525: return theme('imagecache_formatter', $field, $item, $formatter);
So 5.x-2.0-beta2 with the above changes solves the problems above.
| Comment | File | Size | Author |
|---|---|---|---|
| #6 | nodelink1.1.patch | 771 bytes | a_c_m |
| #3 | nodelink.patch | 811 bytes | jody lynn |
Comments
Comment #1
miklAs link to node is still broken in 2.0-RC2 - as far as I can see, it yieds no HTML at all.
Comment #2
miklOops, it was the beta I was talking about... Sorry for the confusion.
Comment #3
jody lynnI think this patch addresses the real problem. Issue is with the latest beta.
Comment #4
chrisroditis commentedThanks so much! The patch works great!
Comment #5
jody lynnComment #6
a_c_m commentedWhile that patch works, i think this patch is slightly nicer, as it gets to the same result by replacing the two "preg_replace" statements with one.
Comment #7
brunodboPatch above (nodelink1.1.patch) works great. Thanks.
Comment #8
a_c_m commentedComment #9
guardian commentedjust tested the patch, works like a charm thank you
once applied, it would be nice to make a new release :)
Comment #10
cs8c commentedThanks for this patch a_c_m, it solved my problem!
Comment #11
dopry commentedtnx guys!! Committed to head..
Comment #12
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.