Closed (fixed)
Project:
Textimage autoinsert (abandoned)
Version:
6.x-1.0
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Mar 2009 at 10:08 UTC
Updated:
4 Oct 2009 at 23:31 UTC
Need to allow for the second function here to be called instead of it exists.
$txtimg_path = textimage_path($preset, $vars[$key], array(), $ext);
$txtimg_path = textimage_build_image('theme', $preset, trim($vars[$key]), array(), $ext);
Also need to trim() the textimage text to avoid problems with newline chars.
Comments
Comment #1
danielb commentedWaiting on the response to this
http://drupal.org/node/403212
Comment #2
danielb commentedwent ahead and did some research to solve it myself
Comment #4
jboeger commentedDanielb, how did you solve this problem?
thanks in advance. - jb
Comment #5
danielb commentedI made this function that call instead, and it decides what to do: