Title: Starbox Voting
Author: jigenhe
Published: <strong>2009 年 2 月 25 日</strong>
Last modified: 2009 年 5 月 5 日

---

搜尋外掛

這個外掛**並未在最新的 3 個 WordPress 主要版本上進行測試**。開發者可能不再對這個
外掛進行維護或提供技術支援，並可能會與更新版本的 WordPress 產生使用上的相容性問題。

![](https://s.w.org/plugins/geopattern-icon/starbox-voting.svg)

# Starbox Voting

 由 [jigenhe](https://profiles.wordpress.org/jigenhe/) 開發

[下載](https://downloads.wordpress.org/plugin/starbox-voting.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/starbox-voting/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/starbox-voting/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/starbox-voting/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/starbox-voting/#developers)

 [技術支援](https://wordpress.org/support/plugin/starbox-voting/)

## 外掛說明

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](http://www.sealedbox.cn/starbox/)

If you like this plugin , and translate it to other language , please [let me know](http://www.sealedbox.cn/starbox/)

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 ;
    ```

## 螢幕擷圖

 * [[
 * Front Page Display Style
 * [[
 * Starbox Voting Style

## 安裝方式

 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″ />`

## 使用者評論

這個外掛目前沒有任何使用者評論。

## 參與者及開發者

以下人員參與了開源軟體〈Starbox Voting〉的開發相關工作。

參與者

 *   [ jigenhe ](https://profiles.wordpress.org/jigenhe/)

[將〈Starbox Voting〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/starbox-voting)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/starbox-voting/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/starbox-voting/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/starbox-voting/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/starbox-voting/)。

## 中繼資料

 *  版本 **2.0.4**
 *  最後更新 **17 年前**
 *  啟用安裝數 **10+**
 *  WordPress 版本需求 ** 2.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **2.7**
 *  語言
 * [English (US)](https://wordpress.org/plugins/starbox-voting/)
 * 標籤:
 * [popularity](https://tw.wordpress.org/plugins/tags/popularity/)[post](https://tw.wordpress.org/plugins/tags/post/)
   [voting](https://tw.wordpress.org/plugins/tags/voting/)
 *  [進階檢視](https://tw.wordpress.org/plugins/starbox-voting/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/starbox-voting/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/starbox-voting/reviews/)

## 參與者

 *   [ jigenhe ](https://profiles.wordpress.org/jigenhe/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/starbox-voting/)