توضیحات
فلامینگو یک افزونه ذخیرهسازی پیام میباشد که به صورت اختصاصی برای افزونه فرم تماس 7 ساخته شده برای اینکه پیام های ارسال شده را ذخیره نمیکند.
بعد از فعالسازی افزونه، شما در منو پیشخوان مدیریت وردپرس افزونه Flamingo را مشاهده میکنید. تمام پیامهای ارسال شده از طریق فرم تماس 7 در آنجا لیست شده و قابل جستجو میباشد. با فلامینگو، دیگر نیازی نیست نگران از دست دادن پیامهای مهم به دلیل مشکلات میل سرور و یا تنظیمات اشتباه در ایمیل خود باشید.
برای کسب اطلاعات بیشتر، لطفا به صفحه مستندات فرم تماس 7 مراجعه کنید.
اطلاعیه های حریم خصوصی
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.
نصب
- تمام پوشه
flamingo
را در مسیر/wp-content/plugins/
بارگذاری کنید. - افزونه را از طریق منو “افزونهها” در پیشخوان وردپرس فعال کنید.
بررسیها
توسعه دهندگان و همکاران
“فلامینگو” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگان“فلامینگو” به 43 زبان ترجمه شده است. Thank you to the translators for their contributions.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
تغییرات
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.