توضیحات
Comment Saver temporarily stores the content of comments in a browser cookie
just in case something goes wrong while submitting the comment. For example,
if the user forgot to include their name and email address and those fields are
required, the comment may be lost on some browsers. When the user returns to
the comment form, Comment Saver will automatically populate the comment box if
the cookie is still set. It will remove the temporary cookie once the comment
has been successfully submitted, or after one hour.
نصب
This plugin follows the standard WordPress installation method:
- Upload the
comment-saverfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- That’s it… there’s nothing to configure
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Comment Saver” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Comment Saver” به زبان شما.
علاقه مند به توسعه هستید؟
کد را مرور کنید, را بررسی کنید مخزن SVN, یا مشترک شوید گزارش توسعه توسط RSS.
گزارش تغییرات
version 1.6
- fix wordpress.org publishing
version 1.5
- all changes this release thanks to @meszarosrob
- fix PHP compatibility issues
- adhere to WordPress coding standards
- remove dependency on jQuery
version 1.4
- load jQuery.cookie in footer (plugin now requires 2.8)
- don’t call cookie stuff into jQuery ready
version 1.3
- use plugins_url (plugin now requires WP 2.6)
- code cleanup
version 1.2
- remove accidental php5 dependency
version 1.1
- remove accidental test code (switch back to using pure js to set cookie)
version 1.0
- initial release