香蕉成人伊视频在线观看|学生小视频国产区|yy女主播啪啪啪视频|麻豆传播媒体APP大全免费版官网|瑜伽牲交AV|国产欧美日韩在线天堂区|白浆精品国产91

Discuz! 官方交流社區(qū)

標(biāo)題: 再問(wèn):本帖最后由xx于xx編輯 移到正文下面 [打印本頁(yè)]

作者: 一葦過(guò)江    時(shí)間: 2019-8-2 16:39
標(biāo)題: 再問(wèn):本帖最后由xx于xx編輯 移到正文下面
本帖最后由 一葦過(guò)江 于 2019-8-2 17:16 編輯

以前看過(guò)一些方法,但好像都沒(méi)有效果:
(剛試過(guò),以下方法可行)

帖子里的最后由xx于xx編輯這種備注性的提示信息顯示在帖子頂部占用很大位置(特別是手機(jī)版訪問(wèn)時(shí)),非常別扭。

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

1.打開(kāi)/source/class/model/model_forum_post.php,找到約459行:

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

復(fù)制代碼

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

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

2.打開(kāi)/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    時(shí)間: 2019-8-2 17:11
提示: 作者被禁止或刪除 內(nèi)容自動(dòng)屏蔽
作者: 一葦過(guò)江    時(shí)間: 2019-8-2 17:15
剛試過(guò),上面的方法是可行的,只是以前已經(jīng)發(fā)布的帖子不會(huì)變更。




歡迎光臨 Discuz! 官方交流社區(qū) (http://m.yu-jie.cn/) Powered by Discuz! X5.0