Hi!
I'm using WP-Table-Reloaded 1.8.1 with WordPress 3.0.5. It works fantastically and is one of the most important plugins for us. Thanks a lot, it sure is amazing work.
I'm having a problem with it, though. I'm doing a plugin that analyzes the posts in the database and I'd like to expand the tables to see what they print out. However, if I pass $post->post_content to do_shortcode(), tables are not expanded.
The same happens if I call the table directly: do_shortcode('[table id=62]'); - this just prints out the tag.
How could I get the tables to expand, and why aren't they expanding like they should?