Flamingo

描述

Flamingo是最初为Contact Form 7创建的消息存储插件,不存储提交的邮件。

激活插件后,您将在WordPress管理屏幕菜单上找到Flamingo。 通过联系表单的所有消息都列在那里,并且是可搜索的。 使用Flamingo,由于邮件服务器问题或邮件设置错误配置,您无需担心丢失重要邮件。

更详细的信息,请参阅Contact Form 7文档页

Privacy Notices

This plugin stores submission data collected through contact forms, which may include the submitters’ personal information, in the database on the server that hosts the website.

安装

  1. 上传整个 flamingo 文件夹到 /wp-content/plugins/ 目录。
  2. 通过WordPress的“插件”菜单激活插件。

评价

2022年4月28日
Is this plugin going to be updated to keep up with the latest Wordpress version? Warning: This plugin has not been tested with your current version of WordPress.
2022年4月26日
Fatal error: Uncaught ArgumentCountError: Too few arguments to function save_custom_meta(), 1 passed in /home/public_html/wp-includes/class-wp-hook.php on line 309 and exactly 3 expected in /home/public_html/wp-content/themes/cmg-twentysixteen-child/functions.php:445 Stack trace: #0 /home/public_html/wp-includes/class-wp-hook.php(309): save_custom_meta(5866) #1 /home/public_html/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #2 /home/public_html/wp-includes/plugin.php(474): WP_Hook->do_action(Array) #3 /home/public_html/wp-includes/post.php(4687): do_action('save_post', 5866, Object(WP_Post), true) #4 /home/public_html/wp-content/plugins/flamingo/includes/class-contact.php(202): wp_insert_post(Array) #5 /home/public_html/wp-content/plugins/flamingo/includes/class-contact.php(135): Flamingo_Contact->save() #6 /home/public_html/wp-content/plugins/flamingo/includes/user.php(58): Flamingo_Contact::add(Array) #7 /home/publi in /home/public_html/wp-content/themes/twentysixteen-child/functions.php on line 445
2021年10月28日
I love this plugin. One thing I would like is that I don't like the sidebar in the admin panel to be overwhelmed. It would be nice if there is an option to place it within the ContactForm7 items in the side menu.
阅读所有111条评价

贡献者及开发者

“Flamingo” 是开源软件。 以下人员对此插件做出了贡献。

贡献者

“Flamingo”插件已被翻译至42种本地话语言。 感谢所有译者为本插件所做的贡献。

将“Flamingo”翻译成您的语言。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

2.2.3

  • Fixed: Cron jobs clean-up on plugin deactivation was failing to work.

2.2.2

  • Address Book: Hides the Filter button if there is no working filter.

2.2.1

  • Outputs a local date/time in a CSV export file.
  • Removes load_plugin_textdomain() calls.
  • Removes a reference to $_wp_last_object_menu.
  • Removes the set-screen-option filter.
  • Inherits post_status from the previous admin page.
  • Avoids using wp_date() for MySQL DATETIME values.
  • Has been tested with WordPress 5.6.

2.2

  • Sets the post_date of an inbound message based on the submission timestamp.
  • Allows users to search and filter messages within the Spam subgroup.
  • Changes the visibility of the $found_items property to private and introduces the count() method as an alternative.
  • Changes the visibility of the $id property to private and introduces the id() method as an alternative.
  • Introduces the submission result in the inbound message viewer screen.
  • Stores the posted_data_hash value for search.

2.1.1

  • Security enhancement, CSV: Prefixes a field when its value begins with =, +, -, or @. See https://contactform7.com/2020/01/15/heads-up-about-spreadsheet-vulnerabilities/ for details.
  • New filter hook: flamingo_csv_field_prefix

2.1

  • UI improvements in displaying JSON reCAPTCHA logs in the Inbound Message editor page.
  • Moves to trash automatically after every 30 days of the creation of spam messages.