=== Zero Conf Mail===
Contributors: nkuttler
Author URI: http://www.nkuttler.de/
Plugin URI: http://www.nkuttler.de/wordpress/zero-conf-mail/
Donate link: http://www.amazon.de/gp/registry/24F64AHKD51LY
Tags: admin, plugin, mail, mail form, contact, contact form, only html, pure html
Requires at least: 2.7
Tested up to: 2.9-rare
Stable tag: 0.3.2
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
== Description ==
It took me quite some time to check a few existing contact forms and I didn't like any of them. No, I don't want you to load jquery on every page of my blog. I want it localized, pretty please. Oh, and I want this JavaScript onfocus/onblur effect I wrote about. And why do I have to do any configuration at all anyway?
Install, add [zcmail] on some page or post, done.
My plugins
Better tag cloud:
I was pretty unhappy with the default WordPress tag cloud widget. This one is more powerful and offers a list HTML markup that is consistent with most other widgets.
Theme switch:
I like to tweak my main theme that I use on a variety of blogs. If you have ever done this you know how annoying it can be to break things for visitors of your blog. This plugin allows you to use a different theme than the one used for your visitors when you are logged in.
Zero Conf Mail:
Simple mail contact form, the way I like it. No ajax, no bloat. No configuration necessary, but possible.
Move WordPress comments:
This plugin adds a small form to every comment on your blog. The form is only added for admins and allows you to move comments to a different post/page and to fix comment threading.
Delete Pending Comments:
This is a plugin that lets you delete all pending comments at once. Useful for spam victims.
Snow and more:
This one lets you see snowflakes, leaves, raindrops, balloons or custom images fall down or float upwards on your blog.
Fireworks:
The name says it all, see fireworks on your blog!
Rhyming widget:
I wrote a little online rhyming dictionary. This is a widget to search it directly from one of your sidebars.
== Installation ==
Unzip, upload to your plugin directory, enable the plugin. Include it on a page or post by adding the shortcode [zcmail] somewhere on it.
== Screenshots ==
1. The contact form with minimal styling. See my contact page for the minimal onfocus JavaScript effect.
== Frequently Asked Questions ==
None Yet.
== Changelog ==
= 0.3.2 =
* Add hebrew translation, thanks to Asaf Chetkoff!
* Include CSS only on pages that contain the shortcode!
= 0.3.1 =
* This plugin should work by default on as many blogs as possible. Therefore I added a default CSS file that will be included on the form page if you upgrade to this version. Your CSS configuration will be preserved across future upgrades.
= 0.3.0 =
* Simplified and clarified the interface. After all it's called zero conf for a reason.
* Add italian translation, thanks to Gianni!
* Fix shortcode position on pages
= 0.1.11 =
* Clean up code, add documentation
* Admin CSS
* Update german translation
= 0.1.9 =
* Don't use trunk as stable, revert to earlier release and add bugfixes.
= 0.1.8 =
* Fix short PHP open tags, thanks to Kelson for finding them!
= 0.1.7 =
* Add email check for receiver to catch misconfigurations.
= 0.1.6 =
* Include sender's name in mail and fix I18N, thanks to Busse EDV for reporting.
* Success/failure messages are configurable.
* Produce valid HTML
= 0.1.5 =
* Fix upgrade data loss bug.
= 0.1.4 =
* Hopefully fix PHP5ism in array sorting.
= 0.1.3 =
* I've seen reports of upgrade troubles. Put the reset button where it can always be accessed. This will be hidden when things get more stable.
* Split main file and only include the things that are needed.
= 0.1.1 =
* Allow custom fields
* Restructure the code, document it
* New, flexible data structure
* Enable custom fields as requested
* I18N, german translation
* Check if sender's mail is an email address
* Check admin page & form permissions
* Add configurable link to plugin website
= 0.0.3 =
* Add success and failure messages
* All fields are mandatory.
= 0.0.2 =
* i18n mostly done
* Added german translation
= 0.0.1 =
* Initial release