[TYPO3-ttnews] Ext: News - manual sorting of news records in FE

Georg Ringer typo3 at ringerge.org
Thu Jun 7 07:49:32 CEST 2012


Hi,

Am 06.06.2012 16:53, schrieb Philipp Schiffmann:
> I noticed that option, too. It only enables sorting in the backend but
> that does not affect the frontend. I want to have an option that works
> like this(which I tested in my local system already):
> There could be the option "manually" in the "Sort by" switch in the
> plugin. 

this is already here, change
--------
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['orderByNews'] =
'tstamp,datetime,crdate,title';
--------
to what you need.

however "sorting" could be added automatically.

> This is not an adequate solution because the column "sorting" only works
> well for one sysfolder. 

this is all done in the core and IMO fixing that would not be very easy.
so maybe you wanna use just one sysfolder for news and the BE module for
handling the administration?

Georg


More information about the TYPO3-project-tt-news mailing list