[TYPO3-project-formidable] bug in renderlet:IMAGE

Valery Romanchev romanchev2008 at typo3lab.ru
Sat Jun 14 10:48:00 CEST 2008


Hi All
I find problem in renderlet:IMAGE
If field is empty, it shows <img> tag with no src

I think this is easy to change
/typo3conf/ext/ameos_formidable/api/base/rdt_img/api/class.tx_rdtimg.php

.....
	function _renderReadOnly() {

		$sPath = $this->_getPath();

// patch
if  ($sPath =="")     return "";		
		
....





Regards,
Valery Romanchev
www.typo3lab.ru


More information about the TYPO3-project-formidable mailing list