本站公收录50年前的影片
 找回密码
 立即注册
快捷导航
搜索
回复: 0

论坛SEO中主题摘要{summary}标签没有用!

[复制链接]
发表于 2025-3-2 13:09:44 | 显示全部楼层 |阅读模式
论坛SEO中主题摘要{summary}标签没有用!在后台全局--SEO设置--论坛SEO--帖子内容 我填写的是 {subject}:{summary}
当你去看论坛的帖子内容时,主题摘要{summary}除对管理员有效外,其他人都无效!
可以做如下修改:
找到  source\module\forum\forum_viewthread.php
搜索:
  1.                         $_G['forum_firstpid'] = $post['pid'];
  2.                         if($_G['forum_thread']['price']) {
  3.                                 $summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($thread['freemessage']), 160));
  4.                         } else {
  5.                                 $summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 160));
  6.                         }
复制代码

修改为:
  1.                         $_G['forum_firstpid'] = $post['pid'];
  2.                         if($_G['forum_thread']['price']) {
  3.                                 $summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 240));
  4.                         } else {
  5.                                 $summary = str_replace(array("\r", "\n"), '', messagecutstr(strip_tags($post['message']), 240));
  6.                         }
复制代码

就OK了!




您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|联系管理|sitemap|老影迷

GMT+8, 2025-8-26 07:34 , Processed in 0.111185 second(s), 31 queries .

Powered by Discuz! X3.5

快速回复 返回顶部 返回列表