after upgrading to 4.7 I have to change all tags of type
[img_assist|fid=79|thumb=1|alt=...]
to the REAL fid that contains the thumb...
e.g. in this case I looked up the files entry that contains "thumbnail" in the filename and it work...
not sure what has changed, but it seems the "thumb=1" selection simply doesnt work anymore in img_assist in 4.7?!? why that?
Please advise ASAP - the whole site is crippled
Comments
Comment #1
Christoph C. Cemper commentedfound a maybe related issue in http://drupal.org/node/63848
that is unresolved since May 17
also I found out that the new img_assist tags used in posts are somewhat INCOMPATIBLE
they lookup the image by nid, not the fid
e.g. what was
[img_assist|fid=17| ...
must now be
[img_assist|nid=1010| ...
and the new type of linking is specified by yet unknown tags..
|link=none|align=left|width=160|height=113]
It's wonderful to read that message above
Img_assist was rewritten for Drupal 4.7, so unfortunately the original img_assist for Drupal 4.6 cannot be supported by the new img_assist maintainer.
But DID THE NEW MAINTAINER, did you Benjamin ALSO plan for an upgrade scenario for existing sites?
If yes, please - where is it documented?
If no, OMG
Comment #2
ejk commentedJust made a fix in our code to support the "thumb=1" variable in legacy img_assist tags (starting on line 1239 of img_assist.module):
Not sure how to commit a patch, but this will help out those wanting to support thumbnail views on legacy img_assist tags. No need to change the fid.
Comment #3
darren ohDuplicate of issue 66635.