=== custom tables ===
Contributors: Stefan M.
Donate link: http://blog.murawski.ch/2011/08/custom-tables-wordpress-plugin/
Tags: custom tables, tables, databases, custom databases
Requires at least: 3.2
Tested up to: 3.2.1
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 Menu 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 `[wctable id="1"]` or `[wctable]` 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 or upload them directly in the created fields.
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! For new features, please read the changelog!

You can add Search form `[wctsearch felder="id,name"]` and Filters `[wctselect id="1" field="name"]` or also the artcile archive with `[wctdate]` and `[wctarchive]`.

You can also add Custom Forms where Visitors can edit/create/edit/delete data in the table. The custom forms can be added with `[wctform id="1"]` to a page or article.

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.

This Plugin is hugh and many things can be done with it, please take your time to learn or 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

== Screenshots ==

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

== 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 (aso.) and not per field:

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

= Can I grant some people edit rights which don't have an WordPress Account =

Yes, there is a Smarttag `[wctpageedit table="*" filter=""]` which you can add on a normal page or article. Protect ths page / article with a password and send the user the link.
Afterwards, the user can edit the table content and delete also entries, as he is logged in. Please use a secure passwort against bruteforce.

There is also the possibility to add special Forms to the page or article where you can grant users to add/delete/modify a set of data and only of specific fields. You can enable the approval loop, where you get an email when a modification within the table will be done.

= Versioning System =

User can create or modify the content of your tables if you enable this. There is no versioning system implemented.

= Manual Deinstallation =

1. Delete the content of the `/wp-content/plugins/custom-tables` directory
2. Connect to the database 
3. Delete the standard tables `wp_wctlist` and `wp_wctform`
4. Delete all Custom Tables `wp_wct*` (Attention, all data will be lost of your Tables)
5. Run the following SQL Script to remove settings: `DELETE FROM wp_options WHERE option_name='wuk_custom_tables' LIMIT 1`

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

Here you find a list for Plugins which had problems and are resolved now:
* qtranslate
* Front-End Editor

If you find a incompatible plugin, please rapport this and I will fix it, if possible.

== Changelog ==

= 2.3.0 =
* [Feature] External Unknown CSV File Importer added
* [Bugfix] rbr function was missing in dl.php
* [Bugfix] preg_match error in Search and show_table
* [Bugfix] Save & Next Bugfix by last entry

= 2.2.2 =
* [Bugfix] Enum Field was not saved with capital Chars in field name
* [Bugfix] Bugfix by Date search
* [Bugfix] `do_shortcode` by excerpt added
* [Bugfix] CSS definition will only shown once
* [Bugfix] Fieldrename is now case insensitive

= 2.2.1 =
* [Change] Editlink will be only shown in Frontend if Rights are granted
* [Change] New translations sentances added

= 2.2.0 =
* [Feature] SQL Statement Field added (with wpnonce security check)
* [Feature] Search for Dates is possible now with search
* [Feature] Search for Dates between 2 or more date fields is possible
* [Feature] `time()-1d` and `time()+1d` added in SQL Filter Statement
* [Premium Feature] SQL Filter added for Widget
* [Change] Show SQL Errors on Import and Restore
* [Change] All Entries Tag can be hiden by Widget
* [Bugfix] Picture Upload JS fix for new Entry, Comments removed
* [Bugfix] Dropdown Selection List Cache Error fixed
* [Bugfix] Calender Popup on New Entry Page fixed
* [Bugfix] SQL Filter can contain now `<= >=` Statements
* [Bugfix] Import of CSV File corrected (Comma splitted values)

= 2.1.0 =
* [Feature] Buttons in visual Editor added under Entry Setup & Overlay Setup
* [Feature] Buttons in visual Editor added for date Format
* [Feature] `<td>` can be extended in Table View Setup with HTML tags
* [Premium Feature] Extends Standard WordPress Search looks into Tables and show Article and Page if Searchstring will be found
* [Premium Feature] Widget can be opened&closed (Javascript), enable via
* [Bugfix] Absolute Path for Windows Installations Correction implemented
* [Bugfix] Now all searchfields are correct searched (incl. enum fields)
* [Bugfix] Entry View Filter corrected for back button

