久久久久av_欧美日韩一区二区在线_国产精品三区四区_日韩中字在线

返回列表 發帖
查看: 3968|回復: 2

再問:本帖最后由xx于xx編輯 移到正文下面

7

主題

189

回帖

326

積分

爐火純青

貢獻
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 來自手機 | 只看Ta
提示: 作者被禁止或刪除 內容自動屏蔽
回復

使用道具 舉報

7

主題

189

回帖

326

積分

爐火純青

貢獻
0 點
金幣
111 個
板凳
 樓主| 發表于 2019-8-2 17:15:23 | 只看Ta
剛試過,上面的方法是可行的,只是以前已經發布的帖子不會變更。
回復

使用道具 舉報

您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規則

  • 關注公眾號
  • 有償服務微信
  • 有償服務QQ

手機版|小黑屋|Discuz! 官方交流社區 ( 皖ICP備16010102號 |皖公網安備34010302002376號 )|網站地圖|star

GMT+8, 2025-9-19 02:24 , Processed in 0.075072 second(s), 24 queries .

Powered by Discuz! W1.0 Licensed

Copyright © 2001-2025 Discuz! Team.

關燈 在本版發帖
有償服務QQ
有償服務微信
返回頂部
快速回復 返回頂部 返回列表