這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Your Tables

描述

This plugins lets you define forms in the admin area for existing tables in your WordPress database.

The creation of forms to Create, Update and Delete records is a lot of work. This plugin lets you define the tables and its fields and generates the form for you. The definition of your tables and fields is done in the ‘Your Tables’ and ‘Your Table Fields’ items in the ‘Your Tables’ menu. This functionality is created using the Table definition functionality of this plugin itself. Drink your own Champagne!

These are its features:

  • Manage all tables in your WordPress database in the admin area
  • Create, Update and optionaly Delete records
  • Textbox, Dropdown, List, Radiobox, Checkbox, Date and Textarea support
  • Dropdown, List and Radioboxes can be filled with predefined values or with an SQL query that results in 2 columns (value,label)
  • Use one or more primary keys to select the correct record in your tables
  • Define what roles can use the tables
  • Optionaly change the functionality of the Table and Field definition forms
  • Language support (Currently English and Dutch language is available. We’re looking for translators!)

Request: Currently English and Dutch language is available. If you want to translate for us we will add your name here:

  • English translation: Benjamin de Jong
  • Dutch translation: Benjamin de Jong

螢幕截圖

  • An example of the list of records you can edit in a table
  • An example of an edit form your a record in your table
  • The definition form for one field of your table

安裝

This section describes how to install the plugin and get it working.

From your WordPress dashboard:

  • Visit ‘Plugins > Add New’
  • Search for ‘Your Tables’
  • Click ‘Install now’
  • Activate it after installation
  • Make the functionality available for other roles if needed using ‘Your Tables Settings’ under the WordPress Settings menu.

From WordPress.org:

  • Download ‘Your Tables’.
  • Upload the ‘your-tables’ directory to your ‘/wp-content/plugins/’ directory, using your favorite method (ftp, sftp, scp, etc…)
  • Activate Your Tables from your Plugins page
  • Make the functionality available for other roles if needed using ‘Your Tables Settings’ under the WordPress Settings menu.

評價

2017年12月4日
Do exactly what is says: " This plugins lets you define forms in the admin area for existing tables in your WordPress database. ". No more.
2017年4月7日
Sorry, i receive "wp_your_tables does not exist!" nothing else and so did others. this is not acceptable and this issue was reported on your site by two users, the only 2 comments you have, and help was never offered although you seem to have asked the useless questions of what version, what hosting, what xxxx the user was using - total irrelevant questions which user simply ignored as he should have done. take plugin down from here to prevent others from wasting their valuable time.
閱讀全部2個評價

貢獻者及開發者

“Your Tables” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Your Tables 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0.0

  • Created the initial version

1.0.3

  • Minor buxfix on non existing field names
  • SQL errors are showed in an orderly fashion
  • Support for localized dates (please make sure your webserver supports localization) including jQuery datepicker translation

1.0.4

  • Bugfix on invalid header
  • Fixed some unneeded includes