jaco graaff
jaco graaff

Reputation: 23

Typo3, Multiple News Details & Lists on one page

I want to use the News system extension from Georg Ringer like this:

Multiple News Details & Lists All on one page

the Detail view on top of the "cards" of the List view should show the Detail of the item clicked on

The behavior seems like to allow multiple list but only 1 detail view


Detail View of "Services"

List View of "Services"

------ other stuff

Detail View of "Projects"

List View of "Projects"

------ other stuff

Detail View of "Sectors"

List View of "Sectors"

Has anyone experience with this?

Upvotes: 0

Views: 1286

Answers (2)

Thomas Löffler
Thomas Löffler

Reputation: 6164

I would change the list view to handle the first news entry with much more information. In Fluid you have access to all needed fields for displaying it like in detail view.

Then, you only need three list views on the page with your special template. No need for a detail view.

Upvotes: 1

David
David

Reputation: 6084

In general it's possible what you desire but you've to adjust the detail-view in the plugins statically to a special detail or you always will only be able to display one detail at a moment, no matter which category because news is like probably all TYPO3-extensions not programmed with the ability to transfer parameters for several plugins on a page at once.
Many years ago when extensions still have been programmed fundamentally different I had some similar desires related to other extensions and programmed something which transferred the parameters always related to each plugin on a page, so it was possible to regulate several plugins of the same type on a page separated. Today it will be harder probably to implement something like that.

What you can do is to look in the manual about the AJAX-posibilities of news. There might be still an option to fetch the detail for each of the categories separated, perhaps even on page-load already, but it will be a nifty setup which takes probably some time.

Upvotes: 0

Related Questions