[TYPO3-german] ch_rterecords
Volker Graubaum
vg_typo3 at e-netconsulting.de
Fri Jun 1 10:31:25 CEST 2007
Moin,
> Hat von euch jemand ch_rterecords im Einsatz?
> In der Doku steht ""Add a new Link Record to the global UserTSconfig".
> Wie mach ich das? Hat leider kein Bsp dabei.
hat doch.
schau doch mal in die DOkumentation :-)
http://typo3.org/documentation/document-library/extension-manuals/ch_rterecords/1.0.7/view/1/2/
To add a Link Record take a look in the ext_tables.php file. The Link
Record for the tt_news extension looks like this:
t3lib_extMgm::addUserTSConfig('linkRecord.0.table=tt_news');
t3lib_extMgm::addUserTSConfig('linkRecord.0.GPparamUID=tx_ttnews[tt_news]');
t3lib_extMgm::addUserTSConfig('linkRecord.0.GPparamCMD=');
t3lib_extMgm::addUserTSConfig('linkRecord.0.singlePID=9');
t3lib_extMgm::addUserTSConfig('linkRecord.0.GPparambackPid=tx_ttnews[backPID]');
t3lib_extMgm::addUserTSConfig('linkRecord.0.backPid=10');
t3lib_extMgm::addUserTSConfig('linkRecord.0.no_cache=0');
linkRecord is the object name. 0 is the object number. To add another
Link Record copy this code and increment the object number.
Gruß Volker
--
Volker Graubaum || e-netconsulting KG
Max-Brauer-Allee 34 || 22765 Hamburg
Tel. +49 40 1 8888 99 42 || Fax +49 40 1 8888 99 842
vg at e-netconsulting.de || http://www.e-netconsulting.com
Amtsgericht Hamburg - HRA 103928
Projekte: http://www.learnmusic-online.com || http://www.takeaday.de
More information about the TYPO3-german
mailing list