Descrição
O Flamingo é um plugin de armazenamento de mensagens criado originalmente para o Contact Form 7, que não guarda as mensagens submetidas.
Depois de activar o plugin, encontra o Flamingo no menu de administração do WordPress. Todas as mensagens provenientes de formulários de contacto estão aí listadas disponíveis para pesquisar. Com o Flamingo já não precisa preocupar-se sobre perder mensagens importantes por motivo de erro do servidor de email ou configuração incorrecta do correio.
Para informações mais detalhadas, por favor consulte a página de documentação do Contact Form 7.
Privacy Notices
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.
Instalação
- Upload the entire
flamingo
folder to the/wp-content/plugins/
directory. - Active o plugin através do menu ‘Plugins’ no WordPress.
Avaliações
Contribuidores e programadores
“Flamingo” é software de código aberto. As seguintes pessoas contribuíram para este plugin:
Contribuidores“Flamingo” foi traduzido para 43 locales. Obrigado aos tradutores pelas suas contribuições.
Traduza o “Flamingo” para o seu idioma.
Interessado no desenvolvimento?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Registo de alterações
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. - Has been tested with 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.