featdd / dpn_glossary

Glossary extension for TYPO3
http://typo3.org/extensions/repository/view/dpn_glossary
GNU General Public License v2.0
20 stars 30 forks source link

List/Detail mechanism unclear #191

Closed fgerards closed 1 year ago

fgerards commented 1 year ago

Hi, the documentation states about a detail plugin, in the latest version 4.2.x there is no detail plugin and there is no usage of detailPage setting in the list-view templates etc. - so to separate list- and detail-page one would have to create a list-plugin on the list-page and a list-plugin on the detail-page and set the f:link.action in Term/List Partial accordingly I guess.

Could you please clarify this use-case in the documentation ? Thx

featdd commented 1 year ago

Hi @fgerards,

sorry you hat some troubles, I know the documentation is not yet optimal but there is an issue #128 for this, I'll add some information about that.

For you to now know would be that only one plugin is necessary, as it resolves the detail action on the same page. (see routing configuration for proper speaking urls) If you prefer or have the necessity to have a separte page for the detail plugin you can just use the same plugin, you'll just have to add the pageUid parameter to the fluid link in the list partial. For the Routing you have to split the configuration into two parts, having one for the list/pagination and one for the detailpage.

I'll close this issue as this is now referred in #128.

Greetings Daniel