[TYPO3-english] Rendering links with cObj->RECORDS inside eID script

Tobias Schmidt t.schmidt at minuskel.de
Mon Mar 11 13:10:11 CET 2013


Hi Dmitry,

Am 06.03.2013 10:56, schrieb Dmitry Dulepov:
> Hi!
>
> Tobias Schmidt wrote:
>> $conf = array(
>> 'tables' => 'tt_content',
>> 'source' => $uid,
>> 'dontCheckPid' => 1
>> );
>> $content = $this->cObj->RECORDS($conf);
>
> RECORDS does "raw" rendering. Exactly like this:
>
>> It's only the links that don't get rendered as expected. In the database
>> it says:
>>
>> <link 1234 - internal-link "BlaBlaBla">Anchor Text</link>
>
> You need to use CONTENT if you want it parsed as normal FE output.
>


it doesn't make a difference if I use RECORDS or CONTENT. The result is 
just the same. The content is renderd fine except the links:

Some text ArrayAnchor text</a> More text

The opening a tag is still rendered as the string "Array".

Thank you and best regards
Tobias


More information about the TYPO3-english mailing list