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

Desde hace algun tiempo que el agregado de Popularity Contest dejo de funcionar. Supongo que el señor King no tiene tiempo para actualizarlo.

El dia de hoy me tome el tiempo para revisar el codigo del plugin y hacer los cambios necesarios. Es una lastima que un plugin tan popular se tire a la basura.Ya que en mi blog yo ya habia instalado versiones anteriores del plugin no fue necesario crear las tablas para la base de datos, pero si estas haciendo una instalacion nueva puede ser necesario correr este script contra tu base de datos:

    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/Descarga

Cambios:

  • Popularity Contest 1.4mod ha sido actualizado para soportar WordPress 2.6.1
  • Añadido akpc_most_popular_in_last_month () hack para mostrar los post más populares de los últimos 30 días.

Por favor necesito informacion/reaccion de como ha funcionado el plugin, gracias.

Popularity: 100% [?]