分类分类
更新时间:2026-02-25 17:40:44作者:fang
打开 sourcemoduleforumforum_rss.php 文件
找到
if($attachfile) {
if($attachremote) {
$filename = $_G['setting']['ftp']['attachurl'].'forum/'.$attachfile;
} else {
$filename = (!strstr($_G['setting']['attachurl'], '://') ? $_G['siteurl'] : '').$_G['setting']['attachurl'].'forum/'.$attachfile;
}
}
在其下方加入
$fdata = DB::fetch_first("SELECT * FROM ".DB::table('forum_post')." WHERE tid = '$thread[tid]' and first = 1");
将其下方的这段话:
echo " <item>n".
" <title>".$thread['subject']."</title>n".
" <link>$_G[siteurl]".($trewriteflag ? rewriteoutput('forum_viewthread', 1, '', $thread['tid']) : "forum.php?mod=viewthread&tid=$thread[tid]")."</link>n".
" <description><![CDATA[".dhtmlspecialchars($thread['description'])."]]></description>n".
" <category>".dhtmlspecialchars($thread['forum'])."</category>n".
" <author>".dhtmlspecialchars($thread['author'])."</author>n".
($attachfile ? '<enclosure url="'.$filename.'" length="'.$attachsize.'" type="image/jpeg" />' : '').
" <pubDate>".gmdate('r', $thread['dateline'])."</pubDate>n".
" </item>n";
修改为:
echo " <item>n".
" <title>".$thread['subject']."</title>n".
" <link>$_G[siteurl]".($trewriteflag ? rewriteoutput('forum_viewthread', 1, '', $thread['tid']) : "forum.php?mod=viewthread&tid=$thread[tid]")."</link>n".
" <description><![CDATA[".dhtmlspecialchars($fdata['message'])."]]></description>n".
" <category>".dhtmlspecialchars($thread['forum'])."</category>n".
" <author>".dhtmlspecialchars($thread['author'])."</author>n".
($attachfile ? '<enclosure url="'.$filename.'" length="'.$attachsize.'" type="image/jpeg" />' : '').
" <pubDate>".gmdate('r', $thread['dateline'])."</pubDate>n".
" </item>n";
然后刷新即可看到效果
以上就是本文章的内容,希望对大家有所帮助
相关
scarfall2.0动作射击1.41Gv1.4.42026-02-25
下载小鹦看看app母婴育儿136.93 Mv3.6.22026-02-25
下载兔兔游记休闲益智187.35 Mv1.1.02026-02-25
下载孤独的村庄游戏角色扮演406.65 Mv1.6.222026-02-25
下载泡椒音乐app影音播放3.37 Mv1.02026-02-25
下载中公图书app母婴育儿187.88 Mv1.1.72026-02-25
下载荣煤宝app学习办公99.21 Mv2.2.752026-02-25
下载乐高忍者元素之战角色扮演886.57 Mv1.05.2.9702026-02-25
下载之了学吧app母婴育儿32.68 Mv1.6.52026-02-25
下载拳击俱乐部2手机版角色扮演26.92 Mv1.0.62026-02-25
下载云赏HIFI app实用工具54.02 Mv2.2.82026-02-25
下载元仔app(PawLove)社交通讯351.77 Mv1.9.22026-02-25
下载










