Wednesday 09 January 2008 6:42:08 am
ez 3.9.2, Windows, standard installation.
Actually, I have modified a kernel file: ez_root/lib/eztemplate/classes/eztemplateimageoperator.php, line 251: This is where the image is created on the storage directory, it is created with the title object:
$this->storeImage( $layer, $this->CacheDir, 'imagetext', $md5Text, $alternativeText, $this->StoreAs );
to
$this->storeImage( $layer, $this->CacheDir, 'imagetext', $md5Text, $md5Text, $this->StoreAs );
I don't use the $alternativeText anymore, the filename is the $md5Text. But thanks a lot anyway!
http://www.acidre.com
|