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 are 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
- Upload the entire
flamingo
folder to the/wp-content/plugins/
directory. - Aktivera tillägget via menyn ”Tillägg” i WordPress.
Recensioner
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 43 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.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
. - Removes the
set-screen-option
filter. - Inherits
post_status
from the previous admin page. - Avoids using
wp_date()
for MySQL DATETIME values. - Har testats med 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.