Omschrijving
Flamingo is een berichten opslag plugin gemaakt voor Contact Form 7, omdat Contact Form 7 de verstuurde berichten niet zelf opslaat.
Nadat de plugin geactiveerd is, is Flamingo te zien in het WordPress admin scherm menu. Alle berichten via contactformulieren worden daar vermeld en zijn doorzoekbaar. Met Flamingo hoeft u zich geen zorgen meer te maken over het kwijtraken van belangrijke berichten vanwege problemen met mailserver of misconfiguratie bij het instellen van e-mail.
Voor gedetailleerde informatie, bezoek de Contact Form 7 documentatie pagina.
Privacy meldingen
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
- Upload de volledige
flamingo
map naar de/wp-content/plugins/
map. - De plugin activeren via het ‘Plugin’ menu in WordPress.
Beoordelingen
Bijdragers & ontwikkelaars
“Flamingo” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Flamingo” is vertaald in 40 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.2.1
- Outputs a local date/time in a CSV export file.
- Verwijderd
load_plugin_textdomain()
aanroepen. - Verwijderd een referentie naar de
$_wp_last_object_menu
. - Verwijderd de
set-screen-option
filter. - Inherits
post_status
from the previous admin page. - Voorkomt het gebruik van
wp_date()
voor MySQL DATETIME waardes. - Is getest met 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 thecount()
method as an alternative. - Changes the visibility of the
$id
property to private and introduces theid()
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.