=== custom tables ===
Contributors: Stefan M.
Donate link: http://wuk.ch
Tags: custom tables, tables, databases, custom databases
Requires at least: 3.0.0
Tested up to: 3.2
Stable tag: trunk

Create Tables and show on a page/article. Usable for all kind of diffrent databases. Freely definable fields for any purpose.

== Description ==

With this Plugin, the Admin can very simply create an new Table in the Database.
The Table can filled in manually over the WordPress Admin Men with new entries, or he can choose the way over Excel for MultiEditing all lines and reimport the data as CSV File.
The Plugin will create diffrent Shortcodes to add this Tables to the WordPress sites.

The Demo Table can be added with `[customtable id="1"]` or `[customtable]` to the page as example.
All Tables are full supprting HTML Code, therefor its not problem to add pictures or links to any specific Article or Page.
Also it supports search and sort orders and caching functionalities for all output of the plugin to have a high performance on the WordPress installation.
Instructions are added in the plugin itself, including pictures and demo db to see how everything is working!

As example, you can create an index list of all restaurants of a region and people can then search in the table for a restaurant by the city and click on the entry to get more detail on the separate page / article.
And of corse you cannot only add one table, you can add as much as diffrent tables as you want without any limitation! So, create your own lists for whatever you want.

If you have questions or problems, please do not hesitate to contact us: [web updates kmu](http://wuk.ch/ "web updates kmu")

== Installation ==

1. Extract the content of the `custom_tables.zip`
2. Upload the extracted content to the `/wp-content/plugins/` directory
3. Activate the plugin through the 'Plugins' menu in WordPress
4. Configure the Plugin on the `Custom Tables` page
5. If needed, edit the Plugin `styles.css` file for your design

== Screenshots ==

1. Screenshot of the Page how the Table is look like
2. Demo of the Overlay function which shows up, if the mousecurser move over an Entry (on/off switchable)
3. You can modify your table as much as you want. Complete DB functionality behind
4. You can modify, add or delete all Entries in the list Online with this option
5. Import and Export of the table is possible. Export it, Edit the Excel sheet and import it again. Simply!
6. Setup of how the Table should be shown, which fields aso.

== Frequently Asked Questions ==

== Multilanguage Support ==

This plugin is supporting multilanguage with the [qtranslate](http://www.qianqin.de/qtranslate/download/ "qtranslate") plugin. 
You need to create complete Table View Setup and not per field:

Example:
`<!--:de--><td>de [date]</td><td><b>[title_de]</b></td><td>[description_de]</td><!--:-->
<!--:en--><td>en [date]</td><td><b>[titel_en]</b></td><td>[description_en]</td><!--:-->`

== Known Bugs ==

= the_editor() modifications =
Plugins which will modify the standard editor, such as qtranslate are in general not compatible with this plugin.
The problem is that you cannot see the editor textfield in all view setup areas, bacause of the conflict.

qtranslate plugin is the only plugin which is supported for this plugin.
If you find a incompatible plugin, please rapport this and it will be fixed (is a 5 Min fix / plugin).

== ToDo ==
* Creation of Indexes on the table needed on large tables
* add category dropdown as smarttag

== Changelog ==

= 0.6.2 Beta =
* Public release on wordpress.org for testing purposes
