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.

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Daitya

Pages: [1]
1
WP-Print / WP-Print compatible w WP 3.2.1!!!
« on: 21 July 2011, 15:49 »
Just want to report that WP-Print is compatible and working with WP 3.2.1 - at least in my theme, Twentyten child with Multisite network enabled.

Ran into a small glitch that didn't allow me to save changes to the plugin settings. However, came across <a href="http://wordpress.org/support/topic/wp-print-doesnt-work-with-multisite?replies=2#post-2237127">this post</a> at Wordpress.org, in which Lester has given a bit of code to replace a bit of code in wp-content/plugins/wp-print/print-options.php:

Find: &lt;form method="post" action="&lt;php echo $_SERVER['PHP_SELF']; ?&gt;?page=&lt;?php echo plugin_basename(__FILE__); ?&gt;"&gt;

Replace: &lt;form method="post" action="&lt;?php echo admin_url('admin.php?page='.plugin_basename(__FILE__)); ?&gt;"&gt;

2
I want to report that I sent an email directly to Lester Chan (plugin's author), and he happily replied. He gave the link for the dev version of WP-print v2.5 (<http://downloads.wordpress.org/plugin/wp-print.zip" />), and said that the problem should be fixed in that version. I downloaded and unzipped the folder, and was a little dismayed that it appeared to be the very same version as the one I had downloaded and installed the previous night. But I proceeded in good faith. I network-deactivated the plugin on my site, and then renamed the folder. Then I placed the dev version's folder into wp-content > plugins. Opened up the backend of my main site, network-activated, and checked the configuration, updated Permalinks, and verified that it was working for the main site. Next I went to a subsite's backend, opened the settings and entered my preferences, saved. This time it appeared to save properly - I was still in the subsite's backend! Updated Permalinks, and then visited a post to see that yes indeed the plugin is working for the subsite! So a big thank you to Lester. : )

3
Hi, running WP 3.0.4 multisite network, under local dev with MAMP (PHP 5.3.2). Installed WP-Print, network-activated, configured it and updated Permalinks, then inserted code into single.php and page.php, etc. Works beautifully with main site. HOWEVER, not showing up in the subsites. Tried going to subsite backend, verified that plugin is network-activated, went to plugin settings panel, and put things according to preference, saved -- lo and behold, it updated the main site's configuration. Went ahead to update Permalinks for subsite. Inserted code into subsite single.php and page.php. But no sign of WP-Print : (. Tried this 3x now to verify that I was in the subsite backend and not in the main site backend, but every time I try to configure the plugin settings for the subsite, when saved, I am pushed back into the main site backend.

Is there any chance that this plugin can be updated to allow it to really work with multisite?

Really like the plugin. Have been using it for the last two years without any issues until now. Thanks.

Pages: [1]