|
|
Generating links for a table of contents it is relatively straight forward: select the "header" and "uid" fields from the "tt_content" table and create links to each heading using Typoscript . In this example we cannot simply do this because the page uses the plugin cc_cbrowse to "split" the content records into multiple pages.
Since cc_cbrowse uses it's own internal pointer to determine the next page is necessary to determine how many browse links cc_cbrowse will create and only link to headings were a split occurs.
This article details how to configure TYPO3 to create a TOC from headers on a page where content has been split into multiple pages with the plugin cc_cbrowse.
|
|
|
|
|