For the English version on clicking the flag to the right ->

For some time that adding Popularity Contest stopped working. I guess that Mr King has no time to upgrade.

Today I take the time to review the code of the plugin and make the necessary changes. It is a pity that a plug pull was so popular in the trash. Because in my blog I had already installed earlier versions of the plugin was not necessary to create the tables for the database, but if you're doing a new installation may be necessary to run this script against your database:

  CREATE TABLE IF NOT EXISTS `PREFIX_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 `PREFIX_ak_popularity_options` ( 
      `option_name` varchar (50) NOT NULL, 
      `option_value` varchar (50) NOT NULL 
      ) ENGINE = MyISAM; 

Popularity Contest 1.4mod Download / Download

Changes:

  • Popularity Contest 1.4mod has been updated to support WordPress 2.6.1
  • Added akpc_most_popular_in_last_month () hack to display the most popular post for the past 30 days.

Please I need info / reaction has functioned as the plugin, thanks.

Popularity: 100% [?]