このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Contact Form with Mailman

説明

This plugin creates a simple contact form with a check box to subscribe to a mailman mailing list. The config is in the main file. Future versions will include the settings directly in the WordPress admin.

スクリーンショット

  • This is what the output looks like.

インストール

  1. Upload the contents of the zip to the ‘/wp-content/plugins/’ directory.
  2. Navigate to the plugins dashboard
  3. Search for ‘Contact Form with Mailman’
  4. Click ‘Activate’
  5. Click on ‘Mailman Settings’ on the left.
  6. Fill in the 3 fields to match your mailman mailing list.
  7. Click ‘Update’
  8. Add the short code ‘[mailman_contact_form]’ to any page or post you would like the form to display on.

You’re done!

FAQ

Q: Can you update the mailing list settings in the admin?
A: At the moment no but this will be coming in a future release.

Q: Will upgrading from version 1.x to version 2.x break it?
A: Yes! In version 1.x the mailman list information was stored in the main php file. With version 2.x the mailman list information is now accessable through the WordPress Admin menu. Because version 2.x is looking for the list info in a different spot you will need to update the settings in the WordPress Admin.

評価

2016年9月3日
This Plug in works as promised. Great support from the author. Helpful hint for those that may come after later, be sure you have the correct URL for the 'Mailman List URL' which adds the subscribers to the list. For my host, it ended up being something similar to: https://mylist.host.net/mailman/admin/mylistname/members/add This plug in definitely works with WordPress 4.4.2 😉 Awesome!
1件のレビューをすべて表示

貢献者と開発者

Contact Form with Mailman はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Contact Form with Mailman” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.1.2

  • Commented out print_r() which was causing unwanted output.

2.1.1

  • Updated error message to be more descriptive.

2.1.0

  • Saving settings now indicates to the user the settings were saved. Updated the look of the settings page form and some wording changes.

2.0.0

  • All config options are now available in the WordPress Admin

1.1.2

  • Subscribe to mailing list checkbox is now checked by default.

1.1.1

  • I honestly don’t remember what I did for this update.

1.1.0

  • Added prefix to each function to eliminate conflicts

1.0.0

  • Inital release