Flamingo

Beskrivelse

Flamingo er en arkiverings plugin til beskeder, oprindeligt skabt til Contact Form 7, som ikke gemmer sendte beskeder.

After activation of the plugin, you’ll find Flamingo on the WordPress admin screen menu. All messages through contact forms are listed there and are searchable. With Flamingo, you no longer need to worry about losing important messages due to mail server issues or misconfiguration in mail setup.

Du kan finde mere detaljerede oplysninger på Contact Form 7 dokumentations side.

Beskyttelse af personlige oplysninger

Denne plugin lagrer de data som indsamles via kontaktformularer, som kan indeholde afsenders personlige oplysninger i databasen på den server, der er vært for hjemmesiden.

Installation

  1. Uploade hele flamingo mappen til /wp-content/plugins/ bibliotek.
  2. Aktiver plugin’et via “Plugins” menuen i WordPress.

Anmeldelser

5. januar, 2025 5 replies
This plugin only works with contact forms using PHP mail. It doesn’t seem to work with an external SMTP mail server. I tested it out and there were no messages collected in DB. Also there’s no option to add more email addresses under Contact Book tab which shows only the users already registered in your WP site. So this feature is useless.
8. november, 2024
This is a great tool, especially with its integration into the Contact Form 7 plugin. However, there’s a minor bug when exporting non-Latin characters, such as Persian. It seems the encoding is set to Western by default. Switching to UTF-8 encoding should resolve the issue. Thanks!
2. juni, 2023
Sending contact forms takes usually 3s.With Flamingo active and 30k records in db the time is much greater, repeatable 15s which is unacceptable.
3. februar, 2023
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
Read all 118 reviews

Bidragsydere & udviklere

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

Bidragsydere

“Flamingo” er blevet oversat til 44 sprog. Tak til oversætterne for deres bidrag.

Translate “Flamingo” into your language.

Interesseret i udvikling?

Gennemse koden, tjek SVN repository, eller abonner på udviklerloggen via RSS.

Ændringslog

2.5

  • Bumps up the minimum required WordPress version to 6.4.
  • Uses wp_json_encode() instead of json_encode().
  • Uses get_views_links().
  • Uses null coalescing operators.

2.4

  • Opgraderet til minimum påkrævet WordPress version 6.1
  • Opgraderet til minimum påkrævet PHP version 7.4.
  • Fjerner uanvendte udgående beskedkoder.
  • Introducerer Flamingo_CSV classes for fully customizable CSV generation.
  • Nyt filter hook: flamingo_contact_csv_class
  • Nyt filter hook: flamingo_inbound_csv_class
  • Bruger admin_init til planlægning af cron-jobs.