Wordpress
Cf Shopping Cart plugin.
THIS IS TEST VERSION (0.2.3).
Added PayPal Instant Payment module include.
Installation before remove prev version.
このバージョン 0.2.3 はテスト版です。
PayPal インスタントペイメントのモジュールが追加されています。
前のバージョンを削除してからインストールして下さい。
Download: cf-shopping-cart-0.2.3-include-paypal-instant-payment-module
Fri Mar 5 2010 12:34:55 | Download and Wordpress and plugin | No Comments »
Translation for Belorussian has been newly created by Marcis Gasuns (http://pc.de/).
Thank you!
ベラルーシ語に翻訳されました。ありがとう御座います。
Fri Mar 5 2010 10:37:28 | Link and Wordpress and plugin | 1 Comment »
Translation for German has been newly created by Carola Fichtner.
Thank you!
ドイツ語に翻訳されました。ありがとう御座います。
Fri Feb 19 2010 11:30:51 | Wordpress and plugin | No Comments »
Additions: submit order to empty the cart.
Installation 6th step changed.
Installation
インストール方法
Thu Feb 18 2010 21:52:44 | Wordpress and plugin | 3 Comments »
Add output tag ‘<div class=“fixed-menu-toggle-button”>’.
Categories hierarchy support.
thereby Can create menu with button open/close.
Add function fixed_menu_get_current_name().
This function return to class name of menu item.
Demo is this website right sitdebar.
出力タグの追加 ‘<div class=“fixed-menu-toggle-button”>’.
カテゴリーの階層をサポート。
これにより、開閉ボタンを持つメニューが作成できます。
関数の追加 fixed_menu_get_current_name()。
この関数を使用するとメニューアイテムのクラス名を得られます。
デモは本サイトのサイドバーをご覧下さい。
Thu Feb 4 2010 15:29:41 | Please tell me mistakes in my English. and Wordpress and plugin | No Comments »
Download: Koyomi plugin ver.0.1.0 for Wordpress
Koyomi is a plugin that is popup message on mouse over the event-calendar plugin.
Demo: This website right sidebar event-calendar. (display Holiday and Rokuyo)
Koyomi プラグインはイベントカレンダープラグイン上に祝祭日や暦などをポップアップ表示するものです。
右サイドバーのイベントカレンダーがデモになっています。(祝祭日と六曜表示)
I send request add Koyomi plugin to Plugin Directory, but no replay…rejected? don’t care a damn.
Thu Feb 4 2010 10:24:33 | Download and Please tell me mistakes in my English. and Wordpress and plugin | No Comments »
Placement Counter in sideber widget text.
Enable Exec-PHP plugin.
サイドバーにカウンターを設置することになったのですが、
プラグインは高機能なものが多い?ようで
簡単に適当にやりたかったので
Exec-PHP プラグインを入れた後でサイドバーウィジットのTextにサクっと?
<div class="counter">
<?php
$log = './counter/num.txt';
$icons = './counter/icon';
$tag[0] = "<img src=\"" . $icons . "/c0.png\" title=\"0\" alt=\"0\">";
$tag[1] = "<img src=\"" . $icons . "/c1.png\" title=\"1\" alt=\"1\">";
$tag[2] = "<img src=\"" . $icons . "/c2.png\" title=\"2\" alt=\"2\">";
$tag[3] = "<img src=\"" . $icons . "/c3.png\" title=\"3\" alt=\"3\">";
$tag[4] = "<img src=\"" . $icons . "/c4.png\" title=\"4\" alt=\"4\">";
$tag[5] = "<img src=\"" . $icons . "/c5.png\" title=\"5\" alt=\"5\">";
$tag[6] = "<img src=\"" . $icons . "/c6.png\" title=\"6\" alt=\"6\">";
$tag[7] = "<img src=\"" . $icons . "/c7.png\" title=\"7\" alt=\"7\">";
$tag[8] = "<img src=\"" . $icons . "/c8.png\" title=\"8\" alt=\"8\">";
$tag[9] = "<img src=\"" . $icons . "/c9.png\" title=\"9\" alt=\"9\">";
$fh = fopen($log, 'r'); // いままでの人数を読み込む
flock($fh, LOCK_EX); // 排他ロック
$num = rtrim(fgets($fh)); // 総数
fclose($fh);
$num++;
$fh = fopen($log, 'w');
flock($fh, LOCK_EX); // 排他ロック
fwrite($fh, "$num\n");
fclose($fh);
$n0 = sprintf("%08d", intval($num));
$cnt = strlen($n0);
for ($i = 0; $i < $cnt; $i++) {
$c = substr($n0, $i, 1);
$html .= $tag[$c];
}
//print $num;
print $html;
?>
</div>
Fri Oct 16 2009 19:01:34 | Please tell me mistakes in my English. and Wordpress | No Comments »
プラグインのフォルダ名 fixed_menu を想定していました。アンダーバーです。
リポジトリにコミットしてダウンロードされるファイルは fixed-menu-?.?.zip
zip展開して出てくるフォルダも fixed-menu
マイナスなんです。
css と言語ファイル.moが読み込めなくなっておりました。すぐに気づかなかった。
Wordpress.org の更新日付が Last Updated: 1969-12-31 となってしまい直せない。
PCの日付は間違っていないし。
Thu Oct 1 2009 18:11:41 | Wordpress and plugin | No Comments »