Flamingo

Description

Flamingo ist ein Plugin zum Abspeichern von Nachrichten. Ursprünglich wurde es erstellt für Contact Form 7 (das die übertragenen Nachrichten nicht speichert).

Nach der Aktivierung des Plugins finden Sie Flamingo in Ihrem WordPress-Adminscreen. Alle Nachrichten Ihrer Kontaktformulare werden hier aufgelistet und sind durchsuchbar. Mit Flamingo brauchen Sie sich nicht länger Sorgen darüber zu machen, wichtige Nachrichten zu verlieren, nur weil es Probleme auf einem Mailserver oder Fehler bei den E-Mail-Einstellungen gibt.

Für detailliertere Informationen besuchen Sie bitte die Dokumentations-Seite für Contact Form 7.

Datenschutzhinweise

Dieses Plugin speichert die Daten, die durch Contact Form 7 abgefragt und übertragen wurden (unter Umständen inklusive persönlicher Daten des Absenders), in der Datenbank auf dem Webserver des Hosters.

Installation

  1. Laden Sie den kompletten Ordner flamingo in das Verzeichnis /wp-content/plugins/.
  2. Aktivieren Sie das Plugin im «Plugins»-Menu in WordPress.

Reviews

20. Oktober 2021
An absolutely first-rate and honest program - well designed and reliable. What is more, it is featured on the CF7 website. I considered this program and CFDB7. I was suspicious of the reviews on CFDB7 - only 400k installs and circa 1500+ 5-star reviews. At the time of writing, Flamingo has 700k installs and 100+ reviews. Having promoted software myself this seems much more realistic. CFDB7 also has a page comparing it with Flamingo and it makes a big thing about the number of reviews they have in comparison with Flamingo - which increases my suspicion even more. One thing that is worth bearing in mind is that when you launch an app you are inundated by dodgy 3rd world companies trying to sell you 1000+ 5-star reviews.
25. Juni 2021
I have CF7 but I don't receive the messages. Flamingo resolves this problem for me. 🙂
4. Juni 2021
If your site is regularly scanned with penetration testing tools like Arachni or Netsparker do not use this plugin. A single Netsparker scan can easily overwhelm a site with this plugin enabled. Performance degrades severely over the course of a pentest scan as "spam" messages build up. Submitting a new contact form slows down considerably because on the backend there seem to be an ever increasing number of database queries as the number of messages Flamingo stores goes up. Eventually it becomes like an amplification attack and it will overwhelm the backend WordPress database with too many queries. Submitting a single new contact form eventually produces thousands of queries on the backend to the database.
20. November 2020
Big fan of Flamingo for CF7. Simple, elegant and no extra fluff to it. Love the inbox filter. Once and a while a qualified message slips through, but overall very happy. Will use on all my WP sites.
9. Oktober 2020
Simple. Does what it needs to without any extra fluff.
Read all 105 reviews

Contributors & Developers

“Flamingo” is open source software. The following people have contributed to this plugin.

Contributors

“Flamingo” has been translated into 41 locales. Thank you to the translators for their contributions.

Translate “Flamingo” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

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

  • Verbesserung der Sicherheit bei CSV-Dateien: Felder, deren Inhalt mit =, +, - oder @ beginnt, erhalten ein Präfix. Siehe https://contactform7.com/2020/01/15/heads-up-about-spreadsheet-vulnerabilities/ (engl.) für weitere Informationen.
  • Neuer Filter-Hook: flamingo_csv_field_prefix

2.1

  • Verbesserungen bei der Anzeige von JSON-reCaptcha-Protokollen im Nachrichten-Eingang
  • Spam-Nachrichten werden 30 Tage nach Erstellung automatisch in den Papierkorb bewegt.