Popularity Contest 1.4 Wordpress 2.6 Plugin Fixed and Hacked
For the Español version on clicking the flag to the right ->
For some time that adding Popularity Contest stopped working. I suppose Mr. King did not have time to update it.
The day I take the time to review the code of the plugin and make the necessary changes. So sad that so popular a plug is pulled away. Because in my blog I had already installed previous 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 most popular posts from the past 30 days.
Please I need information / reaction of the plugin it worked, thanks.
Popularity: 10%
18 Comments
Trackbacks
- Wordpress Popularity Contest ready to wp 2.6.1 | Five Horizons
- Gabriel's blog »Popularity Contest for WordPress 2.6.2
- Popularity Content Plugins for Wordpress 2.6 Hack | Work at home






























Thanks for the upgrade, had mine offline for a year!
I manage two blogs and with wordpress 2.5 and 2.6.1, thanks popularity contest finally works on both
Your welcome dude!
Hi
Glad to see someone has updated this plugin. I've a little problem since a few days with it, it seems it just does not count anymore newer post. The rankings are like frozen ... Any idea what could have happened? I was using 1.3b3 on WP 2.6, everything was working fine. I hope that with your version it will work again, but i suspect the problem is somewhere else.
Hi Bertrand, thanks for your comment.
Mmm I had my info from way back, so im just using the the 30 days. As you can be on the right side bar this post its already on top. So I guess this version of the plugin is working.
Maybe you can post some feadback a couple of days later.
Cheers
hi. thanks for update.
Best regards
Thanks you for downloading, glad to help you.
Hi I'm testing this plug-in release 2.6.2 and I'm No fatal mistake.
It might happen that is the problem
A greeting
Grabriel:
If I installed 2.6.2, but I have not sack the fatal mistake. I had it installed before? or is it a new installation?
Hello i dont understand what i have to do whit the file. Txt? I have to upload to w-content/plugin
The text file has been posted as an extra. You can edit your plugin via wordpress plugin editor then you copy / paste the txt file into the plugin to overwrite it.
Hello, still gives me a fatal error.
Download the original plugin, then run the sentences on the BD phpMyAdmin successfully went to the publishers of plugins and delete everything he had and copy the code you provide. Activate when I came out the error
Hi,
Thanks for the hard work. I modded your mod and added the "CREATE TABLE" script to the plugin so you do not have to manually make them anymore. Feel free to grab my hack and add the install () function to your mod.
Install function works.
Your code did the trick ... I've got it working on a 2.6.3 blog. I had to cut the meat of your modded plugin and replace the original plugin's code (everything except the header) to get it going. For some reason my Plugins page was not seeing your plugin.
Also, did not see the PREFIX in the database tables until after I'd run the SQL.
After those tweaks, all is well (I think
Thanks for the help!
Cheers,
Byron
How do I put these 2 line into phpMyAdmin database table?
KEY post_id (post_id)
) ENGINE = MyISAM;