[TYPO3-ttnews] news ext: list view and detail view at the same page
Georg Ringer
mail at ringerge.org
Thu Sep 29 10:34:20 CEST 2011
Hi,
there is currently only one solution:
create a custom extension and use its ext_tables.php or write it in your
typo3conf/extTables.php
$GLOBALS['TYPO3_CONF_VARS']['EXT']['news']['switchableControllerActions']['listActionOnly']
= 1
after that you need to reselect the list view in the plugin of list view.
after that list-view should not switch back to single view anymore
georg
Am 29.09.2011 10:10, schrieb Jakub Dubiel:
> Hi everybody
>
> I would like to ask for your help.
>
> I have a little problem with ext "News"
> When I try to insert a list view and detail view at the same page, both
> elements will get detail view, I don't understand this...
>
> I tried to google, but I found nothing.
>
>
> It's my first post on this group so be patient for me.
>
> Sincerely,
> Jakub Dubiel
More information about the TYPO3-project-tt-news
mailing list