[TYPO3] No custom elements when fetching data with $this->cObj->data[...] ?
Jason Brock
jasonrbrock at gmail.com
Sun Jun 25 08:42:24 CEST 2006
Greetz,
I've created an extension which includes two HTML RTE's and I can't
get custom elements to render.
I know custom tags are configured and working as I can see
successfully transformed tags placed in a standard text content
element as well as a tt_news item.
For my extension, I've configured the following HTML RTE settings with
kick starter: I've extended tt_content to include two "Text area with
RTE" fields. I've set the RTE mode to "Typical basic setup".
In my php I'm passing the saved content to a subpart array using the
following code:
$subpartArray["###CONTENT_TOP###"] =
$this->cObj->parseFunc($this->cObj->data['tx_engincustomlayout6_top_content'],
$this->conf["parser."]);
When the content renders it shows the untransformed tag eg:
<mytag>myTransformValue</mytag>
Instead of showing my Custom TypoScript tag result.
Any pointers?
Thanks in advance,
Jason.
-~-
--
-~-
More information about the TYPO3-english
mailing list