IaVote

IaVote Install Statistics

0
100%
Today: 0 Yesterday: 0 All-time: 2,670 downloads
IaVote Icon

Try plugin: IaVote

We'll create fresh WordPress site with IaVote installed. You have 20 minutes to test the plugin after that site we'll be deleted.

Takes ~10 seconds to install.

About IaVote

IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.

0


0


0


0


0

updated: 13 years ago
since: 13 years ago

Description

IaVote enables bloggers to add voting functionality to their posts. Include 2 widgets: resume votes and most voted.

Features:

  • Vote for the best and worst
  • Length of time to vote
  • Dates of the votes
  • Selection of votes: day, week, month and all
  • Custom Pages listings votes
  • Language options

For more information see: http://www.informaticaautonomos.com/aplicaciones/iavote.php

Widget 1: total of votes in week, month, day and forever

Add in wordpress panel widged or insert this code in your theme:

Widget 2: Resume pages

1- create the diferent pages in wordpress: latest, random, mostComment, lessVoted, mostVoted
2- set the id’s in iavote_options.php
3- Put this code in index.php:

        global $options;
        widget_iavote_pages(
            $options['widget-pages']['latest'], $options['widget-pages']['random'], 
            $options['widget-pages']['mostComment'], $options['widget-pages']['lessVoted'],
            $options['widget-pages']['mostVoted']
        );

4- insert in page.php before:

and before insert: