Posts Tagged ‘plugin’

Extension 5: How to use PHP in table cells

February 14th, 2010

This post in my WP-Table Reloaded Extension series should be very useful to a lot of people, taking into consideration the questions I receive on this. Using the code from below, you will extend WP-Table Reloaded so that PHP code in table cells will be parsed and executed. This is useful for dynamic content generation or integration of other plugins’ features.

To get started with WP-Table Reloaded Extensions, you should read the introduction and follow the included instructions. You will also find links to the other presented Extensions there.
» Read more: Extension 5: How to use PHP in table cells

Extension 4: Changing DataTables strings

February 9th, 2010

In this post of the WP-Table Reloaded Extensions series, I’ll show you a way to easily change the strings that the DataTables JavaScript library outputs around a table. This includes things like the “Search:”, “Showing i to j of n entries” and the other text strings.

To get started with WP-Table Reloaded Extensions, you should read the introduction and follow the included instructions. You will also find links to the other presented Extensions there.
» Read more: Extension 4: Changing DataTables strings

Maintenance release: WP-Table Reloaded 1.6.1

January 30th, 2010


Thanks to some great feedback of several plugin users, I was able to fix some bugs and add a few enhancements to WP-Table Reloaded 1.6.1, which is now available.

Changes include:

  • enhancement: let WP Search also search table name and description
  • enhancement: replacing a table during an import will leave options untouched and only replace table data
  • bugfix: better fix for DataTables invisibility issue in IE 7
  • enhancement: add 3 new plugin filters for frontend
  • bugfix: fix for problem with search, if data is empty somehow

Your WordPress will offer an automatic update to the latest version soon. Otherwise, you can download WP-Table Reloaded 1.6.1 from the plugin’s page or from the WordPress Plugin Directory.

If you like the plugin, I’d be very happy if you would rate it in the WordPress Plugin Directory. You might also consider a donation or have a look at my Amazon wishlist. This will encourage me to further develop the plugin and keep giving countless hours of support. Thank you!

If you experience any trouble, find bugs or have feature requests, please don’t hesitate to contact me via the means mentioned in the support section. Please make sure to carefully read the plugin’s page as well as the Documentation. A lot of questions are already answered in the Frequently Asked Questions section.

Extension 3: Changing the Table Shortcode

January 23rd, 2010

My second Extension to WP-Table Reloaded was actually pretty short and simple, so I decided to present another short one to make up for that :-) So, here you will see how you can change the used Shortcode from [table id=1 /] to e.g. [data id=1 /] or [ranking id=1 /].

To get started with WP-Table Reloaded Extensions, you should read the introduction and follow the included instructions. You will also find links to the other presented Extensions there.
» Read more: Extension 3: Changing the Table Shortcode

Extension 2: Custom Name in the Admin Menu

January 16th, 2010

In my second post of the series on WP-Table Reloaded Extensions, I will show you a way to change the name of the plugin in the WP Admin Menu.

Remember, Extensions are small code snippets that customize or extend the functionality of WP-Table Reloaded, by using the many “Plugin Hooks”. To get started, you should read the introduction on WP-Table Reloaded Extensions and follow the included instructions to set up the foundation. I also recommend reading the first post of this series, where I add an Automatic Converter for URLs to Links. You don’t need the code from there, but it might be helpful to better understand the concept.
» Read more: Extension 2: Custom Name in the Admin Menu