花魁直播高品质美女在线视频互动社区 - 花魁直播官方版

 歡迎來到素材無憂網(wǎng),按 + 收藏我們
登錄 注冊 退出 找回密碼

discuz x3.2 刪除本主題最后由xx于xx編輯 移到正文下面

時間: 2019-05-24 11:57 閱讀: 作者:素材無憂網(wǎng)

帖子里的最后由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\]&lt;br \/&gt;&lt;br \/&gt;/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',

版權(quán)聲明: 本站資源均來自互聯(lián)網(wǎng)或會員發(fā)布,如果侵犯了您的權(quán)益請與我們聯(lián)系,我們將在24小時內(nèi)刪除!謝謝!

轉(zhuǎn)載請注明: discuz x3.2 刪除本主題最后由xx于xx編輯 移到正文下面

標簽:  
相關(guān)文章
模板推薦