[Typo3] restore <LINK> to <A HREF...> in my extension

Mathias Schreiber [wmdb] mathias.schreiber at wmdb.de
Thu Jul 28 17:22:15 CEST 2005


Jan Slusarczyk wrote:
> I am using RTE in one of my extensions and I suddenly realized that I 
> can't display a link inserted through RTE. The field in database 
> contains <LINK> tag. I have traced this to RTE_transform function and 
> I'm stuck. Should I use RTE_transform in my own extension to revert the 
> link back to <a href="? How can I call the function?

$this->cObj->parseFunc($data['yourBodyTextFieldFromYourTable'],$this->conf['parser.']);

in TS:

plugin.whateverYourThingyIsCalled.parser < tt_content.text.20.parseFunc

-- 
if ($GLOBALS['TSFE']->fe_user->user['ahnung'] == 0) {
	$this->fresseHalten = 1;
}



More information about the TYPO3-english mailing list