[Typo3-dev] Typos content rendering functions

René Fritz r.fritz at colorcube.de
Fri Aug 22 12:56:06 CEST 2003


> thanks! I think this is the same as the render_text() function from
> cssd. I integrated it into my script but it won`t work for some reason.

$out = $this->cObj->parseFunc($content, 
$this->conf["text."]["20."]["parseFunc."]); 

This needs the TS setup. which might not been set for your extension. Set it 
like it is in css_styled...
Or try this:

$out = $this->cObj->parseFunc($content,
$GLOBALS["TSFE"]->tmpl->setup["tt_content."]["text."]["20."]["parseFunc."]);

René
-- 
COLORCUBE
digital media lab

www.colorcube.de






More information about the TYPO3-dev mailing list