Title: [Plugin: Epicwin Plugin] Epicwin Subscribers Plugin
Last modified: August 19, 2016

---

# [Plugin: Epicwin Plugin] Epicwin Subscribers Plugin

 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/)
 * I’ve created this post so that I may provide support for my plugin here in the
   forums. If anyone has any questions please post them here.
 * Here is the link to the plugin:
    [http://wordpress.org/extend/plugins/epicwin-subscribers/](http://wordpress.org/extend/plugins/epicwin-subscribers/)

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/2/?output_format=md)

 *  [drjackalope](https://wordpress.org/support/users/drjackalope/)
 * (@drjackalope)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728506)
 * Hi, I installed your plug-in today as an alternative to Subscribe2 so I could
   manage lists and, I was hoping, be able to add my gravatar to the email notifications
   that go out to subscribers. I like the look of the widget better but I would 
   like to add my gravatar as well as preserve any links, etc. so the email notification
   is more professional. As it is now, the test email was very bare bones with a
   blank box where my gravatar should go. Any help would be appreciated!
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728507)
 * Currently the only way to add the Gravatar to the email message is to actually
   add it to the source code inside the message. Eventually I can add it as a feature
   in the plugin to make is easy for people to add their Gravatar to the message.
   If you do want to add the source code into the plugin in file, this is the code
   you would use
 * `<img src="http://www.gravatar.com/avatar/<?php echo md5(strtolower(trim("your_email_address_here")))?
   >?s=200" alt="Gravatar" />`
 * You would add this to the $body variable near the end of the plugin file.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728517)
 * Hi,
 * Just installed the plugin a week ago, and it does the job really well – apart
   from one thing! It emails the subscribers when posts are edited, which is proving
   to be embarassing if I simply correct a typo after posting. I realise the argument
   goes that I should take more care pre-posting, and I accept that. However, is
   there a way to switch on/off the subscriber notifications wen editing posts?
 * Thanks.
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728520)
 * Hi I am currently aware of this bug and will be releasing a fix ASAP. Sorry for
   the inconvenience.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728521)
 * Thanks for that – an update on this thread would be much appreciated, as it will
   notify us via email.
 * Best wishes.
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728522)
 * I have updated the plugin, please let me know if anything wrong happens.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728523)
 * Thanks very much for that. Can you confirm then that new posts will be notified
   to subscribers, but edits will not? (Just before I test it on a large number 
   of people!). Thanks.
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728524)
 * Yes I have tested it and it will only send notifications when a new post is created,
   please make sure to back up your database entries with the import/export tool
   in the plugin as an update will drop the database table.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728525)
 * Good stuff – thanks. I had already updated before your advice re. backing up.
   My site is backed up via a cron daily, but in any case, the update appears not
   to have dropped the table? I have tested your fix and it seems perfect, so thanks
   again.
 * Another two pieces of food for thought (in case you need any…!) would be:
    1)
   emailed notification to admin for new subsscriptions 2) a subscriber email block,
   for non-legitimate sign-ups which are deleted but which then sign up again
 * Great script – keep up the good work. Thanks.
 * Dougie.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728527)
 * Hi,
 * Just had feedback from some subscribers regarding the emailed notifications. 
   It’s apparent that the variable _{link}_ uses the post title for its text. If
   however there is no title (and there frequent is not on our new posts), the emails
   reads “….please click on the following link:- ” but of course there is no link.
 * Could you amend the code so that “click here” or some other such text will appear
   in the cases of posts without titles (and leave the title to appear when the 
   posts do have them)? That would take care of it.
 * Thanks again in advance.
 * Dougie.
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728528)
 * I have fixed this issue just re-download the current version and replace the 
   epicwin.php file inside the plugin folder.
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728529)
 * Hi,
 * Thank you for doing this, and so quickly! I can see you’ve added “Click here”
   in the code, and this will fix the issue nicely. I will be sending a contribution
   today via PayPal as I think you deserve it for a great script and great service.
 * At some stage, could you please consider my earlier suggestions for useful enhancements:-
 * 1) emailed notification to admin for new subsscriptions
    2) a subscriber email(
   and IP?) block, for non-legitimate sign-ups which are deleted but which then 
   sign up again
 * Thanks again,
 * Dougie.
 *  Plugin Author [Webaholicson](https://wordpress.org/support/users/webaholicson/)
 * (@webaholicson)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728532)
 * Thanks Dougie I appreciate the feedback and I have already added your suggestions
   to my list of features, those were great suggestions. Enjoy the plugin. 🙂
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728533)
 * You’re welcome. Enjoy the PP drink. 😉
 *  [asprn](https://wordpress.org/support/users/asprn/)
 * (@asprn)
 * [15 years, 4 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/#post-1728534)
 * Unfortunately, I’ve found a bug with your fix (at least, I’m sure it’s an oversight).
 * The fix you carried out, works fine when using the “Edit” link ([http://domain.xxx/blog/wp-admin/post.php?post=nn&action=edit](http://domain.xxx/blog/wp-admin/post.php?post=nn&action=edit)).
   However, I discovered to my cost this morning that after updating anything via
   the “Quick edit” link ([http://domain.xxx/blog/wp-admin/edit.php#](http://domain.xxx/blog/wp-admin/edit.php#)),
   a notification is still sent out. 🙁
 * This applies to ANY chagnes made via the “Quick edit” link – I’ve spent 20 mins
   testing – and in fact, it’s sent after simply clicking the “Update” button even
   without making any changes ([http://domain.xxx/blog/wp-admin/edit.php#inline-edit](http://domain.xxx/blog/wp-admin/edit.php#inline-edit)).
 * Could you have a look please? Thanks.
 * Dougie.

Viewing 15 replies - 1 through 15 (of 31 total)

1 [2](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/2/?output_format=md)
[3](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/3/?output_format=md)
[→](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/2/?output_format=md)

The topic ‘[Plugin: Epicwin Plugin] Epicwin Subscribers Plugin’ is closed to new
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/epicwin-subscribers.svg)
 * [Epicwin Plugin](https://wordpress.org/plugins/epicwin-subscribers/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/epicwin-subscribers/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/epicwin-subscribers/)
 * [Active Topics](https://wordpress.org/support/plugin/epicwin-subscribers/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/epicwin-subscribers/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/epicwin-subscribers/reviews/)

 * 31 replies
 * 7 participants
 * Last reply from: [asprn](https://wordpress.org/support/users/asprn/)
 * Last activity: [14 years, 10 months ago](https://wordpress.org/support/topic/plugin-epicwin-plugin-epicwin-subscribers-plugin/page/3/#post-1728590)
 * Status: not a support question