当前位置: 首页 > 站长资讯 > 正文页面

discuz教程:修改论坛的rss为全文输出的方法

打开 /source/module/forum/forum_rss.php 文件78i网站目录_网站网址收录与提交入口

找到78i网站目录_网站网址收录与提交入口

if($attachfile) {78i网站目录_网站网址收录与提交入口

if($attachremote) {78i网站目录_网站网址收录与提交入口

$filename = $_G['setting']['ftp']['attachurl'].'forum/'.$attachfile;78i网站目录_网站网址收录与提交入口

} else {78i网站目录_网站网址收录与提交入口

$filename = (!strstr($_G['setting']['attachurl'], '://') ? $_G['siteurl'] : '').$_G['setting']['attachurl'].'forum/'.$attachfile;78i网站目录_网站网址收录与提交入口

}78i网站目录_网站网址收录与提交入口

}78i网站目录_网站网址收录与提交入口

在其下方加入78i网站目录_网站网址收录与提交入口

$fdata = DB::fetch_first("SELECT * FROM ".DB::table('forum_post')." WHERE tid = '$thread[tid]' and first = 1");78i网站目录_网站网址收录与提交入口

将其下方的这段话:78i网站目录_网站网址收录与提交入口

echo " <item>/n".78i网站目录_网站网址收录与提交入口

" <title>".$thread['subject']."</title>/n".78i网站目录_网站网址收录与提交入口

" <link>$_G[siteurl]".($trewriteflag ? rewriteoutput('forum_viewthread', 1, '', $thread['tid']) : "forum.php?mod=viewthread&tid=$thread[tid]")."</link>/n".78i网站目录_网站网址收录与提交入口

" <description><![CDATA[".dhtmlspecialchars($thread['description'])."]]></description>/n".78i网站目录_网站网址收录与提交入口

" <category>".dhtmlspecialchars($thread['forum'])."</category>/n".78i网站目录_网站网址收录与提交入口

" <author>".dhtmlspecialchars($thread['author'])."</author>/n".78i网站目录_网站网址收录与提交入口

($attachfile ? '<enclosure url="'.$filename.'" length="'.$attachsize.'" type="image/jpeg" />' : '').78i网站目录_网站网址收录与提交入口

" <pubDate>".gmdate('r', $thread['dateline'])."</pubDate>/n".78i网站目录_网站网址收录与提交入口

" </item>/n";78i网站目录_网站网址收录与提交入口

修改为:78i网站目录_网站网址收录与提交入口

echo " <item>/n".78i网站目录_网站网址收录与提交入口

" <title>".$thread['subject']."</title>/n".78i网站目录_网站网址收录与提交入口

" <link>$_G[siteurl]".($trewriteflag ? rewriteoutput('forum_viewthread', 1, '', $thread['tid']) : "forum.php?mod=viewthread&tid=$thread[tid]")."</link>/n".78i网站目录_网站网址收录与提交入口

" <description><![CDATA[".dhtmlspecialchars($fdata['message'])."]]></description>/n".78i网站目录_网站网址收录与提交入口

" <category>".dhtmlspecialchars($thread['forum'])."</category>/n".78i网站目录_网站网址收录与提交入口

" <author>".dhtmlspecialchars($thread['author'])."</author>/n".78i网站目录_网站网址收录与提交入口

($attachfile ? '<enclosure url="'.$filename.'" length="'.$attachsize.'" type="image/jpeg" />' : '').78i网站目录_网站网址收录与提交入口

" <pubDate>".gmdate('r', $thread['dateline'])."</pubDate>/n".78i网站目录_网站网址收录与提交入口

" </item>/n";78i网站目录_网站网址收录与提交入口

然后刷新即可看到效果78i网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章