Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/joomla/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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/list/4.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
Joomla新闻提要组件_Joomla_Rss_Feed - Fatal编程技术网

Joomla新闻提要组件

Joomla新闻提要组件,joomla,rss,feed,Joomla,Rss,Feed,我正在尝试显示来自外部站点的rss源 我在Components->news feed->feed下创建了一个新闻提要 我如何让它显示在我的内部页面上 还是有更好的方法 我的模板文件如下所示 <div id="main-content"> <jdoc:include type="message" /> <div id="left-menu"> <jdoc:include type="modules" name="left

我正在尝试显示来自外部站点的rss源

我在Components->news feed->feed下创建了一个新闻提要

我如何让它显示在我的内部页面上

还是有更好的方法

我的模板文件如下所示

<div id="main-content">

    <jdoc:include type="message" />

    <div id="left-menu">
        <jdoc:include type="modules" name="left" style="xhtml" />
    </div>

    <div id="home-content">
        <div id="body-content">
        </div>
        <jdoc:include type="modules" name="login" style="xhtml" />
    </div>  

    <div id="rss-feed">
            <jdoc:include type="modules" name="rss" style="xhtml" />
    </div>


       <div id="right-content">
        <jdoc:include type="modules" name="right" style="xhtml" />
       </div>           
 </div>

安装此:

放入rss位置,在模块参数中放入rss url并完成