All Good Things Must Come To An End

As you all know, I have been doing WordPress plugins and supporting it for the past 6 years. These 6 years of my life, I have been through my polytechnic education, my national service as well as my university education.

I just graduated from university in December 2009 and have been looking for full-time jobs. I am offered a full-time job and will be starting work on 1st February 2010.

I regret to say that I am NOT ABLE to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

However, I WILL still update my plugins whenever I can and you still can report bugs to me via email and I will try to fix it.


Author Topic: Not working - nothing happening after clicking send  (Read 430 times)

0 Members and 1 Guest are viewing this topic.

Offline Sculley

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: oops50
Not working - nothing happening after clicking send
« on: 30 January 2010, 05:47 »
Thanks for the great plugin.

   1. WordPress Version 2.9.1
   2. Theme Name - oops50
   3. Blog URL - www.oops50.com
   4. Problem Plugin Name And Version - WP-Email (not sure -- downloaded three days ago)
   5. PHP And MYSQL Version (not sure)
   6. Possible Conflicting Plugins (Optional)

I followed the instructions and put the code in the single.php b/c it wasn't working on single posts after putting it in index.php.  Anyway, I tested an email and it's not working. I filled out the whole form, but when I click the send button, it does nothing.  Any suggestions, so helpful.

I think I set it to smtp and it's a Godaddy server.

Thanks in advance!

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Not working - nothing happening after clicking send
« Reply #1 on: 30 January 2010, 06:27 »
 Missing <?php wp_footer(); ?> in your theme footer.php

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Sculley

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: oops50
Re: Not working - nothing happening after clicking send
« Reply #2 on: 30 January 2010, 20:31 »
Oh.....where should it go in footer.php?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: Not working - nothing happening after clicking send
« Reply #3 on: 30 January 2010, 20:54 »
Refer to the default theme footer.php

++ lesterchan.net - Lester Chan's Website

I regret to say that I am not able to provide support for my plugins anymore due to my full-time job commitment. I will leave this forum open and let the community help one another.

Offline Sculley

  • Newbie
  • *
  • Posts: 3
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: oops50
Re: Not working - nothing happening after clicking send
« Reply #4 on: 31 January 2010, 01:39 »
That worked.  Thanks so much!