Happy Birthday WP-Table Reloaded!

April 13th, 2010 by Tobias Leave a reply »

There was a nice anniversary last week: A little bit over one year ago, the first version of WP-Table Reloaded was released in the WordPress Plugin Repository.

Since then, the plugin has steadily received attention and has become very popular:

  • over 85000 downloads
  • about 90 ratings
  • with an average rating of 96.4%
  • 14 available translations
  • over 1300 comments on this website
  • almost 200 threads in the WordPress Support Forums
  • countless emails with questions, suggestions, ideas, bugs, feedback, and praise

At this point, the first birthday of WP-Table Reloaded, I’d like to say THANK YOU to everybody in the community who made this possible. This includes (I hope I don’t forget anyone :-) ) the users, the supporters, the code contributors, the beta-testers, the bug reporters, the translators, and especially the people who donated or sent me a gift. Thank you all very much!

Let’s hope that these numbers while have increased for the second birthday. I still have ideas for future versions, so stay tuned! :-)

One consequence of this popularity is the steadily growing amount of support requests. I’ll generally try to answer each single one of them quickly and with a precise and good answer, and I believe that I was pretty successful with that so far. However, it is getting harder and harder to keep up with the high number of questions that people have, and which I accepted in different ways: through email, comments, and the support forums. Unfortunately, my available free time does no longer permit this dedication, as I’m busy with other things outside of WordPress, too, like my studies and my great job.

Therefore, I will incorporate a change to my support handling policy: I would like to get more people involved in answering support questions, in areas where this is possible. For that, from now on, the WordPress Support Forums will be the primary place to ask support questions and receive answers. I will close the support comments section on this site, but will leave the existing ones for reference. Additionally, I will no longer answer support questions that come in by email, except if I asked for them, or if they contain bug reports or sensitive information that shall not be publicly available.
I’m doing this to gather all support questions in one place, where others (and I) have a better overview about them. This will hopefully lead to other people helping out with answering questions. So, if you know the answer to, e.g., a styling question, please feel free to answer such questions. I will still monitor the Support Forums and try to provide answers as my time permits, of course.
Hopefully, this will keep up the current level of support, which I could not uphold otherwise.
Maybe I can also use the approach that other plugin authors have incorporated: Donations can be made encourage support for specific questions.

Thanks a lot for your understanding!

And now let’s celebrate the first birthday of WP-Table Reloaded! :-)

Bookmark this page on:
  • email
  • PDF
  • Print
  • RSS
  • Digg
  • del.icio.us
  • Facebook
  • Twitter
  • Technorati
  • StumbleUpon
  • Google Bookmarks
  • Reddit
  • MisterWong
  • NewsVine
  • Yigg
  • LinkArena
  • LinkedIn
  • Live
  • MySpace
  • Slashdot
  • Webnews.de
  • Wikio
  • FriendFeed
  • Yahoo! Buzz

26 comments

  1. Karthik says:

    Very Happy Birthday WP-Table Reloaded!
    You’ve just added another excited fan to the huge list today! :)

  2. Dani says:

    Congratulations to this success. 85 thousand downloads is quite a lot.

  3. Monika says:

    I know I’m late, but I hope not too late, thanks a lot for this work,
    I love it and I love the possibility to import CSV files ;) so it is so simple to bring tables online.

    Thanks.
    Danke Dir

  4. WPExplorer says:

    Happy birthday. I have been using this plugin for a while and it is simply awesome! As Dani said, 85000 is a lot of downloads. Great job.

  5. snecz says:

    Congrats!
    I can’t find a Polish translation. Is there any?

    • Tobias says:

      Hi,

      there used to be a Polish translation in earlier versions of the plugin. Unfortunately, the translator did not have the time to update it for the current version, so I had to remove it.

      Best wishes,
      Tobias

  6. Vamban says:

    Hi,

    handy and useful plugin. Keep it up, your good work. :)

  7. Kathy says:

    This is a great widget for the new gift shop I added to my site.
    One question though… The borders of the table are still visible even after I made your recommended change to the CSS to remove them. What else should I do? I’m using Firefox. How do I add [table id=3 / cellspacing="0" /] to the HTML of the table?
    Thanks for any help you can give me.
    Kathy

    • Tobias says:

      Hi Kathy,

      thanks for your comment.

      The CSS you are using is a little bit off, therefore it is not working. Please try with this one:

      .wp-table-reloaded-id-3 {
        border: none!important;
        border-collapse: collapse!important;
        border-spacing: 0px!important;
      }

      Then you should not need that other code anymore – which you would add exactly as you did, almost :-) You just need to add cellspacing="0" to your existing Shortcode (but without the slashes!).

      Hope this helps. For follow-ups, please use the Support Forums. Thanks!

      Best wishes,
      Tobias

  8. Mark says:

    Hi Tobias,
    Very useful plugin!
    You showed how to change the width of the column.
    Can we change the height of the row?

    Danke!

    • Tobias says:

      Hi,

      Thanks, the height can be changed in a similar way:

      .wp-table-reloaded-id-1 .row-1 {
        height: 50px;
      }

      Best wishes,
      Tobias

  9. Stephen Klein says:

    Quick question: Tables do not seem to be calling JS suddenly and I cannot set JS features.

    Works on one server, but not its mirrror.

    I tried copying over the JS library, no success.

    Suggestions?

    • Tobias says:

      Hi,

      could it be that your theme’s footer.php file is missing a call to wp_footer();?

      If that doesn’t solve it, please open a thread in the WordPress Support Forums and also provide the URL of that page with the table.

      Best wishes,
      Tobias

  10. gwolf says:

    Excellent plugin, keep going!

  11. Elisha says:

    Invaluable. I haven’t built a site without it. Personalized and quick support and it keeps getting better.

    Thanks Tobias!

  12. Juliebamboulie says:

    I don’t know what I did before this plugin was developed. Great work, thanks so much for all your efforts! I hope you can keep this going in the future, I would be very glad :-)

  13. lorraine says:

    Love this app. It has worked very nicely, especially for our new 2010 Seasons listing.
    But – I’m creating a new table and need to add an image and a link for each row. How can I do that?
    This one will be big – 5 columns, 133 rows.

    • Tobias says:

      Hi,

      thanks for your comment.

      Adding links and images is easy, just use the available wizards below the table content fields. For a link, you will be asked for the text and the URL, and the necessary HTML will be constructed and inserted for you. For images it works similar: You can simply select (or upload first) images from the WP Media Library, just like in a post. That image will then also be added to the table cell.
      Of course that’s quite some work on such a large table, but it is necessary work.

      Best wishes,
      Tobias

  14. Is WP-Table Reloaded already WP 3.0 compatible?

    • Tobias says:

      Hi,

      yes, it is, although have not yet done a lot of testing on multisite installations, but I have not yet received any reports that it does not work there.

      Best wishes,
      Tobias

  15. yoavadler says:

    Hi Tobias,
    Great plugin, and I am starting to use it. One question which may not be related: In your explanation page of the plugin, you are using a “expand/collapse” feature. Which plugin is it?
    Thanks,
    Yoav