Linux 软件免费装
Banner图

Black-Desk

开发者 jelenacvijic
更新时间 2025年8月25日 16:08
PHP版本: 7.2 及以上
WordPress版本: 6.7
版权: GPLv2 or later
版权网址: 版权信息

标签

forms management tables queries data

下载

1.2.0 1.0.50 1.1.0 1.1.2

详情介绍:

Looking for the easiest way to manage your data? We might be able to help. ;) Black-Desk is a comprehensive WordPress plugin that helps you create and manage custom database tables and data directly from your WordPress dashboard. The plugin provides an intuitive interface that lets you create, update, and query your data in the simplest way possible, without requiring deep technical knowledge. Save queries and reuse them quickly. Black-Desk plugin shortcodes let you display selected data on your WordPress pages or posts, as well as easily create input forms directly connected to your tables. Key Features:

安装:

Black-Desk plugin installation can be done in any WordPress-plugin-installation way you are used to. Installation options: 1. Automatic: Go to your dashboard > Plugins > Add New Plugin > search for Black-Desk > Install Now > Activate; OR 2. Download zip from the Black-Desk WordPress plugin page, go to your dashboard > Plugins > Add New Plugin > Upload Plugin > Browse > choose the plugin zip file > Install Now > once installed click Activate Plugin; OR 3. Download zip from the Black-Desk WordPress plugin page and manually upload the entire unzipped Black-Desk folder to the /wp-content/plugins/ directory. Go to your dashboard > Plugins (Installed Plugins), look for the Black-Desk plugin in the list and click Activate. The important thing is to activate after installation. You are all set! Go to your dashboard and look for the 'Tables' menu item.

升级注意事项:

1.2.0 Uploaded files are now available for viewing or download, for tables, queries, and queries with aliases in:
  • admin views and previews;
  • public table/query view, field view, and repeat view (using shortcodes).
1.1.2 Fixed the DivisionByZeroError thrown by public table view. 1.1.1 Admin notices are nicely displayed.

常见问题:

I am not very experienced with databases; can I use this plugin?

The plugin is designed with people with basic technical knowledge in mind. It is designed to be easy, straight-forward, and intuitive to use. However, some of the database capabilities like creating related tables require you to be acquainted with how relations are made in order to put them into practice. If you have basic data management knowledge, you will be right at home, and if not, try the plugin for free, and don't be too surprised when you find out how easy it is to create database tables, populate them with data, and query your data.

How can I edit my data?

When viewing your table, clicking on a value you wish to edit will render it an input field. While focused on the input field, press Enter to update the value or Esc to cancel editing.

Is it possible to recover deleted data?

Yes and no, depending on the action you took. Yes, the plugin uses soft delete functionality when deleting data while viewing a table. Deleted records can be restored from the table trash view. However, if you delete the whole table or truncate table data while viewing the list of tables, those two actions cannot be undone, as the user is warned beforehand when prompted to confirm if they are sure they want to delete or truncate the table.

Can I create relationships between tables?

Yes, and to view data from related, joined tables you can create and save a query by setting one of its conditions so that the value from the first table column is equal to the second table column/field (effectively indicating a foreign key column and pointing it to another table's primary key). Example of such query condition: [review.product_id] [equal to] [FIELD] [product.id] See USAGE > CREATING QUERIES section for the detailed instructions on query creation and use.

How do I use the shortcodes?

You can find complete, detailed shortcodes usage instructions in your WordPress dashboard > Tables > Shortcodes submenu page, with examples of usage for each shortcode. For basic information purposes, info on shortcodes functionality is available in the USAGE > SHORTCODES section.

更新日志:

1.2.0 Make uploaded files available for tables, queries, and queries with aliases in: 1.1.2 Fix DivisionByZeroError being thrown by public table view (shortcode). 1.1.1 Handle admin notices. 1.1.0 Add shortcodes submenu to dashboard, leading to a shortcodes use instructions page. 1.0.50