Beschrijving
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 beheerder 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.
Raadpleeg voor meer informatie 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 website host.
Installatie
- Upload de volledige
flamingo
map naar de/wp-content/plugins/
map. - Activeer de plugin via het ‘Plugins’ menu in WordPress.
Beoordelingen
Bijdragers & ontwikkelaars
“Flamingo” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
Bijdragers“Flamingo” is vertaald in 43 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.3
- Sets status to previous when restoring data.
2.2.3
- Fixed: Cron jobs clean-up on plugin deactivation was failing to work.
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
. - 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.