[TYPO3-english] Displaying news into the right column of ALL pages?

Riccardo De Contardi riccardo.decontardi at bhuman.it
Fri May 14 14:08:53 CEST 2010


Your list of news is a record in the "tt_content" table, so in good ol'  
typoscript:

lib.mynews = RECORDS
lib.mynews {
  tables = tt_content
  source = ID # Enter the object's ID here
}

Otherwise, take a look at  
http://typo3.org/extensions/repository/view/kb_tv_cont_slide/current/

(I've assumed you use Templavoila ;))
Cheers.




In data 14 maggio 2010 alle ore 13:01:37, Benoit Montereau  
<bmontereau at gmail.com> ha scritto:

> I would like to display news on my website in the right column. I'm using
> tt_news v.3.
> My website is divided into several sections and 3-4 page levels. Every
> section will have its own list of news.
>
> On the main page of each section there is no problem to display the list  
> of
> news (a new content record is inserted) but what should I do in order to  
> NOT
> have to repeat this insert on every subpages to display the same list of
> news? Should I insert a specific programmation in my template, in TS  
> script
> or ??.
>
> Thank you in advance for your help.
> Regards,
> BM


-- 
--------------------------------------------
Riccardo De Contardi - Web Developer
B Human Srl - www.bhuman.it
Via Canzio, 15 - 20131 Milano
TEL +39-02-20.23.271 - FAX +39-02-20.240.561
--------------------------------------------


More information about the TYPO3-english mailing list