Starbox
Posted by admin on 17 June, 2009
No comments yet
This item was filled under [ wordpress plugins ]
Description
This plugin adds voting functionality for posts. visitors can vote for the post and against.
Installation
- Upload the folder `starbox` to the `/wp-content/plugins/` directory
- Activate the plugin through the ‘Plugins’ menu in WordPress
- You will need to insert the code (<?php if(functions_exists(’starbox_voting’)){starbox_voting(get_the_ID());} ?>) into the WordPress loop.
- You can also insert the code (<?php if(functions_exists(’starbox_voting’)){starbox_voting(get_the_ID());} ?>) into the Post (single.php) or Pages (page.php).
- You can customize the plugin options via the Wordpress Dashboard (Options > Starbox in Wordpress versions prior to 2.3, Settings > Starbox in Wordpress versions after 2.5)
- If You want starbox work in ie8 , please add this right after<head>: <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />
Translation Instructions
If your language is not include in this pulgin and you want to contribute a translation, follow these steps:
- Download the latest version and install it to your blog.
- Go to {plugin directory}/languages, you’ll find a file named {plugin name}.po that you have to rename to include your WPLANG. (for example: starbox-zh_CN.po)
- Open this file in poEdit (free software) and start your translation.
- Upload .MO file to {plugin directory}/languages and test it on your blog.
- Send both the .PO and .MO files to me via Email. (my email: again.0120@hotmail.com)
- Done.