[Typo3-dev] [Typo3] Rendering flexible content from an extension

Dmitry Dulepov typo3 at fm-world.ru
Mon Jul 18 13:35:17 CEST 2005


Hi!

There was one extenion (was it mininews?) that can use TemplaVoila
objects. Try to find that extension and look what it does. May be it
will help.

Dmitry.

Bjoern Pedersen wrote:
> I am currently trying do develop an extension, which list selected
> FCE-elements from a page in list-mode and allows also single page
> display. But I am stuck now, as I cannot find a method to render the
> fce-content element. 
> Any Ideas are welcome.
> 
> This is the latest try, which is not working :-(
> 
>        function makelist() {
> 
>         $addWhere=" AND tt_content.tx_templavoila_ds =6";
>         $query=$this->pi_list_query("tt_content",0,$addWhere,'','','uid','');
>         $this->conf['content.']['select'] =$query ;
>         $this->conf['content.']['table'] =tt_content;
>    
>         $lcObj = t3lib_div::makeInstance('tslib_cObj');
>         $out=$lcObj->cObjGet($this->$conf['content'],$this->$conf['content.']);
> $out.=t3lib_div::view_array($this->conf);
> 
>         return $out;
> }
> 
> 
> Regards Björn
> 




More information about the TYPO3-dev mailing list