[TYPO3-dev] typolink - link to records 2

Daniel Pötzinger operation-lan at gmx.de
Thu Oct 4 21:53:47 CEST 2007


Hey Stefan

Please have a closer look to the changes. There is no problem and all 
should be fine:

- there is allready a tab records because of the configuration:
mod.tx_linkhandler {
     record {
         label=Records
         listTables=*
     }
}
Alternativr you can configure the record tab to only show some records:
mod.tx_linkhandler {
     record {
         label=Records
         listTables=tt_news,tx_yourrecords
     }
}

- there is no problem with the singlePid, you dont need an extra option 
in the kickstarter or extension which makes everything more complex, and 
even just work for some use cases. You just can use typoscript:
For more advantced thinks the extension can come with his own 
linkhandler (see discussion above)

plugin.tx_linkhandler {
     tt_news {
                 parameter={$linkhandler.newsSinglePid}
             additionalParams=&tx_ttnews[tt_news]={field:uid}
              additionalParams.insertData=1
     }
}




More information about the TYPO3-dev mailing list