=== WP Voting === Contributors: tristanmin Donate link: http://www.wpclue.com/ Tags: plugin, voting Requires at least: 3.0 Tested up to: 3.2 Stable tag: 1.2 Site owner to add voting functionality to the blog posts. == Description == A plugin to site owner to add voting functionality to the blog posts. Features 1. Control voting feature via voting on/off (admin feature) 2. Control allow or disallow post author to vote his own posts (admin feature) 3. Customise alert message for non logged in users (admin feature) 4. Voting logs for site administrator (admin feature) 5. Sort voting logs by vote count or voted date (admin feature) 6. Show current vote count and vote button on frontend templates 7. Compitible with almost all of the themes. You just need to call required function from your template Features in future releases 1. Export to CVS for admin voting logs 2. Customise voting icons 3. Registered user voting logs 4. Total vote count widget 5. Top voted posts widget 6. Implement shortcode feature Note-1: Kindly please rate this plugin or vote the compatibility. So I could review it and improve the quality of this plugin. Appreciate your help! Note-2: My website domain has been changed from www.keentricks.com to www.wpclue.com Resources http://www.garyc40.com/2010/03/5-tips-for-using-ajax-in-wordpress/ http://www.onextrapixel.com/2009/06/22/how-to-add-pagination-into-list-of-records-or-wordpress-plugin/ http://www.onextrapixel.com/2009/07/01/how-to-design-and-style-your-wordpress-plugin-admin-panel/ http://planetozh.com/blog/2009/09/top-10-most-common-coding-mistakes-in-wordpress-plugins/ http://wordpress.org/extend/plugins/vote-it-up/ == Installation == 1. Upload `wpv-voting` folder to `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. Go to Voting menu >> Voting Options and turn on the voting feature 4. You may add the custom alert message for non logged in users 5. Add `if(function_exists('wpv_voting_display_vote')) wpv_voting_display_vote(get_the_ID());` between the wordpress loop of your theme templates such as category.php or single.php Note: This plugin will create two tables in your wordpress database == Frequently Asked Questions == Please check it out my blog http://www.wpclue.com/development/plugins/wordpress-voting-plugin/ == Screenshots == 1. Sample vote count and voting button (logged in user) 2. After vote or post author view 3. Default alert message for un-logged in user 4. Sample admin voting logs 5. Admin voting options panel == Changelog == = 1.0 = * The first release of the plugin. = 1.1 = * Fixed broken images = 1.2 = * Added allow or disallow post author to vote his own posts feature