Popularity Contest 1.3b4

04.07.2008, WordPress, by .

经过 Ping 的提醒 发现Popularity Contest 更新到1.3b4了

下载地址为popularity-contest.php

这是从SVN取得的,在我的本地测试环境下可以使用。

如果担心有问题就照这篇文章的方法来处理

在做以下操作时注意备份数据库
在MySQL的管理界面里输以下SQL命令
CREATE TABLE IF NOT EXISTS wp_ak_popularity (
post_id int(11) NOT NULL,
total int(11) NOT NULL,
feed_views int(11) NOT NULL,
home_views int(11) NOT NULL,
archive_views int(11) NOT NULL,
category_views int(11) NOT NULL,
single_views int(11) NOT NULL,
comments int(11) NOT NULL,
pingbacks int(11) NOT NULL,
trackbacks int(11) NOT NULL,
last_modified datetime,
KEY post_id (post_id)
) ENGINE=MyISAM;
CREATE TABLE IF NOT EXISTS wp_ak_popularity_options (
option_name varchar(50) NOT NULL,
option_value varchar(50) NOT NULL
) ENGINE=MyISAM;

注意这是以WP默认的数据库的表名以“wp_”开头为例,自己运行就请改为自己的名称。
这个代码是解决 Popularity Contest 在 WP2.5 下无法启用时用的。

9 Replies

  1. underone says:

    谢谢提醒!

  2. WP Theme:iDevelop | - เด็กชาย(ปิง) จากดาวอังคาร - says:

    […] Xu.hel ขอบคุณผมเป็นการใหญ่ และได้ออก|popularity-contest 1.3b4| […]

  3. Beach says:

    非常感谢!
    我等会测试一下!

    PS:Blog皮肤界面很不错!

  4. Beach says:

    他的列表还没有更新…

  5. Beach says:

    必需要到http://dev.wp-plugins.org/browser/popularity-contest/trunk/popularity-contest.php这页右击下载才能保证php语言不变。
    建议你改用txt文本方式下载。

  6. Popularity Contest升级兼容Wp2.5啦 | 阿七涂画 says:

    […] 不过幸好xuhel告知现在出来了 Popularity Contest 1.3b4 版本了。于是我欣然一试!果然Popularity […]

  7. YangTx says:

    多谢!一直以为没更新呢,这下可以用上了。

  8. 木子悦 says:

    请问这插件是干什么用的?
    有没有介绍?

  9. Xu.hel says:

    就是一个统计插件。可以显示最受欢迎文章的插件。

这篇文章的评论已关闭。