=== WP-Table Reloaded === Contributors: TobiasBg Donate link: http://tobias.baethge.com/donate/ Tags: html,table,data,editor,csv,import,export,excel,widget,admin,sidebar Requires at least: 2.8 Tested up to: 2.9.1 Stable tag: 1.6 WP-Table Reloaded lets you manage tables in a comfortable backend in WP's admin area, without any knowledge of HTML, and can add valuable features. == Description == WP-Table Reloaded enables you to create and manage tables in your WP's admin area. No HTML knowledge is needed. A comfortable backend allows to easily edit table data. Tables can contain any type of data and additional JavaScript libraries can be used to extend it with features like sorting, pagination, filtering, and more. You can include the tables into your posts, on your pages or in text widgets by using a shortcode or a template tag function. Tables can be imported and exported from/to CSV, XML and HTML. = More information = Please see the English plugin website http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ . If you like this plugin, please rate it here in the WordPress Plugin Directory or make a [donation](http://tobias.baethge.com/donate/). Thank you! = Informationen auf Deutsch = Dieses Plugin erlaubt die komfortable Verwaltung von Tabellen in WordPress. Dafür werden keine HTML-Kenntnisse benötigt. Die Daten werden in einer Eingabemaske eingegeben und mittels eines Shortcodes in Artikel, Seiten oder Text-Widgets eingebunden. Zusätzlich können einer Tabelle mit einer JavaScript-Bibliothek weitere Fähigkeiten, wie Sortieren, Paginierung und Filterung hinzugefügt werden. Weitere Informationen auf Deutsch: http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/ Wenn dir das Plugin gefällt, bewerte es bitte hier im WordPress Plugin Directory oder [spende](http://tobias.baethge.com/donate/). Danke! == Screenshots == Screenshots are available on http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/ . == Installation == The easiest way is through your WordPress Admin area. Go to the plugin section and search for "WP-Table Reloaded" in the WordPress Plugin Directory. Then you can click "Install" and the following steps will be done for you automatically. You just have to activate the plugin (step 5). Manual Installation works just as for most other WordPress plugins: 1. Download and Extract the zip file and just drop the folder "wp-table-reloaded" into the wp-content/plugins/ directory of your WordPress installation. 1. Activate the Plugin "WP-Table Reloaded" on your "Plugins" page. 1. Create and manage tables via "WP-Table Reloaded" in the "Tools" section. 1. Include a table by adding the shortcode [table id=<your-table's-id> /] to your post, page or text widget. 1. You might want to add styling features via the option in the "Plugin Options" screen, where you can enter your CSS directly. == Frequently Asked Questions == = Can I use wp-Table and WP-Table Reloaded together? = Yes! You can have both wp-Table and WP-Table Reloaded installed in your WordPress! They will not interfere (as they are not using anything together). They are completely independent from each other. If WP-Table Reloaded finds the wp-Table database tables, it can import the found tables into it's own format, so that you can completely upgrade from wp-Table to WP-Table Reloaded. = Support? = If you find a bug or have a feature request, please don't hesitate to tell me about it. You would help a lot if you could add an issue ticket in the [issue tracker on Google Code](http://code.google.com/p/wp-table-reloaded/). Feature requests may also posted in the comments on the plugin website. For other help or support questions (especially with CSS), please use the [WordPress Support Forums](http://wordpress.org/support/). Please [open a new topic](http://wordpress.org/tags/wp-table-reloaded?forum_id=10#postform) there (with the tag "wp-table-reloaded") and email me a link to the thread (or post it as a comment on the plugin website). Thank you! You may also make feature requests using this method! Don't be shy! = Requirements? = In short: WordPress 2.8 or higher = Languages and Localization? = The plugin currently includes the following languages: Brazilian Portuguese, Czech, English, Finnish, German, Hindi, Italian, Japanese, Slovak, Spanish, and Swedish. I'd really appreciate it, if you would translate the plugin into your language! Using Heiko Rabe's WordPress plugin [Codestyling Localization](http://www.code-styling.de/english/development/wordpress-plugin-codestyling-localization-en/) that really is as easy as pie. Just install the plugin, add your language, create the .po-file, translate the strings in the comfortable editor and create the .mo-file. It will automatically be saved in WP-Table Reloaded's plugin folder. If you send me the .mo- and .po-file, I will gladly include them into future plugin releases. There is also a .pot-file available to use in the "languages" subfolder. = Where can I get more information? = Please visit the [official plugin website](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-english/) for the latest information on this plugin. Die Webseite des Plugins ist auch [auf Deutsch](http://tobias.baethge.com/wordpress-plugins/wp-table-reloaded-deutsch/) verfügbar. == Usage == After installing the plugin, you can add, import, export, edit, copy, delete, ... tables via the "WP-Table Reloaded" screen which appears under the "Tools" section in your Admin menu. Everything should be self-explaining there. To show one of your tables in a post, on a page or in a text widget, just include the shortcode [table id=<the-id> /] to your post/page/text-widget, where <the-id> is the ID of your table (can be found on the left side of the "List tables" screen.) After that you might want to change the style of the table. You can do this by entering CSS commands into the "Custom CSS" textarea on the "Plugin Options" screen. You may also add certain features (like sorting, pagination, filtering, alternating row colors, row highlighting, print name and/or description, ...) by checking the appropriate options on the "Edit table" screen. == Acknowledgements == Thanks go to [Alex Rabe](http://alexrabe.boelinger.com/) for the initial wp-Table plugin! Thanks go to [Allan Jardine](http://www.datatables.net/) for the DataTables-jQuery-plugin. Thanks go to [Christian Bach](http://tablesorter.com/docs/) for the TableSorter-jQuery-plugin. Thanks go to [Sören Krings](http://tablesorter.openwerk.de/) for the TableSorter-Extended-jQuery-plugin. Thanks to all language file translators! Thanks to every donor, supporter and bug reporter! == License == This plugin is Free Software, released under the GPL version 2. You may use it free of charge for any purposes. I kindly ask you for link somewhere on your website to http://tobias.baethge.com/. This is not required! I'm also happy about [donations](http://tobias.baethge.com/donate/) or something from [my wishlist](http://tobias.baethge.com/wishlist)! Thanks! == Changelog == = Version 1.6 = * feature: Support for "rowspan" and "colspan" in tables * feature: WP Search will now also search in tables * feature: Possibility to select the plugin language * feature: Highlight row (background-color change when hovering) * feature: Option to show an "Edit Table" link on the frontend * enhancement: select fields for position of name and description * internal plugin restructuring * dropped support for outdated WordPress 2.7 = Version 1.5 = * added the DataTables JavaScript library with these features: sorting, pagination, filtering, TableTools * heavily redesigned the "Edit Table" screen: Bulk operations for inserting, deleting, ... * Warning message if changes not yet saved * added features to the "Plugin Options": set access requirements (user roles) to the plugin and the Options, Change position of the plugin in the admin menu, better loading/inclusion of CSS * many, many plugin filters and actions for plugin customization * export/import a dump file (with ALL tables/options/settings at once) * fixed some minor bugs, errors and glitches * dropped support for outdated WordPress 2.6 = Version 1.4.2a = * fixed bug: JavaScript errors in IE6 and 7 on Import screen * fixed bug: escapaping of delimiter when exporting was broken * added check for functions from mbstring library = Version 1.4.1 = * fixed small bug that led to occasional JavaScript timeout errors when editing large tables = Version 1.4 = * restyled "List of Tables" to suit WP 2.7/2.8 layout, list now sortable * added Table and shortcode Preview in the backend * "Insert Image" now allows inserting images from the WP Media Library * added possibility to show/hide rows/columns with checkboxes in the backend * textarea for cell data now grows when focussed * added "Custom Data Fields" to be able to store table meta data, accessible with a shortcode * added "Last edited" (time and user) information * fixed many minor bugs, errors and glitches (improved HTML validation) * optimized and restructured big parts of the code * dropped support for WordPress 2.5 * added Italian and Japanese language files = Version 1.3 = * fixed bug with shortcode in text widgets for WP 2.8 * added Brazilian Portuguese language file * fixed small bug with "Table" button in editor toolbar * table ID can now be changed and existing tables can be replaced upon import * possibility to add multiple rows/columns; import from URLs/webserver * WordPress shortcodes are supported within table cells * inputs are now textareas to allow easier editing of larger texts = Version 1.2.1 = * fixed syntax errors that appeared for some users * added Polish language file = Version 1.2 = * editor toolbar button to insert tables * bulk actions * improved CSS and JS loading and performance * template tag function; new CSV import/export class * table specific settings can be overwritten by shortcode parameters * new language: Czech * fixed a few minor bugs * smaller enhancements and text corrections = Version 1.1 = * changed way of CSS handling (database option instead of file) * fixed bug for users with PHP4 (certain function doesn't exist there) * added two additional shortcode parameters * added buttons to easily add links and images = Version 1.0(.1) = * Language files * more import/export (including directly from wp-Table!) * shortcode supported in text widgets = Version 0.9.2 = * fixed bug with plugin deactivation hook * added missing css-file = Version 0.9.1 = * first good release with all mentioned functions working well = Version 0.9 beta 1b = * small bug which prevented showing of tables (but still not everything implemented) = Version 0.9 beta 1 = * First release (not everything functional) == Upgrade Notice == = 1.6 = This upgrade adds features like "colspan"/"rowspan" support, support for the WP Search, and more. WordPress 2.8 or higher is now required! = 1.5 = This upgrade contains a new JavaScript library for sorting, pagination, and filtering, and many more improvements to the interface.