A5下载程序插件

分类分类

阅读心情插件 for discuz!7.0 GBK

阅读心情插件 for discuz!7.0 GBK

大小:37 KB更新:2010/09/15

类别:Discuz!插件系统:Linux/2003/PHP

立即下载

1、把 upload 文件夹中的文件上传到您论坛的根目录。

2、数据库升级:(进入“论坛后台 -- 系统工具 -- 数据库升级 ” 执行下面语句)

  1. CREATE TABLE `cdb_wpolls` (
     
  2.   `tid` int(10) NOT NULL default '0',
     
  3.   `1` int(10) NOT NULL default '0',
     
  4.   `2` int(10) NOT NULL default '0',
     
  5.   `3` int(10) NOT NULL default '0',
     
  6.   `4` int(10) NOT NULL default '0',
     
  7.   `5` int(10) NOT NULL default '0',
     
  8.   `6` int(10) NOT NULL default '0',
     
  9.   `7` int(10) NOT NULL default '0',
     
  10.   `8` int(10) NOT NULL default '0',
     
  11.   PRIMARY KEY  (`tid`)
     
  12. ) TYPE=MyISAM;
复制代码

3、模版修改:viewthread_node.htm 查找:

  1. <!--{if $post['signature'] && ($bannedmessages & 4 && (($post['authorid'] && !$post['username']) || ($post['groupid'] == 4 || $post['groupid'] == 5) || ($post['status'] & 1)))}-->
复制代码

在其上加入:

  1. <!--{if $post['number']==1}--><div><script language="java script" src="poll.php?tid=$tid&action=js"></script></div><!--{/if}-->
复制代码

4、提示一下,反向操作很简单,只要把 viewthread_node.htm 中加入的部分取消即可。

 

展开全文 +

精品推荐
开发者应用
相关文章
相关下载
说两句网友评论
    我要跟贴
    取消
    推荐专题