[TYPO3-ttnews] tx_news / roq_newsevent sorting problem
d.ros
projects at r-system.de
Mon Feb 25 18:29:57 CET 2013
Georg gave the hint,
plugin.tx_news.settings.orderByAllowed must be filled . ..
cheers
david
Am 25.02.2013 18:11, schrieb d.ros:
> Hello,
>
> Im running ext:news with latest GIT from today and ext:roq_newsevent on
> 4.7.8. Today a editor noticed that events are not longer correctly
> ordered. They are ordered by uid and not by startdate. The configuration
> has not been changed. Has there something changed in ext:news ?
>
> events config for ordering
>
> plugin.tx_news {
> view {
> partialRootPath = path
> templateRootPath = path
> }
>
> settings {
>
> event {
>
> orderBy = tx_roqnewsevent_startdate ASC,
> tx_roqnewsevent_starttime ASC
>
> archived {
> orderBy = tx_roqnewsevent_startdate DESC,
> tx_roqnewsevent_starttime DESC
> }
>
> dateField = eventStartdate
> }
> }
> }
>
> Cheers
>
More information about the TYPO3-project-tt-news
mailing list