Changeset 380409
- Timestamp:
- 05/03/2011 09:54:19 PM (15 years ago)
- File:
-
- 1 edited
-
author-change-notifier/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
author-change-notifier/trunk/readme.txt
r380358 r380409 3 3 Tags: author, notify, notification, business, directory, classifieds, listing, claim, email, e-mail 4 4 Requires at least: 2.7 5 Tested up to: 3. 06 Stable tag: 1.0 5 Tested up to: 3.1.2 6 Stable tag: 1.0.1 7 7 License: GPLv2 8 8 9 Author Change Notifier (ACN): sends notification to post author when10 11 9 == Description == 12 13 10 Author Change Notifier (ACN): If you run a business directory or a classifieds website and you want to give the advertizers the ability to claim other posts in the website then this plugin is right for you. Once you change the author/owner/user who originally created the post, this plugin will send custom email notifications to the previous as well as the new author/owner/user who now has control over the post or listing. Notice that this is just a NOTIFICATION plugin, it is not an A-Z solution for claiming posts. You can create a custom form using other plugins to allow your users to send you claims. Then once you manually modify the author of the post, ACN will step in and notify the previous and new author of the change. 14 11 15 12 ACN features: 16 -Custom email subject and text tebe sent to the previous author17 -Custom email subject and text to be sent to the new author18 -Placeholders inside email text like: %post_title%, %new_author_email%, etc. Those will be replaced with actual values once the emails are sent.13 1. Custom email subject and text to be sent to the previous author 14 2. Custom email subject and text to be sent to the new author 15 3. Placeholders inside email text like: %post_title%, %new_author_email%, etc. Those will be replaced with actual values once the emails are sent. 19 16 you put the stable version, in order to eliminate any doubt. 20 17 … … 23 20 or: 24 21 1. Download the zip file and extract it 25 2. Upload its contents to the `/wp-content/plugins/` directory which is inside the wordpress root dirtectory22 2. Upload its contents to the `/wp-content/plugins/` directory which is inside the Wordpress root directory 26 23 3. Activate the plugin through the 'Plugins' menu in WordPress 27 24 … … 30 27 = What is the mailing functionality used by this plugin? = 31 28 32 This blugin uses wordpress' built-in e-mail functionality, e.g. (wp_mail). Therefore you should make sure wordpress e-mailing is already working correctly.29 This plugin uses Wordpress' built-in e-mail functionality, e.g. (wp_mail). Therefore you should make sure Wordpress e-mailing is already working correctly. 33 30 34 31 = Can this plugin help me change the author of a certain post? = … … 42 39 = Where can I change Author Change Notifier's settings? = 43 40 44 You can do that by going to the admin g panel, then choosing the (Settings) menu, then choosing the (Author Change Notifier) submenu.41 You can do that by going to the admin panel, then choosing the (Settings) menu, then choosing the (Author Change Notifier) sub-menu. 45 42 46 43 == Screenshots == … … 52 49 = 1.0 = 53 50 * Author Change Notifier released. 51 52 = 1.0.1 = 53 * Minor fixes.
Note: See TracChangeset
for help on using the changeset viewer.