Bug #8125
rgnewsce should be availible for any desired kind of tt_news Display type
| Status: | New | Start date: | 2010-06-09 | ||
|---|---|---|---|---|---|
| Priority: | Must have | Due date: | |||
| Assignee: | - | % Done: | 90% |
||
| Category: | - | ||||
| Target version: | - | ||||
| Votes: | 0 |
Description
rgnewsce will right now only display Text and Images in the views SINGLE, LIST and LATEST.
It is nessasary in many projects though, to display content from rgnewsce in many of the other Views like SEARCH and XML (for RSS feeds)
This Problem becomes more pressing as tt_news 3.0 came with a lot of news Detail-Views: LIST2, LIST3, SINGLE1 etc.
Attached is a patch with adds 2 news TypoScript variables to rgnewsce:
plugin.tt_news.rgnewsce.renderDisplayAsSingle = SINGLE, SINGLE2
plugin.tt_news.rgnewsce.renderDisplayAsList = LIST, LIST2, LIST3, LATEST, SEARCH, LATEST, XML
This enables a user to configure witch views should use rgnewsce and witch shouldnt (For Performance reasons).
Please review my patch and consider for integration.
The Patch was created on the latest SVN trunk Version, Revision 34085
Thanks for your great work.