[Typo3] new field for tt_news

Stefan Geith typo3dev at geithware.de
Wed Mar 2 14:22:57 CET 2005


Alina Fleser schrieb:
> Hello to everybody!
> I want to have the option to select for each news or article a different html template. I belive that I need to add a new column to tt_news table for storing the path of the template. But I don't know how to configure what it is needed (i don't know neither what to configure) for working ok. I also don't know that i need to do to have, when I insert a news or article, a selector box that provide the selection of the html template or a . 

I needed that too, so I wrote sg_newsplus;
This gives an extra field 'Layout' that
lets you select an alternative subpart.
The name of the subpart is
   '###SINGLE_' + Text in Field Layout + '###'

   Stefan

P.S. sg_newsplus contains also FE-User-Editing for
News, but this is still alpha ....





More information about the TYPO3-english mailing list