97久久国产亚洲精品超碰热,成人又色又爽的免费网站,色偷偷女人的天堂a,男女高潮喷水在线观看,国内精品一线二线三线区别在哪里

返回列表 發(fā)帖
查看: 2376|回復(fù): 3

[已解決] Discuz! X3.4如何設(shè)置編輯主題后自動提升?

49

主題

177

回帖

237

積分

爐火純青

貢獻(xiàn)
0 點
金幣
0 個
樓主
發(fā)表于 2022-7-12 11:09:44 | 只看樓主 |倒序瀏覽 |閱讀模式
Discuz! X3.4如何設(shè)置編輯主題后自動提升?
1 貢獻(xiàn)

最佳答案

帖子內(nèi)容編輯后自動提升主題
修改文件:
source\include\post\post_editpost.php
修改方法:
搜索
$modpost->editpost($param);
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被訪問后自動提升主題
修改文件:
\source\module\forum\forum_viewthread.php
修改方法:
搜索
viewthread_updateviews($archiveid);
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被支持/反對(頂/踩)后自動提升主題
修改文件:
\source\module\forum\forum_misc.php
修改方法:
搜索
if($_G['setting']['recommendthread']['daycount'])
在上方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被評分后自動提升主題
修改文件:
\source\module\forum\forum_misc.php
修改方法:
搜索
showmessage('thread_rate_succeed', dreferer());
在上方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_GET['tid']));
帖子被收藏后自動提升主題
修改文件:
\source\include\spacecp\spacecp_favorite.php
修改方法:
搜索
C::t('forum_thread')->increase($id, array('favtimes'=>1));
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$id));

網(wǎng)上搜到的,但我需要的是主題被購買后提升主題,搜索無果,哎~

56

主題

1470

回帖

3萬

積分

管理員

貢獻(xiàn)
2076 點
金幣
1394 個
沙發(fā)
發(fā)表于 2022-7-12 23:21:36 | 只看Ta

12

主題

1655

回帖

2814

積分

Giter

貢獻(xiàn)
151 點
金幣
362 個
板凳
發(fā)表于 2022-7-13 03:58:23 | 只看Ta
看來未來可以考慮加一個按編輯時間排序的功能

13

主題

65

回帖

107

積分

漸入佳境

貢獻(xiàn)
3 點
金幣
5 個
地板
發(fā)表于 2024-3-18 00:51:31 | 只看Ta
帖子內(nèi)容編輯后自動提升主題
修改文件:
source\include\post\post_editpost.php
修改方法:
搜索
$modpost->editpost($param);
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被訪問后自動提升主題
修改文件:
\source\module\forum\forum_viewthread.php
修改方法:
搜索
viewthread_updateviews($archiveid);
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被支持/反對(頂/踩)后自動提升主題
修改文件:
\source\module\forum\forum_misc.php
修改方法:
搜索
if($_G['setting']['recommendthread']['daycount'])
在上方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_G['tid']));
帖子被評分后自動提升主題
修改文件:
\source\module\forum\forum_misc.php
修改方法:
搜索
showmessage('thread_rate_succeed', dreferer());
在上方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$_GET['tid']));
帖子被收藏后自動提升主題
修改文件:
\source\include\spacecp\spacecp_favorite.php
修改方法:
搜索
C::t('forum_thread')->increase($id, array('favtimes'=>1));
在下方加入一行
DB::update('forum_thread',array('lastpost'=>TIMESTAMP),array('tid'=>$id));

網(wǎng)上搜到的,但我需要的是主題被購買后提升主題,搜索無果,哎~
您需要登錄后才可以回帖 登錄 | 立即注冊

本版積分規(guī)則

  • 關(guān)注公眾號
  • 有償服務(wù)微信
  • 有償服務(wù)QQ

手機版|小黑屋|Discuz! 官方交流社區(qū) ( 皖I(lǐng)CP備16010102號 |皖公網(wǎng)安備34010302002376號 )|網(wǎng)站地圖|star

GMT+8, 2025-10-22 10:16 , Processed in 0.041291 second(s), 9 queries , Redis On.

Powered by Discuz! X5.0 Licensed

© 2001-2025 Discuz! Team.

關(guān)燈 在本版發(fā)帖
有償服務(wù)QQ
有償服務(wù)微信
返回頂部
快速回復(fù) 返回頂部 返回列表