= 2.0.1 =
* [Bugfix] Article Archive not in DB (Update Script for one version corrected)
* [Bugfix] Export of Database not worked (Articel Archive related)
* [Bugfix] No data in tables visible (Update Script for one version corrected)
* [Bugfix] `html_entity_decode()` added for Table Filter

= 2.0.0 =
* [Feature] Forms added where you can enable the customer to edit / create / delete entries from a table
* [Feature] Tags in Changelog added
* [Feature] Search is now case insensitive
* [Feature] PHP Smarttag `[wctphp]strftime("%l, %Y-%m-%d",'{field}')[/wctphp]` added for PHP code
* [Feature] New field `date` added with popup to select the date
* [Feature] New field `status` added to deactivate Entries and enable approval flow
* [Feature] Support Details added, Donation possibility added
* [Feature] HTML Filter of WordPress can be disabled
* [Feature] Premium functions possible via license
* [Feature] New Translations added
* [Feature] Backup and Restore possibility added
* [Feature] New Quicksave Buttons added
* [Feature] Filter & Search added on Edit Table page
* [Feature] Sort is possible on Edit Table page
* [Feature] Link to Edit Entry from Show Table avaialble
* [Feature] CSS Salt to Smarttag wctable added
* [Feature] Adding of pictures possible in Tables
* [Feature] Added new Savefunctionalities in Edit Content page
* [Feature] Support Request Form available on Support page
* [Premium Feature] Widget added where enum field content can be linked as separate pages
* [Premium Feature] Customized Forms possible
* [Premium Feature] Search and Replace in Table possible
* [Premium Feature] TinyMCE in Frontend possible by Custom Forms
* [Premium Feature] HTML Editor in TinyMCE added
* [Change] Database Updates extracted to own function
* [Change] BETA Versions Changelog removed from readme.txt (Versions < 1.00)
* [Change] Online Changelog supports now Tags
* [Change] Change field Form shows now last name to edit faster
* [Change] Minor Improvements in Table field selection
* [Change] Else added by IF Smarttag
* [Change] Fieldnames with characters `-_` will be allowed now
* [Bugfix] Bugfix for SQL Update implementation
* [Bugfix] small german translation correction in JS
* [Bugfix] Edit Content showed only 6 entries then 7 in table
* [Bugfix] Code correction by enum fields with space inside
* [Bugfix] Remove Slashes by Database Textentries
* [Bugfix] New database entry form fixed
* [Bugfix] mce_buttons Priority for TinyMCE Advanced and other plugins changed
* [Bugfix] Your content Output on Headline Setup fixed
* [Bugfix] Indexe by enum() field fixed
* [Bugfix] Wrong Tabs displayed by User Permissions
* [Bugfix] One Entry missing on Next Page fixed
* [Bugfix] Breaklines between `><` will not anymore replaced with `<br/>` Code
* [Bugfix] Selects can have special characters inside now
* [Bugfix] Filter for field names added (removes special characters) because breaks JS Code
* [Bugfix] Changelog shows now HTML Code as normal Text
* [Bugfix] Search Bugfix for Themes with a Search button
* [Bugfix] Handle will be closed by Import of Table data
* [Bugfix] View error by multiple Dropdowns fixed
* [Bugfix] Creation of Demo Table by plugin activation fixed
* [Bugfix] Sort Values are base64 encoded to fix issues with special characters
* [Bugfix] Charset fix for Export & Import (CSV Format)
* [Bugfix] Export & Import to date() fields are possible
* [Bugfix] z-index for overlay added to be all the time on top
* [Bugfix] jQuery Fix for Front-End Editor added

= 1.4.0 =
* [Feature] Area for Overlay Effect added `[wctoverlay]Text[/wctoverlay]`
* [Feature] IF Smarttag added `[if field="{id}" check="==" var="text"]Text[/if]`
* [Feature] Changelog now visible by the Plugin List for Updates
* [Change] Database Fields new in `{}` Brackets, Normal Smarttags in `[]` Brackets
* [Bugfix] Highlight line code corrected by no Overlay activated

= 1.3.1 =
* [Feature] Clearbutton Smarttag added
* [Feature] Button and Dropdown added in CSS

= 1.3.0 =
* [Feature] Public Table Edit Smarttag added
* [Bugfix] Correct Plugin URL added
* [Bugfix] Double PHP function `wct_quicktag_button()` removed
* [Bugfix] `Enum()` field added to Table
* [Bugfix] Fix for non-existing databases in the list
* [Bugfix] Archive DB ID fix implemented

= 1.2.0 =
* [Bugfix] removes newlines bevor the table if they are added in tablesetup

= 1.1.6 =
* [Bugfix] Page_id added by Search as hidden field

= 1.1.5 =
* [Feature] Hooks `wct_table`, `wct_overlay` and `wct_entry` added
* [Bugfix] Beautifuler Code for fix 1.1.4
* [Bugfix] Selection Items with Value = Empty fixed
* [Bugfix] Selection and Search reset now Page Index
* [Bugfix] Fix in generating URLs by Permalink with filename
* [Change] Obfuscated searchtag removed

= 1.1.4 =
* [Bugfix] Many fixes in generating URLs for Permalink, multisite and normal installations

= 1.1.3 (broken) =
* [Bugfix] Filter `$_SERVER[REQUEST_URI]` with `basename()` for multisite installations

= 1.1.2 =
* [Bugfix] Replaced `WP_SITEURL` with `get_site_url()`

= 1.1.1 =
* [Change] Multi language Entry Editor need WordPress 3.2 (Requirement)
* [Bugfix] Small HTML Code correction in Settings
* [Bugfix] Multi language Overlay and Entry View fixed
* [Bugfix] Field buttons in Setup Editors added again

= 1.1.0 =
* [Feature] Initial sorting of the table (field and ASC, DESC) added
* [Feature] Database revision check added
* [Bugfix] page_id was missing by Search Form, preg_match corrected
* [Bugfix] Small HTML Code correction in Changelog

= 1.0.5 =
* [Feature] Inputbutton for wordtext to textarea
* [Bugfix] Rename of text fields wasn't visible
* [Bugfix] editor fixes by disable_wysiwyg()
* [Bugfix] Fix for WordPress < v2.2 with missing WP_SITEURL

= 1.0.4 =
* [Feature] Table sort by show_table and editcontent by field 'id'
* [Feature] CSS possibilities list added
* [Feature] New Fielddefinition added with varchar(128)
* [Feature] Field definition can be changed now
* [Bugfix] Import Bug fixed about HTML Entities

= 1.0.3 =
* [Feature] overlay max-width added for better view
* [Feature] CSV import supports more filetypes
* [Feature] replace newlines with HTML code on all show functions
* [Bugfix] CSS definitions will not be lost after update
* [Bugfix] Cache of Selectfild corrected
* [Bugfix] `stripslashes()` corrections on entry_page
* [Bugfix] Problem with Space in Select fields
* [Bugfix] Overlays cannot fall out of monitor after page anymore

= 1.0.2 =
* [Bugfix] Link by `e_setup` fixed unter the table

= 1.0.1 =
* [Feature] New strings translated
* [Change] Removed Beta Texts from Readme
* [Bugfix] Fix for Java problems after Code cleanup

= 1.0.0 =
* [Feature] Filter for categories added by Smarttag (SQL Code)
* [Change] Readded Web Updates KMU Ad
* [Change] Removed 15 days limit of Beta Version
* [Bugfix] In Tablesetup HTML Code was a `</div>` missing
* [Bugfix] Multilanguage Headerline fixed
