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

Dmitry Dulepov dmitry.dulepov at gmail.com
Wed Mar 6 10:56:24 CET 2013


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.

-- 
Dmitry Dulepov
TYPO3 CMS core & security teams member

Love gorillas.


More information about the TYPO3-english mailing list