プラグイン名
cdnvote
cdnvoteとは?
wordpressの投稿記事に対して評価を投票する機能を追加するプラグイン。記事1件毎に投票をすることを可能にします。
この投票プラグインはMTVoteを参考にして作られています。
主な特徴
- 記事に対して5段階評価での投票機能
- 簡易連続投票防止機能
- 投票結果一覧表示機能
インストール
- cdnvoteフォルダをwordpressのプラグインディレクトリへアップロードしてください。
- アップロード後にcdnvoteを有効化してください。
- cdnvoteの投票フォームや投票結果などを表示するcdnvoteのタグをテンプレートに挿入してください。投票結果はウィジェットで表示することも可能です。
オリジナルタグ
- <?php show_cdnvote_form(); ?>
- 記事への投票フォームを表示します。ループ内で使用します。
- <?php show_cdnvote_count(); ?>
- 記事への総投票数を表示します。ループ内で使用します。
- <?php show_cdnvote_average(); ?>
- 記事の投票された得点を表示します。ループ内で使用します。
- <?php show_cdnvote_list(); ?>
- 記事の得点の高い順にリストを表示します。ウィジェットでも同様に表示することができます。
ダウンロード
最新バージョン:0.4.2
cdnvote_0_4_2_ja.zip 6.1KB (日本語版/Japanese edition)
注意
- プラグインを無効化するとそれまで投票されたデータは削除されます。
変更履歴
- 2011/02/25 バージョン 0.4.2 公開.
- 不具合を修正
- 2009/04/17 バージョン 0.4.1 公開.
- 不具合を修正
- 関数名を修正
- 2009/04/16 バージョン 0.4 公開.
- 投稿画面に投票機能のON/OFFの選択タブを追加
- 関数を全面的に修正
- 2009/04/10 バージョン 0.3 公開.
- ウィジェットを追加
- 関数名を修正
- 2009/04/06 バージョン 0.2 公開.
- 関数名を修正
- 2009/04/02 バージョン 0.1 公開.
cdnvote : The plugin add a vote function to wordpress
Plugin Name
cdnvote
About cdnvote
Plug in to add a function to vote for by evaluation for an online posting of wordpress to. I make it possible to vote for one article.
This vote plug in refers to MTVote, and it is made.
main characteristic
- vote five-grade evaluation to the post
- A prevention of temporarily consecutive votes function
- A list of results indication function
Install
- Upload cdnvote dirctory to your WordPress /wp-content/plugins/ directory or install through the auto-installer
- Activate the plugin through the ‘Plugins’ menu in WordPress
- Please insert a tag of cdnvote displaying a vote form or a result in a template.I can display the result with widget.
cdnvote Tag
- <?php show_cdnvote_form(); ?>
- I display a vote form to the article. I use it in a loop.
- <?php show_cdnvote_count(); ?>
- I display a total poll to the article. I use it in a loop.
- <?php show_cdnvote_average(); ?>
- I display the average score voted for of the article. I use it in a loop.
- <?php show_cdnvote_list(); ?>
- I display a list in the high order of the score of the article.widget also.
Download
latest version:0.4.2
cdnvote_0_4_2.zip 5.9KB (English edition)
Attention
- If cdnvote plugin deactivate,then voted data are deleted.
Change Tracking
- 2011/02/25 version 0.4.2 release.
- bug fix.
- 2009/04/16 version 0.4.1 release.
- bug fix.
- optimize some function name.
- 2009/04/16 version 0.4 release.
- add a ON/OFF select tab in the post editing form.
- optimize almost function.
- 2009/04/10 version 0.3 release.
- add a widget
- optimize some function.
- 2009/04/06 version 0.2 release.
- optimize some function names.
- 2009/04/02 version 0.1 release.
Very nice plug in, it really helps to interact with the visitors. Thank you