返回列表 发帖
查看: 2785|回复: 2

再问:本帖最后由xx于xx编辑 移到正文下面

7

主题

188

回帖

323

积分

炉火纯青

贡献
0 点
金币
111 个
发表于 2019-8-2 16:39:31 | 显示全部楼层 |阅读模式


以前看过一些方法,但好像都没有效果:
(刚试过,以下方法可行)

帖子里的最后由xx于xx编辑这种备注性的提示信息显示在帖子顶部占用很大位置(特别是手机版访问时),非常别扭。

可以把它移到帖子正文底部。

1.打开/source/class/model/model_forum_post.php,找到约459行:

$this->param[‘message’] = lang(‘forum/misc’, $this->param[‘htmlon’] ? ‘post_edithtml’ : (!$this->forum[‘allowbbcode’] || $this->param[‘bbcodeoff’] ? ‘post_editnobbcode’ : ‘post_edit’), array(‘editor’ => $editor, ‘edittime’ => $edittime)) . $this->param[‘message’];

复制代码

把最后的. $this->param[‘message’]移到前面,即

$this->param[‘message’] = $this->param[‘message’]. lang(‘forum/misc’, $this->param[‘htmlon’] ? ‘post_edithtml’ : (!$this->forum[‘allowbbcode’] || $this->param[‘bbcodeoff’] ? ‘post_editnobbcode’ : ‘post_edit’), array(‘editor’ => $editor, ‘edittime’ => $edittime));

2.打开/source/language/forum/lang_misc.php,找到第32—37行:

'post_edit' => "本帖最后由 {editor} 于 {edittime} 编辑\n\n",
'post_edit_regexp' => '/^\[i=s\] 本帖最后由 .*? 于 .*? 编辑 \[\/i\]\n\n/s',
'post_edithtml' => '本帖最后由 {editor} 于 {edittime} 编辑<br /><br />',
'post_edithtml_regexp' => '/^\[i=s\] 本帖最后由 .*? 于 .*? 编辑 \[\/i\]<br \/><br \/>/s',
'post_editnobbcode' => '[ 本帖最后由 {editor} 于 {edittime} 编辑 ]\n\n',
'post_editnobbcode_regexp' => '/^\[ 本帖最后由 .*? 于 .*? 编辑 \]\n\n/s',


去掉其中的^,即
'post_edit' => "本帖最后由 {editor} 于 {edittime} 编辑\n\n",
'post_edit_regexp' => '/\[i=s\] 本帖最后由 .*? 于 .*? 编辑 \[\/i\]\n\n/s',
'post_edithtml' => '本帖最后由 {editor} 于 {edittime} 编辑<br /><br />',
'post_edithtml_regexp' => '/\[i=s\] 本帖最后由 .*? 于 .*? 编辑 \[\/i\]<br \/><br \/>/s',
'post_editnobbcode' => '[ 本帖最后由 {editor} 于 {edittime} 编辑 ]\n\n',
'post_editnobbcode_regexp' => '/\[ 本帖最后由 .*? 于 .*? 编辑 \]\n\n/s',

回复

使用道具 举报

LCW 该用户已被删除
发表于 2019-8-2 17:11:32 来自手机 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复 支持 反对

使用道具 举报

7

主题

188

回帖

323

积分

炉火纯青

贡献
0 点
金币
111 个
 楼主| 发表于 2019-8-2 17:15:23 | 显示全部楼层
刚试过,上面的方法是可行的,只是以前已经发布的帖子不会变更。
回复 支持 反对

使用道具 举报

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

本版积分规则

  • 关注公众号
  • 有偿服务微信
  • 有偿服务QQ

手机版|小黑屋|Discuz! 官方交流社区 ( 皖ICP备16010102号 |皖公网安备34010302002376号 )|网站地图|star

GMT+8, 2024-5-17 12:30 , Processed in 0.034874 second(s), 7 queries , Redis On.

Powered by Discuz! W1.0 Licensed

Cpoyright © 2001-2024 Discuz! Team.

关灯 在本版发帖
有偿服务QQ
有偿服务微信
返回顶部
快速回复 返回顶部 返回列表