[TYPO3-dev] IRRE questions

Thomas Mammitzsch typo at pure.kicks-ass.net
Tue Jul 24 11:46:19 CEST 2007


Hi Pierre,

in your first post you didn't mentioned localization. I didn't need 
localization in my tries to use IRRE yet.
I think that fact should be mentioned in the api-docs (i think it isn't 
yet).

Using the old way means, create tables for paper, categories, articles 
and use mm-tables to manage relations between them.

regards, Thomas

Pierre Rouwens schrieb:
> Hi Thomas,
> 
> I found , and it was confirmed by Oliver, that IRRE does NOT support 
> localization in child elements. So i can't use IRRE here, but what do 
> you mean with old way ?
> Is this possible to do something approaching with flexform ?
> 
> TIA
> 
> Pierre
> 
> Thomas Mammitzsch a écrit :
>> Pierre Rouwens schrieb:
>>> Hi folks,
>>>
>>> I need to develop a plugin to handle let's say papers. But in the BE 
>>> I need something really easy to handle 'cause the customer is not 
>>> really a such geek.
>>> I thought using IRRE to handle this :
>>> create a new paper, in this paper i need to add in the form an 
>>> existing or not category, and finally add an article.
>>>
>>> paper1
>>>    -cat1
>>>       -article1
>>>       -article2
>>>    -cat2
>>>       -article3
>>>    -cat3
>>>       -article4
>>>
>>> later ...
>>>
>>> paper2
>>>    -cat1
>>>       -article5
>>>    -cat2
>>>       -article6
>>>       -article7
>>>    -cat4
>>>       -article8
>>>
>>> And so on. In the FE i need to display the latest paper, and archives 
>>> of older ones and be able to display archives of all articles why not 
>>> categorized. The FE part is not a such problem.
>>>
>>> I just wanna be sure that's currently able to do this with IRRE and 
>>> be sure that IRRE is the way to achieve it. And by the way if you 
>>> have any clues ;)
>>>
>>> Thanks a lot
>>>
>>> Pierre
>>
>> you can do that using IRRE, although you could also do that in the old 
>> fashioned way. But i think its nicer for the customer to work with 
>> IRRE, because he can do all in one form and create related stuff on 
>> the fly.
>>
>> regards, Thomas




More information about the TYPO3-dev mailing list