Popularity Contest 1.4 Wordpress Plugin 2.6 Fixed and Hacker
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% [?]
17 comments to "Popularity Contest 1.4 Wordpress Plugin 2.6 Fixed and Hacker"
Trackback URI | Comments RSS







on 07 Sep 2008 at 3:41 pm # LinuxMan
Thanks for the upgrade, had mine offline for a year!
I manage two blogs and with wordpress 2.5 and 2.6.1, thanks finally popularity contest works on both
[Reply]
fher98 responded on September 10th, 2008:
Your welcome dude!
[Reply]
on 07 Sep 2008 at 5:06 pm # Wordpress Popularity Contest ready to wp 2.6.1 | Five Horizons
[...] A few days gave me the task of erasing wordpress plugins I had no use, and top with me popularity contest. I decided to find if there was any update or other plugin that would work and provide the same functionality, and appeared Popularity Contest 1.4. [...]
on 10 Sep 2008 at 5:57 pm # Bertrand
Hi
Glad to see someone you've 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.
[Reply]
fher98 responded on September 10th, 2008:
Bertrand Hi, thanks for your comment.
Mmm I had my info from way back, so im just using the 30 days. As you can be on the right side bar this post already on its top. So I guess this version of the plugin is working.
Maybe you can post some feadback a couple of days later.
Cheers
[Reply]
on 11 Sep 2008 at 9:44 pm # Baron
hi. thanks for update.
Best regards
[Reply]
fher98 responded on September 12th, 2008:
Thanks you for downloading, glad to help you.
[Reply]
on 20 Sep 2008 at 1:35 am # Gabriel
Hi I'm testing this plug-in version 2.6.2 and gives me the fatal error.
You can occur which is the problem
A greeting
[Reply]
fher98 replied on September 22nd, 2008:
Grabriel:
If I have installed the 2.6.2, but I was not sack the fatal error. Already I had previously installed? or is a new installation?
[Reply]
on 20 Sep 2008 at 2:37 am # Gabriel's Blog "Popularity Contest for wordpress 2.6.2
[...] I have based on the rule of guatewireless but did not work and you've left a message [...]
on 26 Sep 2008 at 10:18 am # Cesar
Hello i dont understand what i have to do whit the file. Txt? I have to upload to w-content/plugin
[Reply]
fher98 responded on September 26th, 2008:
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.
[Reply]
on 26 Sep 2008 at 12:06 pm # Cesar
Hello, I am still giving a fatal error.
Download the original plugin, then run the sentences in the BD using phpMyAdmin successfully, I went to edit plug-in and delete everything they had and copy the code you provide. At the time I left the wrong turn
[Reply]
on 09 Oct 2008 at 11:31 am # Popularity Content Plugins for Wordpress 2.6 Hack | Work at home
[...] Somewhere around 2.5 Wordpress it stopped working. I finally found a working model here at GuateWireless.org (direct link to plugin). I downloaded the mod and added the table script so instead of having to [...]
on 09 Oct 2008 at 11:42 am # matt
Hi,
Thanks for the hard work. I Modd your mod and added "Create tables" script to the plugin so you do not have to manually make them anymore. Feel free to grab my hack and install the add () function to your mod.
[Reply]
on 26 Oct 2008 at 11:01 pm # Byron
Your code did the trick ... I've got it working on a 2.6.3 blog. I had to cut the meat of your Modd plug 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
[Reply]
on 04 Nov 2008 at 6:53 am # Achuna
How do I put these into line 2 phpMyAdmin database table?
KEY post_id (post_id)
) ENGINE = MyISAM;
[Reply]