|
|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有帐号?会员注册
x
 | |  | | 资源信息: 0 R, Q* Y$ |8 F" {) w* I
8 s% V3 c/ r- R& |- Y, [% t! ysource/include/post/post_editpost.php$ S3 ^+ B, u( \
找到:- $anonymousadd ".($_G['forum_auditstatuson'] && $audit == 1 ? ",invisible='0'" : ", invisible='$pinvisible'").", tags='".implode(',', $tagarray)."' WHERE pid='$pid'");
复制代码 下一行加上:
- q: M( Y1 A P1 J6 L! Q1.任何人编辑都可以提升:- DB::query("UPDATE ".DB::table('forum_thread')." SET lastpost='$_G[timestamp]' WHERE tid='$_G[tid]'");
复制代码 2.只有版主,超版,管理员编辑才可以提升:- if(in_array($_G['adminid'],array('1','2','3')))DB::query("UPDATE ".DB::table('forum_thread')." SET lastpost='$_G[timestamp]' WHERE tid='$_G[tid]'");
复制代码 |
6 ~5 j* |* v9 j* b4 {0 |8 l9 \0 i# X& x | |  |  |  | CooL.泪猪说: |
|