Closed (fixed)
Project:
Teaser Thumbnail
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Jan 2008 at 12:36 UTC
Updated:
26 Jan 2008 at 11:41 UTC
I install module, then setup an imagecache preset and chose it for Teaser thumbnail but no images appeares in teaser view!
Comments
Comment #1
Eugene Fidelin commentedI find out that trouble was with regular expression fnd non-standart attribute of img tag.
I have such html-code:
img src="/files/images/image.jpg" ilo-full-src="http://www.fidelin.local/files/images/image.jpg"As you see i have an attribute "ilo-full-src". And your regular expression return the value of this attribute but not the value of "src".
So i modify expression that beforesrc it has to be a space - and works fine!
The new expression is:
"/<img[^>]*\ssrc=\"([^\"]+)/i"i repalce + with *\s
Comment #2
Eugene Fidelin commentedComment #3
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.