Hello,

Sorry, I did not understood your question.

Did you installed ttnews_selectconf 
(http://typo3.org/extensions/repository/view/ttnews_selectconf)?

If you did, in left plugin in TypoScript section try to add (the one you need 
records 1-5):
excludeAlreadyDisplayedNews = 0
extensions {
    ttnews_selectconf {
      begin = 1
      max = 5
    }
  }

And in right one (5-10):
excludeAlreadyDisplayedNews = 0
extensions {
    ttnews_selectconf {
      begin = 6
      max = 5
    }
  }

I had the same issue a few years ago, and this was caused by order of inclusion 
of plugins on page itself.
I'm not sure how we sort this out, but I think it was via JS.

Best regards,
Sinisa Mitrovic

----- Original Message -----
From: "Katja Lampela" <katja.lamp...@lieska.net>
To: typo3-english@lists.typo3.org
Sent: Wednesday, October 14, 2015 9:55:04 AM
Subject: Re: [TYPO3-english] tt_news and wrong order of news in columns

Hi,

14.10.2015, 10.12, Sinisa Mitrovic kirjoitti:
> Did you try:
> plugin.tt_news {
>    excludeAlreadyDisplayedNews = 0
> }

Thanks Sinisa. I tried now, the result is:

LEFT COLUMN    RIGHT COLUMN
news 1-5       news 1-5


I also tried to set to the other plugin

excludeAlreadyDisplayedNews = 1

and with/without

extensions.ttnews_selectconf.begin = 5
extensions.ttnews_selectconf.max = 7

No effect.

-- 
Kind regards,
Katja Lampela
www.lieska.net
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Reply via email to