[TYPO3-english] dynamic content snippets

Mario Šargač sargac at gmail.com
Sat Jan 15 12:19:00 CET 2011


Hi Kay,

thank you for reply. I didn't plan to create own extension for this 
task, and though I use TV FCE's quite much, I wouldn't know how to solve 
this problem with it.

So far, I didn't figure it out yet what would be right approach, but I'm 
thinking in these (different) directions right now:

A: to create a content block, where those variables would be defined,... 
a TV FCE might be useful here to create and edit the list of variables, 
but then I don't know how to retrieve these variables and reuse them on 
other places,

B: similarly I still think of creating constants and try to place them 
into desired content using TS, but I read that CONSTANTS are used for 
other purposes, not for content reuse exactly,

C: to create a DB table with needed records (maybe a separate table with 
separate frontend to insert data, or use tt_content table... don't know 
yet, and then use CONTENT object to retrieve and glue data with TS into 
TV TS Object Path containers, where needed.

Did you ever tried to solve anything similar, or what do you suggest?

Best,
Mario


On 01/15/2011 12:04 PM, Kay Strobach wrote:
> HI,
>
> own extension or templavoila FCE's?
>
> regards
> Kay
>
> Am 15.01.2011 11:29, schrieb Mario Šargač:
>> Hello,
>>
>> I am trying to construct a weird content blocks and before I do anything
>> stupid, I wanted to share thought with you here on the list.
>>
>> There are some parts in the content that would repeat all over the site,
>> like names and titles of people, etc,... and I was thinking of creating
>> a content block on one place, where I would define such "constants" (I
>> was also thinking of using Constants Editor for that... but I am not
>> sure about that anymore).
>>
>> Anyway in that block I would define content variables, so I can edit
>> them later on one place (there might be hundreds of records). The text
>> would look like this:
>> --------------------
>> (VARIABLE)    (VALUE)
>> headmaster     = Jon Bauer
>> opening_hours     = 13:00 - 15:30
>> something_else     =<strong>Very important</strong>
>> ...
>> --------------------
>>
>> I would use then these "variables" wherever I'd need them, like in
>> HtlmArea for instance, like this:
>> --------------------
>> The headmaster for this season is {headmaster},... Library's opening
>> hours are: {opening_hours}.
>> --------------------
>>
>> What do you think about the idea and what would be right approach to
>> achieve this?
>>
>> Best,
>> Mario
>


More information about the TYPO3-english mailing list