Closed (outdated)
Project:
Textimage
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
9 Apr 2010 at 10:26 UTC
Updated:
1 Apr 2016 at 14:55 UTC
Jump to comment: Most recent
I'm using the CCK formatters, but the problem I have is that an empty text field gets rendered as an empty image, so I added the following to textimage_build_image. If the image is returned the containing div gets rendered and it messes my lay-out.
if (!isset($text) || $text == '') {
return FALSE;
}
Comments
Comment #1
mondrake