Discuz!官方免费开源建站系统

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索

[发布] 版主回复后自动在标题后加版主已回的图片 X2.5

[复制链接]
颠木 发表于 2012-7-13 12:06:00 | 显示全部楼层 |阅读模式
功能介绍与截图: 参:https://discuz.dismall.com/thread-2290294-1-1.html

重做fro X2.5的。

数据库执行:
CREATE TABLE IF NOT EXISTS `pre_forum_thread_admin_reply` (
  `tid` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `pid` int(10) unsigned NOT NULL,
  `uid` mediumint(8) unsigned NOT NULL DEFAULT '0',
  `dateline` int(10) unsigned NOT NULL DEFAULT '0',
  PRIMARY KEY (`tid`,`pid`)
) ENGINE=MyISAM


修改:source\module\forum\forum_forumdisplayl.php
697行:
  1. $thread['lastpost'] = dgmdate($thread['lastpost'], 'u');
  2.         //显示版主回复
  3.         if(DB::result_first("SELECT count(*) FROM  ".DB::table('forum_thread_admin_reply')." WHERE tid='$thread[tid]'")>=1){
  4.                 $thread['admin_reply'] = 1;
  5.         }else{
  6.                 $thread['admin_reply'] = 0;
  7.         }
复制代码
修改:source\inclued\post\post_newreply.php
429行:
  1. if($_G['forum']['ismoderator'] || $thread['isgroup']){
  2.                 DB::query("INSERT INTO ".DB::table('forum_thread_admin_reply')." value($_G[tid],$pid,$_G[uid],'$_G[timestamp]');");
  3.         }
复制代码
模版修正:
template\default\forum\forumdisplay_list.htm
151行
  1. <a href="forum.php?mod=viewthread&tid=$thread[tid]&{if $_GET['archiveid']}archiveid={$_GET['archiveid']}&{/if}extra=$extra"$thread[highlight]{if $thread['isgroup'] == 1 || $thread['forumstick']} target="_blank"{else} onclick="atarget(this)"{/if} class="xst" >$thread[subject]</a>
  2. <!--增加图标-->
  3.                                         <!--{if $thread['admin_reply']}--> <img src="{IMGDIR}/admin_reply.gif" align="absmiddle" /> <!--{/if}-->
复制代码
载入图片到static\image\common\admin_reply.gif

图片原帖中那个就好

以上
看的懂就用吧


ruinjoy 发表于 2012-7-13 12:17:27 | 显示全部楼层
浪费好多资源。
不推荐。
回复

使用道具 举报

ilei365 发表于 2012-7-13 12:27:40 | 显示全部楼层
不错的功能。。。
回复

使用道具 举报

S○γγy丫www 发表于 2012-7-13 19:08:20 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

喜欢淋雨 发表于 2012-7-13 21:30:37 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

hi.friend 发表于 2012-7-13 22:15:28 | 显示全部楼层
升级的数据挺多的!
回复

使用道具 举报

67ke 发表于 2012-7-13 23:44:13 | 显示全部楼层
有没有办法将这个版主已回复,替换成已解决,已回复,已采纳的字样,而不是单一的一个图片
回复

使用道具 举报

4535 发表于 2012-7-14 11:27:58 | 显示全部楼层
提示: 作者被禁止或删除 内容自动屏蔽
回复

使用道具 举报

tdr1210 发表于 2012-7-14 11:44:42 | 显示全部楼层
还好啦。不错哈,继续关注
时时彩平台www.qxcb.com
功夫时时彩www.rxkc.com
时时彩代理
www.fhnz.com
回复

使用道具 举报

w7374520 发表于 2012-8-9 17:56:43 | 显示全部楼层
x2可以使用么?{:soso__18333445721962897971_1:}
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

手机版|小黑屋|Discuz! 官方站 ( 皖ICP备16010102号 )star

GMT+8, 2024-11-15 01:20 , Processed in 0.040863 second(s), 6 queries , Gzip On, Redis On.

Powered by Discuz! X3.4

Copyright © 2001-2023, Tencent Cloud.

快速回复 返回顶部 返回列表