Author: Takayuki Miyoshi
-
Is file attachment working on your site?
Hi, if you are using Contact Form 7 plugin and its file uploading and attachment feature, could you help me solve a problem? Since I released Contact Form 7 1.9 with the feature, I’ve received some trouble reports that says file uploading isn’t working on their site. However, when I tested it on my site…
-
Contact Form 7 1.9.2
Contact Form 7 1.9.2 is now available. This version includes a new type of tag for customizable quiz fields. This new version also contains stylesheets for languages that are written in right-to-left. Quiz Tag In order to distinguish a form submission by a computer program versus one from a human, and also to block them,…
-
Check your site before reporting trouble, please!
I have been getting feedback from many Contact Form 7 users everyday. It gives me great pleasure to hear the voices of the users. Some of what I hear, however, are reports of trouble. These resports are helpful to me in detecting bugs in the plugin, or to give me suggestions for enhancements to the…
-
Contact Form 7 1.9.1
Happy New Year! I have just released Contact Form 7 1.9.1 and this version includes support of pipe notation, little bug fixes and translation updates. Pipe Support Imagine that you are a webmaster of a company and you need a contact form on your site which will allow the sender to select an email recipient.…
-
File uploading and attachment with Contact Form 7
In this post, I will explain the file uploading and attachment feature introduced in Contact Form 7 1.9. If you are not familiar with Contact Form 7, please read the plugin homepage and FAQ first. Summary With this feature, you can allow your visitors to upload their files via your form, and then an email…
-
Contact Form 7 1.9
Contact Form 7 1.9 is now available! Required WordPress version changed New required version is WordPress 2.5 or greater. This change is needed because Contact Form 7 1.9 uses the Shortcode API which is introduced in WordPress 2.5. Using the Shortcode API allows you to redece the possibility of conflicts with other plugins. New admin…
-
Contact Form 7 1.8.1.1
Contact Form 7 1.8.1.1 has been released. It’s including Hebrew translation by Yaron Ofer and Ukrainian translation by Andrey Kovba. Contact Form 7 1.8.1 Contact Form 7 1.8.1.1 をリリースしています。Yaron Ofer さんのヘブライ語の言語ファイルと Andrey Kovba さんのウクライナ語の言語ファイルをパッケージに追加しています。
-
Contact Form 7 1.8.1
Contact Form 7 1.8.1 is now available. This version is compatible with the new admin interface of WordPress 2.7, so if you are trying the beta release of WordPress 2.7, I recommend you update soon to get the full benefit. WordPress 2.7 has introduced a new admin menu structure, and you can find the Contact…
-
Contact Form 7 1.8.0.4
I released Contact Form 7 1.8.0.4. This update includes a few bug fixes and four newly added translations. Indonesian (id_ID) – Hendry Lee Greek (el_EL) – Nick Mouratidis Persian (Farsi; fa_IR) – Mohammad Musavi Slovene (sl_SI) – Mihael Simonič Thank you so much! My developing of Contact Form 7 1.8.1 is late. I’m planning to…
-
wp_mail() にファイル添付のサポートが追加
開発バージョンの WordPress に取り入れられた変更のなかで気になるものをピックアップして紹介していきます。 Changeset 9213 にて取り入れられた変更により、wp_mail() にファイル添付のサポートが追加されました。 WordPress で採用している PHPMailer ライブラリはもともと添付ファイル付きのメール送信をサポートしていましたが、WordPress 側のラッパーである wp_mail() にそれをコントロールする機能がありませんでした。この変更によりこれまでよりシンプルな方法でファイル添付を実現できるようになります。 Contact Form 7 でもファイル送信フォームのサポートについて数多くの要望をいただいていますが、今回の WordPress 本体側でのサポートを受けて WordPress 2.7 以上でのみ利用可能な形での実装を検討しています。 WordPress Trac – Changeset 9213 Add attachment support to wp_mail. Fixes #7787 props AaronCampbell.