安装步骤如下:
1:后台升级数据库:
代码:- ALTER TABLE `cdb_threads` ADD `xm_hl` VARCHAR( 42 ) AFTER `highlight` ;
复制代码 2: 修改forumdisplay.php(文件)
查找:在其上面加上:- eval($hooks['xmhl_xmdisplay']); //This hook add by lu5266 2006/03/31
复制代码 3: 修改misc.php(文件)
查找:- $log['expiration'] = !empty($log['expiration']) ? gmdate("$dateformat", $log['expiration'] + $timeoffset * 3600) : '';
复制代码 替换为:- $log['expiration'] = !empty($log['expiration']) ? gmdate("$dateformat $timeformat", $log['expiration'] + $timeoffset * 3600) : '';
复制代码 4: 修改viewthread.htm(模板)
查找:- <!--{if $lastmod['modaction'] || $thread['blog'] || $thread['readperm'] || $thread['price'] != 0 || $thread[itemid]}-->
复制代码 替换为:- <!--{if $discuz_user || $lastmod['modaction'] || $thread['blog'] || $thread['readperm'] || $thread['price'] != 0 || $thread[itemid]}-->
复制代码 查找: (注意:此步骤为九月十九日更新的部分)- <!--{if $thread['readperm']}--> {lang readperm_thread} <span class="bold">$thread[readperm]</span> <!--{/if}-->
复制代码 下面加:- <!--{if $discuz_user}--> <a href="./plugin.php?identifier=xmhl&module=xmhl&fid=$fid&moderate[]=$tid" >购买/设置 醒目高亮</a> <!--{/if}-->
复制代码 5:修改:forumdisplay.htm(模板)
查找:- <input type="button" class="lightbutton" onclick="document.moderate.operation.value = 'highlight';document.moderate.submit()" value="{lang admin_highlight}">
复制代码 替换为:- <input type="button" class="lightbutton" onclick="javascript: document.moderate.action= './plugin.php?identifier=xmhl&module=xmhl&fid=$fid';document.moderate.submit()" value="{lang admin_highlight}">
复制代码 注意,如果你想保留原有的高亮设置,以上的这步可以舍去,用以下的方法.
查找:- <!--{if $supe_status && $forum['supe_pushsetting']['status'] == 2}--><input type="button" class="lightbutton" value="{lang admin_supe_push_addremove}"><!--{/if}-->
复制代码 下面加上:- <input type="button" class="lightbutton" onclick="javascript: document.moderate.action= './plugin.php?identifier=xmhl&module=xmhl&fid=$fid';document.moderate.submit()" value="购买/设置 醒目高亮">
复制代码 6: 修改modactions.lang.php(语言包)
查找:在下面加上:- 'XMH' => '醒目高亮',
- 'UXM' => '解除醒目高亮',
- 'EXM' => '限时醒目高亮',
- 'AXM' => '解除限时醒目',
复制代码 7: 修改viewthread_mod.htm(模板)
查找:- array('STK', 'HLT', 'DIG', 'CLS', 'OPN')
复制代码 替换为:- array('STK', 'HLT', 'DIG', 'CLS', 'OPN','XMH')
复制代码 8: 导入插件
<1>. 下载附件,并按目录结构上传所有文件;
<2>. 以管理员身份进入后台,
添加插件, 导入 discuz_plugin_xmhl.txt 并开启插件.
如果出现导入插件版本不正确的问题,请钩上允许导入不同版本 Discuz! 的插件(易产生错误!!)
为了方便新手修改,我在写这个说明的时候,我是下载的最新版本的Discuz!5.0正式版(最后更新时间:2006年9月14日 )
进行对照修改的,说明中所需要的代码,都是原装代码。.
本人不懂任何代码,如果对此插件安装过程有什么不解,请跟贴说名,或者我有哪说错了,也请跟贴说名.
如果觉得好,就贡献我一IP吧.这不会占用你多久的时间,鼠标点点就好了..
点我 → 中国娱乐巴士 ← 点我
[ 本帖最后由 after80 于 2006-9-20 15:15 编辑 ] |