Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/typo3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Typo3 tx_新闻和roq_新闻事件:通过打字脚本集成插件_Typo3_Typo3 6.2.x_Tx News - Fatal编程技术网

Typo3 tx_新闻和roq_新闻事件:通过打字脚本集成插件

Typo3 tx_新闻和roq_新闻事件:通过打字脚本集成插件,typo3,typo3-6.2.x,tx-news,Typo3,Typo3 6.2.x,Tx News,我正在将tt_news+mbl_newsevent升级为他们的继任者tx_news+roq_newsevent 当我试图通过打字稿集成roq_newsevent数据时,我仍然没有了解如何访问模板中的roq_newsevent数据 另一位社区成员以前在TYPO3 forge上提出过同样的问题,但没有回答 我希望这只是extbase的基础知识,我还没有看到一个只能通过flexform使用的插件,是吗 编辑不返回任何新闻: temp.newslist = USER temp.newslist {

我正在将tt_news+mbl_newsevent升级为他们的继任者tx_news+roq_newsevent

当我试图通过打字稿集成roq_newsevent数据时,我仍然没有了解如何访问模板中的roq_newsevent数据

另一位社区成员以前在TYPO3 forge上提出过同样的问题,但没有回答

我希望这只是extbase的基础知识,我还没有看到一个只能通过flexform使用的插件,是吗

编辑不返回任何新闻:

temp.newslist = USER
temp.newslist {
   userFunc = tx_extbase_core_bootstrap->run
   extensionName = News
   pluginName = Pi1
   switchableControllerActions {
         News {
           1 = eventList
         }
   }
   settings < plugin.tx_news.settings
   settings.startingpoint = {$pidRecords}
   settings.recursive = 1
   settings.detailPid = {$pidDetail}
   view =< plugin.tx_news.view
}

你试过使用eventList als switchableControllerAction吗?那应该是switchableControllerActions.News.1=eventList,对吗?它做了一些事情,但没有返回可用的新闻。我将发布我在上面使用过的片段,但我已经放弃了roq_newsevent来说实话-看我的导入器脚本克隆可能最简单的方法是使用文件夹页面上的事件列表添加和配置新闻插件,然后使用RECORDS TypoScript对象在页面中的某个地方使用此插件。如果你想了解这种方法的信息,请告诉我。是的,我是通过内容来实现的。但我喜欢打字控制:-