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: WPMU Support?  (Read 485 times)

0 Members and 1 Guest are viewing this topic.

Offline smudah

  • Newbie
  • *
  • Posts: 1
    • View Profile
  • WordPress Version: WordPress 2.8.x
  • Theme Name: default
WPMU Support?
« on: 09 November 2009, 16:53 »
i just installed your plugin on a WPMU installation.
it actually works pretty well, sites work under */email etc.
the only problem is that it won't save my settings for different blogs.

if i call up domain.tld/blog1/wp-admin/admin.php?page=wp-email/email-options.php it come sup, but when i want to save stuff, it always redirects to domain.tld/wp-admin/admin.php?page=wp-email/email-options.php (the main blog)

do you have a solution for this?

Offline GaMerZ

  • lesterchan.net
  • Administrator
  • *****
  • Posts: 11,536
    • View Profile
  • WordPress Version: WordPress 2.9.x
  • Theme Name: lesterchan.net v3.4
Re: WPMU Support?
« Reply #1 on: 09 November 2009, 16:57 »
Hmm, I have not tested with WPMU but this is the fix I am going to implement in the next update with regards to form URL.

In email-options.php, find:
Code: [Select]
<form method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>?page=<?php echo plugin_basename(__FILE__); ?>">Replace:
Code: [Select]
<form method="post" action="<?php echo admin_url('admin.php?page='.plugin_basename(__FILE__)); ?>">

++ 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.