Author: Takayuki Miyoshi
-
Contact Form 7 1.4.1
I released Contact Form 7 1.4.1 which is minor update including: Revision of Akismet option in form tag, and Spanish and Catalan translations by Jordi Sancho. Revision of Akismet option in form tag akismet:content option was removed. Now, all field values are concatenated and sent to Akismet server as comment content. The reason for this…
-
メールの件名の文字化け防止パッチの実証プラグイン
注意: このプラグインと tenpura さんによる WP Multibyte Patch を同時に有効にしているとコンフリクトを起こすことが確認されています。WP Multibyte Patch はメールの文字化け回避のほか、WordPress で日本語を正しく処理するために必要となる修正を網羅しているので、WP Multibyte Patch の使用をおすすめします。(2007/11/21 追加) このプラグイン (Demonstration #4457) は機能的には Nippon 2 プラグインの後継にあたるものです。実体にそぐわなくなっているので Nippon の名称は使わないことにしました。 Nippon 2 で説明した phpMailer とメールの件名の文字化けの問題については、WordPress Trac #4457 に同様の報告が上がっていたのでそこに追加でコメントしています。この件は今のところ WordPress 2.3 での対応が目標になっていますが延期になる可能性もあります。 Update: WordPress 2.4 に延期になりました。 Demonstration #4457 は #4457 に送ったパッチをベースにしており、パッチが正常に機能することを確かめる目的で作られています。Demonstration #4457 が Nippon 2 と異なるのは以下の3点です。 mbstring 関数を使わず基本的な PHP 関数のみで実装 Base64…
-
Contact Form 7 1.4
I released new version 1.4 of Contact Form 7 today. The main feature is spam filtering with Akismet.
-
WP Mail Tester
I wrote a development-use handy plugin for repeated test of sending mail function of WordPress, i.e. wp_mail(). You can directly specify four parameter values for wp_mail(), To, Subject, Message Body and Headers and send it in control panel. Download and Installation Download zip file and unzip it. Upload wp-mail-tester.php to the plugins directory. Activate WP…
-
Contact Form 7 1.3
Contact Form 7 1.3 is now available. I added new type of form element tag named [select]. This tag is replaced by a <select> element. Example: [select your-country “China” “India” “other”] This tag is replaced to: <select name=”your-country”> <option value=”China”>China</option> <option value=”India”>India</option> <option value=”other”>other</option> </select> Then you can insert user selection into mail sent to…
-
Contact Form 7 1.2
Contact Form 7 1.2 is now available. A main feature of this version is introduction of jQuery Form Plugin. Due to this, we could replace the input validation process to client side and use AJAX posting. While we lost compatibility with old version WordPress. New supported WordPress version is 2.2 or higher. I’m sorry if…
-
Tam-google-adsense
Summary This is the simplest Google AdSense code installer plugin for WordPress. Just copy and paste your AdSense code into option panel, then it inserted into bottom of post contents. Code will not be inserted in case login insider accesses, so you don’t need to worry about own clicks by carelessness. 適当に作った tam-google-analytics が意外に好評なので AdSense…
-
Nippon2 1.1 リリース
Nippon2 プラグインの更新を行いました。一部の環境でヘッダに不必要な空白行が入るケースについて報告がありましたので(Sa・Ga さん、ありがとうございました)、その対応を行っています。 こちらからダウンロードできます。 RFC 2822 ではヘッダ行の1行が長い場合、\r\n (CRLF) により行を分割するとしていますが、\r\n で分割した Subject: 行を正しく処理しない MTA が一部に存在するようです。なお、WordPress の wp_mail() では \n でヘッダ行の分割をしており、問題の環境でもこの場合は支障がないようでしたので、今回の更新で Nippon2 でも \n による分割を採用しています。
-
Simple Aggregation
Simple Aggregation は複数の RSS/Atom フィードをひとつのフィードに束ねる WordPress プラグインです。SimplePie を使っています。 出力するフィードの形式はいまのところ RSS 2.0 のみですが、将来的にはバリエーションを増やすかもしれません。 インストール ここから zip ファイルをダウンロードして展開してください。中に入っている wp-simple-aggregation フォルダを丸ごと WordPress の plugins ディレクトリにコピーして(構成は下図参照)、Simple Aggregation プラグインを有効化してください。 wp-content | +- plugins | +- wp-simple-aggregation | +- wp-simple-aggregation.php +- index.php +- simplepie.inc +- cache/ wp-simple-aggregation の下にある cache フォルダは書き込み可能なように権限指定してください。
-
Contact Form 7
This post is no longer updated. Move to Contact Form 7 official site. Download | Plugin Homepage | FAQ | Support Forum (日本語の説明はこちら) Summary Just another contact form plugin. Simple but flexible. Supports multiple contact forms. You can customize form and mail contents with simple markup. AJAX submitting with jQuery Form Plugin. Spam filtering with…