[TYPO3-project-formidable] Render another extension inside Formidable

Ian Solo ian at webian.it
Sat May 17 16:09:38 CEST 2008


Thank you Jerome,
it works now! :)

Have a nice weekend!ian

Jerome Schneider wrote:
> Hi Ian,
> 
> I had a look at the plugin and it seems that .cloud is not needed ?
> 
> I had it renderding something (actually, the string "eilstx" ??, on't 
> know why :) ) with:
> 
> <renderlet:BOX name="tagcloud" mode="inline">
> <html>
>     <userobj>
>         <ts><![CDATA[
> 
>     10 = COA
>     10 {
> 
>         5 = TEXT
>         5.value = This is before
>         5.wrap = <h2>|</h2>
> 
>         10 < plugin.tx_vgetagcloud_pi1
>         10 {
>             referenceTable = tt_content
>             referenceFields = CType
>             caseHandling = lower
>             targetPage = 1
>             sorting = weight
>             sortOrder = desc
>             renderingType = weight
>             sortingForDisplay = alpha
>             sortOrderForDisplay = asc
>             startPage = 1
>         }
> 
>         20 = TEXT
>         20.value = And this, After
>         20.wrap = <h2>|</h2>
>     }
> 
>     10.wrap = <div style="border: 2px solid red;">|</div>
> 
>         ]]></ts>
>     </userobj>
> </html>
> </renderlet:BOX>
> 
> 
> I know that there might be an issue with cached plugins also, as TYPO3 
> renders something like <!-- TYPO3CONTENTcbdhsjdhsdjsh --> instead of the 
> real HTML of the plugin, to substitute it later.
> 
> Regards,
> Jerome
> 
> Ian Solo wrote:
>> Hello,
>> is it possible to render in Formidable the content generated by 
>> another extension?
>>
>> I tried this:
>> -----------------------------------------------------------------------
>> <renderlet:BOX name="tagcloud" mode="inline">
>>     <html>
>>     <userobj>
>>         <ts>
>>             <![CDATA[
>>             10 < plugin.tx_vgetagcloud_pi1
>>             10.cloud {
>>                 referenceTable = tx_iangallery_gallery
>>                 referenceFields = title, description, tags
>>                 maxWords = 20
>>             }
>>             ]]>
>>         </ts>
>>     </userobj>
>>     </html>
>> </renderlet:BOX>
>> -----------------------------------------------------------------------
>> but it displays nothing.
>>
>> If I put the plugin into the page with the backend, it works.
>>
>> Am I missing something?
>> Or it simply can't work?
>>
>> Thanks in advance for your time!
>> ian


More information about the TYPO3-project-formidable mailing list