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

mondrake’s picture

Issue summary: View changes
Status: Active » Closed (outdated)