#------------------------------------------------------# # INFO # #------------------------------------------------------# # Title: E-Mail Notification # # Author: Brian Groce (http://briangroce.com) # # Date: July 30, 2004 # # Version: 1.5 # # # # Note: This was created for and tested in # # Word Press v 1.2 # #------------------------------------------------------# ================================================= TO UPGRADE FROM 1.0 ------------------------------------------------- 1. Backup your old files! ------------------------------------------------- 2. Make sure your email_list table has the same prefix as the rest of your WordPress tables ------------------------------------------------- 3. Open /wordpress/wp-admin/post.php Find "} // end if publish" (line 203 in a clean install of WP 1.2) Direclty after that line REMOVE the following: send_notification($post_ID); Note: You could also replace this with a "clean" version if you've not made any other cahanges to this file. ------------------------------------------------- 4. Upload /wordpress/wp-admin/post.php ------------------------------------------------- 5. Open the *new* /mailist/index.php Replace the config settings with those matching your settings and set the new variables. [Make sure all variables are set] Upload /mailist/index.php [You can delete maillist-config.php] ------------------------------------------------- 6. Open /wordpress/wp-content/plugins/email-notification-v1.5.php Replace the config settings with those matching your settings and set the new variables. [Make sure all variables are set] Upload /wordpress/wp-content/plugins/email-notification-v1.5.php [You should delete email-notification-config.php] ------------------------------------------------- 7. deactivate E-Mail Notification v1.0 ------------------------------------------------- 8. activate E-Mail Notification v1.5 ------------------------------------------------- ================================================= TO UPGRADE FROM 1.1 ------------------------------------------------- 1. Backup your old files! ------------------------------------------------- 2. Make sure your email_list table has the same prefix as the rest of your WordPress tables ------------------------------------------------- 3. Open /wordpress/wp-admin/post.php Find "} // end if publish" (line 203 in a clean install of WP 1.2) Direclty after that line REMOVE the following: send_notification($post_ID); Note: You could also replace this with a "clean" version if you've not made any other cahanges to this file. ------------------------------------------------- 4. Upload /wordpress/wp-admin/post.php ------------------------------------------------- 5. Open the *new* /mailist/index.php Replace the settings with those in maillist-config.php Upload /mailist/index.php [You can delete maillist-config.php] ------------------------------------------------- 6. Open /wordpress/wp-content/plugins/email-notification-v1.5.php Replace the settings with those in email-notification-config.php Add the $show_content variable to the config section Upload /wordpress/wp-content/plugins/email-notification-v1.5.php [You should delete email-notification-config.php] ------------------------------------------------- 7. deactivate E-Mail Notification v1.1 ------------------------------------------------- 8. activate E-Mail Notification v1.5 ------------------------------------------------- ================================================= TO UPGRADE FROM 1.2 or 1.3 ------------------------------------------------- 1. Backup your old files! ------------------------------------------------- 2. Make sure your email_list table has the same prefix as the rest of your WordPress tables ------------------------------------------------- 3. Open the *new* /mailist/index.php Replace the settings with those in maillist-config.php Upload /mailist/index.php [You can delete maillist-config.php] ------------------------------------------------- 4. Open /wordpress/wp-content/plugins/email-notification-v1.5.php Replace the settings with those in email-notification-config.php Add the $show_content variable to the config section Upload /wordpress/wp-content/plugins/email-notification-v1.5.php [You should delete email-notification-config.php] ------------------------------------------------- 5. deactivate E-Mail Notification v1.2 or v1.3 ------------------------------------------------- 6. activate E-Mail Notification v1.5 ------------------------------------------------- ================================================= TO UPGRADE FROM 1.4 ------------------------------------------------- 1. Backup your old files! ------------------------------------------------- 2. Make sure your email_list table has the same prefix as the rest of your WordPress tables ------------------------------------------------- 3. Open /wordpress/wp-content/plugins/email-notification-v1.5.php Update the settings in the config section. Upload /wordpress/wp-content/plugins/email-notification-v1.5.php ------------------------------------------------- 5. deactivate E-Mail Notification v1.4 ------------------------------------------------- 6. activate E-Mail Notification v1.5 -------------------------------------------------