#----------------------------------------------------------# # WordPress Email Notification Plugin v2.3.1 # #----------------------------------------------------------# #----------------------------------------------------------# # If Upgrading From 1.x #----------------------------------------------------------# 1. Make sure your mailing list table is named "wp_email_list" 2. Follow fresh install instructions #----------------------------------------------------------# # If Upgrading From 2.x.x #----------------------------------------------------------# 1. Backup your files and database. We are not responsible for any damage or loss of data. 2. Deactivate the old plugin and remove... /wp-content/plugins/wp-email-notification/block_reports.php /wp-content/plugins/wp-email-notification/email_notification_2.x.php 3. Upload these files, but *** DO NOT UPLOAD wpemn_config.php *** And if you've customized your HTML e-mail template *** DO NOT UPLOAD email_template.html *** yoursite.com/maillist/index.php yoursite.com/maillist/upgrade.php /wp-content/plugins/wp-email-notification/email_notification_2.3.1.php /wp-content/plugins/wp-email-notification/block_export.php /wp-content/plugins/wp-email-notification/block_import_form.php /wp-content/plugins/wp-email-notification/block_import_insert.php /wp-content/plugins/wp-email-notification/block_remove.php /wp-content/plugins/wp-email-notification/block_send_email.php /wp-content/plugins/wp-email-notification/block_update_settings.php /wp-content/plugins/wp-email-notification/email_template.html /wp-content/plugins/wp-email-notification/index.php 4. Run the upgrade script (not necessary for 2.3.0)... yoursite.com/maillist/upgrade.php 5. Delete the upgrade script... yoursite.com/maillist/upgrade.php 6. Activate the plugin 7. In your template header file, add this line... #----------------------------------------------------------# # Fresh Install #----------------------------------------------------------# 1. Backup your files and database. We are not responsible for any damage or loss of data. 2. Upload files... yoursite.com/maillist/index.php yoursite.com/maillist/install.php yoursite.com/maillist/wpemn_config.php /wp-content/plugins/wp-email-notification/email_notification_2.3.1.php /wp-content/plugins/wp-email-notification/block_export.php /wp-content/plugins/wp-email-notification/block_import_form.php /wp-content/plugins/wp-email-notification/block_import_insert.php /wp-content/plugins/wp-email-notification/block_remove.php /wp-content/plugins/wp-email-notification/block_send_email.php /wp-content/plugins/wp-email-notification/block_update_settings.php /wp-content/plugins/wp-email-notification/email_template.html /wp-content/plugins/wp-email-notification/index.php 3. chmod 666 yoursite.com/maillist/wpemn_config.php 4. Run the install script... yoursite.com/maillist/install.php 5. Delete the install script... yoursite.com/maillist/install.php 6. Activate the plugin. 7. Put form code in template...
Enter your e-mail address to receive notifications when there are new posts

8. In your template header file, add this line... 9. The admin options can be found under Manage > Email Notification 10. Post... You'll see a notify drop down in the Write area #----------------------------------------------------------# # Form Example #----------------------------------------------------------# Insert this in your template somewhere...
Enter your e-mail address to receive notifications when there are new posts

#----------------------------------------------------------# # HTML Templates #----------------------------------------------------------# The template used for HTML files is located at: /wp-content/plugins/wp-email-notification/email_template.html The default template and the template functionality was created by Jeff Mikels (http://pastorjeff.mikels.cc/) The variables that can be used in your template file are: @@author @@content @@date @@permalink @@site @@subscriptionDetails @@time @@title @@to_addr If you create a new template that you'd like to share with others, feel free to send them our way. #----------------------------------------------------------# # Notes #----------------------------------------------------------# 1. If your maillist folder isn't located in your WordPress folder you *WILL* need modify the code to match your server settings In: yoursite.com/your-wordpress-directory/wp-content/plugins/wp-email-notification/index.php a. Line 19 *WILL* need to be commented out... line 19: include (ABSPATH."/maillist/wpemn_config.php"); b. Line 23 *WILL* need to be uncommented and tweaked to your server setting... line 23: include ("$_SERVER['DOCUMENT_ROOT']/maillist/wpemn_config.php"); ----------------------------------------------------- 2. Your server must be able to include files from the directory you are in #----------------------------------------------------------# # Help With Installation #----------------------------------------------------------# If you need help with installation, check the blog comments. If you'd like Watershed Studio to install it for you, we can do so for a small fee.