Hi,
I tried to use the ch_rterecords extension, but setting a link to a  
tt_news record, fails with a javascript error:

plugin is not defined
==> plugin.createLink(theLink,cur_target,cur_class,cur_title);

anyone can help me?
Thanks,
Pasquale


Details:
I installed the ch_rterecords 1.0.12 extension (TYPO3 4.1.7) to implement  
a simple way to create a link to a news.
I putted this code in ext_table.php:

t3lib_extMgm::addUserTSConfig('
        ux_linkRecord {
                1 {
                        table=tt_news
                        GpparamUID=tx_ttnews[tt_news]
                        GpparamCMD=tx_ttnews[mode]=single
                        singlePID = 299
                        GpparamBackPid=tx_ttnews[backpid]
                        browseTabLabel = News
                        defaultExpandPage = 5
                        pid = 5
                }
        }'
); // tried even with GpparamCMD=


When I choose the tt_news record from the link popup, nothing happens but  
the previously describer javascript error.
_______________________________________________
TYPO3-english mailing list
TYPO3-english@lists.netfielders.de
http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Reply via email to