Flamingo

Beschrijving

Flamingo is een berichten opslag plugin gemaakt voor Contact Form 7, omdat Contact Form 7 de verstuurde berichten niet zelf opslaat.

Na activatie van de plugin vind je Flamingo in het WordPress beheer scherm menu. Alle berichten via contactformulieren worden daar vermeld en zijn doorzoekbaar. Met Flamingo hoef je je geen zorgen meer te maken over het verliezen van belangrijke berichten door problemen met de mailserver of verkeerde configuratie in de mailinstellingen.

Voor gedetailleerde informatie, bezoek de Contact Form 7 documentatie pagina.

Privacy berichten

Deze plugin slaat indiening gegevens verzameld via contactformulieren, die de persoonlijke gegevens van de indieners kunnen bevatten, op in de database op de server die de site host.

Installatie

  1. Upload de volledige flamingo map naar de /wp-content/plugins/ map.
  2. De plugin activeren via het ‘Plugin’ menu in WordPress.

Beoordelingen

5 januari 2025 5 reacties
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.
Lees alle 118 beoordelingen

Bijdragers & ontwikkelaars

“Flamingo” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

“Flamingo” is vertaald in 44 talen. Dank voor de vertalers voor hun bijdragen.

Vertaal “Flamingo” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

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

  • Bumps up the minimum required WordPress version to 6.1.
  • Bumps up the minimum required PHP version to 7.4.
  • Removes unused Outbound Messages codes.
  • 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.