My Plugins Compatibility With WordPress 2.5

Below is a list of my plugins in development that WILL work with WordPress 2.5. The reason why I consolidated it here is because the current version of the listed plugins does not work properly with WordPress 2.5.

For the remaining plugins, see also Lester Chan’s WordPress Plugins June 2008 Update (Wave 1).

Tags: ,

Email This Post Email This Post Print This Post Print This Post

1 Star2 Stars3 Stars4 Stars5 Stars (143 votes, average: 4.07 out of 5)

 

113 Responses to “My Plugins Compatibility With WordPress 2.5”

  1. papajoneh says:

    this is the error i have using your postview 1.2 on wp2.5

    Fatal error: Cannot redeclare postviews_textdomain() (previously declared in /home/joneh/public_html/wp-content/plugins/wp-postviews/postviews/postviews.php:34) in /home/joneh/public_html/wp-content/plugins/postviews/postviews.php on line 35.

    as u said above:
    If the plugin is not listed here, it means that the current version of that respective plugin will work fine in WordPress 2.5.

    I thought it work but not. Can you tell me if i have done something wrong or anything I should do before activating it.

    Thanks Lester :)

  2. GaMerZ says:

    As I said, there is a path change. WP-PostViews 1.20 path is /wp-content/plugins/postviews. Read the readme.html under installation tab

  3. Christopher says:

    Thanks for a great plugin. But, I’m on WP 2.5 and I cannot get your email plugin to work. I’m sorry, I’ve tried everything. It generates the popup but doesn’t send the email.

  4. Christopher says:

    Sorry, should have been more specific. I’m on WP-Email 2.30 Beta 2. I followed the instructions perfectly. What happens after the send button is clicked is that everything disappears except the top line, which says something like, Send this email to this person now.. So you don’t even get the confirmation. Thanks for your help…

  5. GaMerZ says:

    Can you post it in forums.lesterchan.net with more details? The instructions is on the sticky in the forums.

  6. I tried the 1.30 v of WP-Sticky and for whatever reason the site shows no posts and the manage tab indicates that there are no posts as well. Looking forward to a working version of this great plugin for 2.5. Thanks, Lester!

  7. GaMerZ says:

    Did you read the readme.html under Installation Tab? This site is using WP-Sticky 1.30 on WP 2.5 and it works fine.

    please post in the support forums http://forums.lesterchan.net

  8. [...] Questa la pagina dove Lester linka i plugin aggiornati. [...]

  9. Aaron says:

    I upgraded to WP2.5 today and upgraded Wp-Email to 2.30 BETA 2. Everything seems to work fine, only an email is never actually sent. I’ve tried it on two different websites now, and neither one will send an email.

  10. Great work at keeping those updated with WP 2.5! After the initial shock of getting a lot of database failures, and WP 2.5 unable to download a newer version of WP-Polls automatically (but correctly removing it!), I was scared I’d never see my polls again.

    Fortunately this Beta version of yours seems to work fine. I still have a little trouble viewing the Polls Archive, but it could be something related to the way WP Super Cache works… which is still slightly buggy. Not your fault, though!

  11. GaMerZ says:

    @Gwyneth Thanks for the compliments, keep me updated i as I did not test it with WP Super Cache.

  12. [...] spot any other problems. Update: print versions are back, as the creator of the WP-Print module has updated for the changes in Wordpress. I added my modifications again; it’s the same as before except [...]

  13. eddie. says:

    WP-PageNavi, when activated, disables the ‘visual editor’ view (shows up as HTML editor) on a Mac running both Safari and FireFox.

    Any fixes soon? Thx in advance.

  14. GaMerZ says:

    eddie: I have no mac to test on. I am using FF on Windows XP and the visual editor works fine for me. And I don’t see why pagenavi will disable Visual Editor as they are totally unrelated. It maybe a wordpress plugins/themes/conflict. http://lesterchan.net/blogs/2008/03/31/my-wordpress-plugins-compatibility-with-wordpress-25/

  15. eddie. says:

    Nope, I turned off all plugins and only activated WP-PageNav. Went wrong right away. I guess its maybe the theme I’m running?

  16. GaMerZ says:

    Hmm, I don’t think it is the theme issue. Can you post it in http://forums.lesterchan.net and possibly with screenshots?

  17. SSG says:

    WP-Polls beta and WP-Sticky beta both working great with WP 2.5. Thanks for updating them! :-)

  18. GaMerZ says:

    @SSG: Thanks for the feedback =D

  19. [...] Rewrite Rules ?? Database ???????????????? WP-DownloadManager ? Rewrite Rule [...]

  20. Sunit Pareek says:

    I was experiencing problems with WP-Polls. Everything is fine now.

    One small suggestion. You should post the download link of these latest versions on the respective plugin download page too.

  21. Vlad says:

    Thank for update, very helpful! One suggestion, can you include this “beta N” tag into version number of plugin, it’s very (ok, somewhat) hard to keep track of which beta N is installed right now, because it’s not shown in the “plugins” wordpress tab.

  22. Mark A. says:

    Thanks for the update for WP 2.5 It works. If I make one suggestion though for the next update for WP-Print 2.3.x On my WP 2.5 site I run a plugin called “collapsible elements” with which one can ajaxify a whole bunch of things. Unfortunately, the collapsing elements do not print, no matter what. Would that be worth looking into for the next release? Good luck and best wishes for your exams.

  23. GaMerZ says:

    @Sunit Pareek It is still in beta and hence that is the reason why I did not post it. There is still 1 or 2 more features to add before the final release.

    @Vlad Thanks for the feedback, I will do it in the next update.

    @Mark A. It maybe a plugin conflict as the collapsible element plugin as the print page does not call on to the wp_head(); function

  24. Leonidas says:

    WP-Polls doesnt work for me from clean installation

  25. Leonidas says:

    follow up sorry for this double post after checking the src u say that we have to upload it to wp-content/plugins/polls but the php files have plugins/wp-polls in them :o trying to replace plugins/wp-polls in all files and see if it works

    ### Create Text Domain For Translations
    add_action(‘init’, ‘polls_textdomain’);
    function polls_textdomain() {
    load_plugin_textdomain(‘wp-polls’, ‘wp-content/plugins/wp-polls’);
    }

  26. GaMerZ says:

    @Leonidas it is wp-polls, the readme.html in the zip is the updated one.

  27. Leonidas says:

    aww sorry mate your right:) it didnt create the tables tho i made them manually and it works perfectly :D

  28. GaMerZ says:

    @Leonidas if the path is wp-polls before you activate, the tables will be created also =D