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. Leonidas says:

    maybe bad karma well it works now many thx for this wonderful plugin :) , do you do also freelance work in this area? Creating custom plugins etc?

  2. GaMerZ says:

    Yea I do but not at the moment, been very busy with my school.

  3. Aaron says:

    I noticed while adding the plugin to a client’s website that you call the function htmlspecialchars_decode() in the beta version of the wp-email plugin. Unfortunately, this is not available in older versions of PHP.

    If you are set on having the functionality, you may add the following into your plugin to duplicate it. (I add it in all my plugins that need the function.)

    if (!function_exists("htmlspecialchars_decode")) { /* PHP 4 support. I like this function.*/
    function htmlspecialchars_decode($string, $quote_style = ENT_COMPAT) {
    return strtr($string, array_flip(get_html_translation_table(HTML_SPECIALCHARS, $quote_style)));
    }
    }

  4. GaMerZ says:

    Yea I took it out as I thought many of you have at least PHP5. But then I realised most of you all are still on PHP4. I think it is time to ask your host to upgrade to PHP 5.

  5. [...] This is spurred by a request Dave made the other day, to have a way to print blog posts in a readable way, without comments. To this end, I added the wp-print plugin, which gives you a link to a printable version, without comments, and with all links as footnotes at the bottom (all of this configurable, of course). Note that, if you’re using Wordpress 2.5 like I am, at the time of this writing you need to use the beta version located here. [...]

  6. Christa says:

    Works perfect :D
    Thank you :) )

  7. [...] Some problems with Wordpress 2.5 and Plugins [...]

  8. [...] Last night I upgraded my version of Wordpress from 2.3.3 to 2.5 without many glitches at all. The one area I had a slight bit of difficulty was with Laster Chan’s plugin WP-Email. [...]

  9. [...] gemeckert, so muss ich ihm jetzt Respekt zollen. Ich habe eben erst entdeckt, dass Lester in seinem WordPress-Blog inoffizielle Version seiner Plugins anbietet, die mit WP 2.5 laufen. Allerdings haben diese [...]

  10. Mike says:

    Gamerz -

    Thanks for the great plugins. I wanted to let you know that your ratings plug works fine in my WP 2.5 self install. IS there some hidden problem that crops up later?

  11. GaMerZ says:

    @Mike I don’t think so as no one reported to me anything yet, but I still have 1 more feature to add in before the final release.

  12. [...] 2.2 était incompatible Mais Lester Chan à développé de nouvelles versions de ses plugins compatibles avec WP 2.5. La version WP-Print 2.3 beta 2 semble bien fonctionner, à [...]

  13. Dropped both WP-Email and WP-Print right into WP 2.5. No fuss, works great. Great work GaMerZ. Thank you!

  14. GaMerZ says:

    @Dayn Thanks for the compliments =D

  15. Handy says:

    wordpress ratings doesn’t work:
    The requested URL /wordpress/wp-admin/wp-postratings/postratings-manager.php was not found on this server.

    And it’s there!
    But if i come from an other plugin like ‘instruction manual’ it does find the url but it doesn’t find any ratings…. (there are 7 ratings on my site)

  16. GaMerZ says:

    I am suspecting either a plugin conflict or your server has some issues on GET variables.

  17. [...] De los pocos plugins incompatibles con WordPress 2.5 que tengo en blogpocket estaba WP-Print, una extensión que permite construir una versión imprimible de cada post. Pero hace poco se liberaba la release (beta) que funciona con la nueva versión de WP. Éste y otros plugins se pueden descargar desde la página del post My Plugins Compatibility With WordPress 2.5. [...]

  18. sc0ttman says:

    Out of the box, the download manager’s downloads page doesn’t work with 2.5

  19. GaMerZ says:

    You need to use the version attached here.

  20. mccormicky says:

    The wording of this post is confusing because first you say this is the list of compatible plugins then under the list you say if a plugin isn’t on that list it is compatible!
    I use the Post Views plugin and I like it thanks.

  21. Bob says:

    Dear GaMerZ,

    I installed the plugin WP-Polls 2.30 into my Wordpress 2.5-blog. The poll is working fine, untill I enable WP-Cache 2.1.2.

    While WP Cache enabled, the poll keeps showing up (and not the results). How can I make WP-Polls work correctly with WP-Cache enabled?

    I would really appreciate your help, because I can’t figure out how to make this works.

    Thank you!

  22. GaMerZ says:

    Sorry, but WP-Polls is not tested with WP-Cache. I have no time to study or make it work with WP-Cache

  23. Bob says:

    GaMerZ. Thanks for your reply. I’ll try the Wordpress-forum!

  24. Adrian Turner says:

    Thanks GaMerZ!

  25. wp-email and wp-print work like a charm! thanks.

  26. Bob says:

    GaMerZ. I haven’t found a solution for the WP-Cache problem yet.

    I have a question. Is it possible to change the interface of the results-screen that shows up when someone has already voted?

    When someone votes, the result-interface shows up (without the possibility to return to the poll itself). If this result-interface is cached by WP Cache, others don’t get the chance to vote. Is it possible to create a link such as ‘Vote for this poll’ bewlow this final result-interface?

    I would really like to know how to do that!

    Thanks in advance.

  27. Bob says:

    Wow. How did you create the way the comments appear on your blog? It’s really cool.

  28. GaMerZ says:

    Bob: This is the default behaviour, by default after user voted or already voted, the result screen will appear. I would suggest disable WP-Cache then you will see the normal behaviour of wp-polls.

  29. OrdinaryJoe says:

    I was very disappointed to see that the WP-Email plugin is not suited for the WordPress 2.5 upgrade. Therefore I did a little research. I may have found a solution that allows me to email without a problem on one of my sites I’m still developing. Yet, since it is still in the development stage, I thought I would share the info with you and see what you think…

    When I tried to run the plugin it kept saying that there was an undefined function in the “add_shortcode” just under the notes “### Function: Short Code For Inserting Email Links Into Posts/Pages.” I deleted that line and then uploaded the wp-email.php file.

    Also, I was reading the Migration page at http://codex.wordpress.org/Migrating_Plugins_and_Themes#Migrating_from_2.3_to_2.5 and noticing that under the Admin screens there is a bit of code that I added to the Email Administration Menu that is needed for WordPress 2.5. I added:

    if (function_exists(‘add_meta_box’)) {
    // 2.5 logic, calling add_meta_box to define the screen
    } else {
    // 2.3 logic, calling add_action( ‘dbx_post_advanced’ ) or similar
    }

    the Administration Menu and it seems to work.

    Finally, I noticed that the image verification only works if you type lowercase letters even though they are capitalized in the picture. Otherwise I get an “instantiate” error. Well I hope this helps someone.

    OrdinaryJoe

  30. OrdinaryJoe says:

    Actually…I take back the image verification part of my previous post.