Plugin info

Total downloads: 4,588
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 5/5/2009 (6084 days ago)
Added to WordPress: 2/25/2009 (16 years old)
Minimum WordPress version: 2.0
Tested up to WordPress version: 2.7
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 6084 days ago

20/100

Is Starbox Voting abandoned?

Possibly abandoned (last update 6084 days ago).

Compatibility

Requires WordPress: 2.0
Tested up to: 2.7
Requires PHP: f

Languages

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

Vote It Up
Rating 1.0/5 (1 reviews)Active installs 90
WP Popular Posts
Rating 4.5/5 (247 reviews)Active installs 100,000
number of view
Rating 0.0/5 (0 reviews)Active installs 60
WP-Ranking PRO
Rating 0.0/5 (0 reviews)Active installs 60
BE Stats
Rating 4.5/5 (2 reviews)Active installs 30
Rate Own Post
Rating 4.5/5 (2 reviews)Active installs 10

Description

This plugin adds voting functionality for posts. visitors can vote for the post and against.

The Plugin HomePage on right is wrong , i’ sorry to that, and you can see how it works click Starbox Voting HomePage

If you like this plugin , and translate it to other language , please let me know

Change Log

1.1: Add plugins init setting , set display image as default image.

1.2: Repaire ajax Request ,no response .

1.3 Add so Style to choose In Setting > Starbox

1.4 You can set style by yourself In Setting > Starbox

1.5 Change error: no effect when change style in backend
Add ghosing effect when mouse hover the stars
Change Style Setting Page style.

1.6 Add Language Package

1.7 Rename every function . to avoid with other plugins

1.8 Compatible with Windows And Linux

2.0.2 Fix database create table only have ‘wp_’ prefix .

2.0.3 Clear code.

2.0.4 Fix Ie8 Bug:add this right after :

Requirements

  1. A working WordPress install

  2. WordPress theme must contain a call to the get_header() function

  3. WordPress theme must contain the WordPress loop

Most WordPress installs have these, so you need not worry about these.

In addition, one must have JavaScript enabled in their browsers in order to vote.

Customizing

If the plugin cannot write to the database, you can try manually executing the below SQL queries (you can use phpMyAdmin to do this):

    CREATE TABLE `wp_starboxvoting` (
                                  id int(11) NOT NULL auto_increment,
                                  object_id int(11) NOT NULL,
                                  ip varchar(64) character set latin1 NOT NULL,
                                  vote int(11) NOT NULL,
                              PRIMARY KEY  (`id`)
                            ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ;

Installation

  1. Upload the folder starbox to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You will need to insert the code (<?php if(function_exists('starbox_voting')){starbox_voting(get_the_ID());} ?>) into the WordPress loop.
  4. You can also insert the code (<?php if(function_exists('starbox_voting')){starbox_voting(get_the_ID());} ?>) into the Post (single.php) or Pages (page.php).
  5. 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)
  6. If You want starbox work in ie8 , please add this right after: <meta http-equiv=”X-UA-Compatible” content=”IE=EmulateIE7″ />

Frequently Asked Questions

No FAQ available

Review feed

No reviews available

Screenshots

  1. <p>Front Page Display Style</p>

    Front Page Display Style

  2. <p>Starbox Voting Style</p>

    Starbox Voting Style

Changelog

No changelog available