=== 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).

== BETA VERSION ==
Beta Version has only a runningtime of 15 days. Afterwards you need to update to the latest version.
If there are no more Bugs after 15 days, there will be a stable Version without this limitation.

== Changelog ==

= 0.6.4 Beta =
* Changelog: Bugfix and Consolidation

= 0.6.3 Beta =
* Fixing 2 Activation problems

= 0.6.2 Beta =
* Public release on wordpress.org for testing purposes
* Plugin renamed from custom_tables to custom-tables for WordPress.org
* Category dropdown as Smarttag added
* Category filtering in Text and Headerline enabled
* Texts in Table View Setup can now include Smarttags
* Headerline Filds can include special characters now

= 0.6.1 Beta =
* Rich edit disabled while plugin is on a setup page
* Cachefunctionality by 'Article Archive' and 'Date Selector' added
* New menu added by Table Setup
* Spelling conflict in a Javacode corrected
* Bugfix in update_options()
* New texts in Article Archive, style corrected
* Upcoming releases and Beta Changelog extracted -> smaller readme
* Creation of Indexes for the search in extrem big tables possible

= 0.6.0 Beta =
* Archive User Role Management added
* Table for the Archive for all articles, which will be automatically up-to-date
* Smarttag 'date' and 'archive' added. View created and added to CSS file
* Bug fixed by Smarttag View
* Diffrent missspelling corrections
* Article Archive is full CSS configurable

= 0.5.8 Beta =
* User Role Management added for all custom tables and general righs
* Cache expiration can be changed under settings
* Handicon on own menu set (cursor:pointer;)

= 0.5.7 Beta =
* New tutorial pictures created
* Minimize of plugin code (removes space, tabs and newline)
* Tutorial pictures web optimized

= 0.5.6 Beta =
* Secret needed for dl, readded
* Diffrent miss spelling fixed
* CSS editor added

= 0.5.5 Beta =
* IE6 Overlay fixed

= 0.5.4 Beta =
* Headerline Setup added
* Sort buttons Class can be switched
* Table design including colors are configurabe via CSS
* Many Bugfixes

= 0.5.0 Beta =
* First release for testing purposes and internal usage
* Changelog implemented