Posts Tagged ‘feature’

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 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

WP-Table Reloaded 1.6: Cool new features

January 8th, 2010


Just a few weeks after WP-Table Reloaded 1.5, a new version is out. The automatic update for WP-Table Reloaded 1.6 should be available in your WordPress admin area shortly.

To start the New Year with a bang, there are a few great new features, that I know a lot of people have been waiting for:

  • Support for combining cells with “rowspan” and “colspan”
  • The WP Search will now also search and find search terms in tables.
  • Possibility to select the plugin language, independent from the rest of WordPress
  • Row Highlighting (change the background-color when hovering a row with the mouse)
  • Option to show an “Edit Table” link on the frontend for logged-in users
  • Select the position of table name and description (i.e. where it is printed)
  • huge internal plugin restructuring for easier development in the future
  • fixed a few smaller bugs (for IE users, in row hiding, and HTML validation)
  • Important: Support for the outdated WordPress 2.7 was dropped (so upgrade to WP 2.9 first!)

» Read more: WP-Table Reloaded 1.6: Cool new features

Extension 1: URL to Link Conversion

December 31st, 2009

Just recently I introduced WP-Table Reloaded Extensions, small code snippets that add further functions to the plugin by using the provided “Plugin Actions” and “Plugin Filters”.

The first such Extension that I’m going to present here, is an Automatic Converter for URLs to Links. » Read more: Extension 1: URL to Link Conversion