Flamingo

Beskrivning

Flamingo är ett tillägg för meddelandehantering som ursprungligen skapades för Contact Form 7, som inte lagrar postade meddelanden.

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.

För mer detaljerad information, se Dokumentationssida för Contact Form 7.

Integritetsnotiser

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.

Installation

  1. Upload the entire flamingo folder to the /wp-content/plugins/ directory.
  2. Aktivera tillägget via menyn ”Tillägg” i WordPress.

Recensioner

5 januari 2025 4 svar
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 februari 2023
Ни какого нормального функционала, все неудобно и примитивно! Никогда и никому не советую его использовать, есть нормальные варианты. Одна ценность – связь с Akismet.
Läs alla 118 betyg

Bidragsgivare och utvecklare

”Flamingo” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer

”Flamingo” har översatts till 44 språk. Tack till översättarna för deras bidrag.

Översätt ”Flamingo” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

2.5

  • Bumps up the minimum required WordPress version to 6.4.
  • Använder wp_json_encode() istället för json_encode().
  • Uses get_views_links().
  • Uses null coalescing operators.

2.4

  • Bumps up the minimum required WordPress version to 6.1.
  • Bumps up the minimum required PHP version to 7.4.
  • Tar bort oanvända koder för utgående meddelanden.
  • Introduces Flamingo_CSV classes for fully customizable CSV generation.
  • New filter hook: flamingo_contact_csv_class
  • New filter hook: flamingo_inbound_csv_class
  • Uses admin_init for cron job scheduling.