Demo product 1

This is demonstration Cf Shopping Cart.
Demo product 1

これは、CFショッピングカートプラグインのデモ用商品記事です。

MakerExample company
Product ID001
NameDemo product 1
Price$5.90
Quantity

Fri Feb 5 2010 11:44:55 | Demo Classify 1-1-1 | No Comments »

Fixed Menu plugin update to ver.1.6.7

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 »

Koyomi plugin for Wordpress

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 »

feeeeed plugin version update to 0.3

Added option and fix.

  • After seconds to move URL
  • 時間が経過したら URL を移動する

http://wordpress.org/extend/plugins/feeeeed/

Mon Nov 2 2009 11:27:25 | Please tell me mistakes in my English. and Wordpress and plugin | No Comments »

About Counter in Sidebar widget

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 »

la passeggiata

Q.F. さんのホームページ Wordpress plugin の QF-GetThumb など
http://la-passeggiata.com/

QF-GetThumb

Fri Oct 9 2009 23:53:22 | Link | 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 »

Fixed Menu plugin

fm1Fixed Menu は Wordpress のプラグインです。このプラグインを使用するとページ・カテゴリー・投稿の枠をを無視して好き勝手な組み合わせのメニュー(箇条書き)を組み立てることができます。
外部リンクも組み込めます。

作成したメニューはテーマの中・サイドバーウィジット・コンテンツの中へ php コードまたはショートコードを埋め込むことで配置できます。
fm2
メニューのアイテムは設定画面でコンテンツの一覧から選ぶだけです。

Q.F. さん制作の QF-GetThumb プラグインを使用するオプションをオンにするとメニューの先頭に画像を表示できます。ありがとうございます。

Q.F. さん制作の QF-GetThumb プラグイン http://la-passeggiata.com/

Wed Sep 30 2009 23:35:49 | Wordpress and plugin | No Comments »

Demo Classify 1-3-2-a

Demo Classify 1-3-2-a

Fri Feb 4 2000 10:53:31 | Demo Classify 1-3-2 | No Comments »

Demo Classify 1-3-1-a

Demo Classify 1-3-1-a

Fri Feb 4 2000 10:53:06 | Demo Classify 1-3-1 | 2 Comments »