All Projects → ka215 → cdbt

ka215 / cdbt

Licence: other
Custom DataBase Tables plugin is for WordPress

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
shell
77523 projects

Projects that are alternatives of or similar to cdbt

WPCOM-Legacy-Redirector
WordPress plugin for handling large volumes of legacy redirects in a scalable manner.
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin
acf-flexible-content-preview
Transforms ACF's flexible content field's layout list into a modal with image previews.
Stars: ✭ 21 (-12.5%)
Mutual labels:  wordpress-plugin
pmpro-sponsored-members
Generate a discount code for a main account holder to distribute to sponsored members.
Stars: ✭ 13 (-45.83%)
Mutual labels:  wordpress-plugin
lazy-load-for-comments
Lazy load WordPress default commenting system.
Stars: ✭ 17 (-29.17%)
Mutual labels:  wordpress-plugin
create-wp-react-app
Create React WordPress plugin with no build configuration.
Stars: ✭ 56 (+133.33%)
Mutual labels:  wordpress-plugin
doubleclick-for-wp
WordPress plugin for serving Google Ad Manager ads
Stars: ✭ 25 (+4.17%)
Mutual labels:  wordpress-plugin
wp-intervention
On-demand image manipulation for WordPress via the Intervention Library.
Stars: ✭ 21 (-12.5%)
Mutual labels:  wordpress-plugin
wpse-playlist
WordPress - Playlist shortcode with external audio or video files. Wrapper for the native playlist in WordPress.
Stars: ✭ 17 (-29.17%)
Mutual labels:  wordpress-plugin
traduttore
🗼 A WordPress plugin to improve the I18N workflow for your own projects based on @GlotPress.
Stars: ✭ 60 (+150%)
Mutual labels:  wordpress-plugin
disable-cart-fragments
Completely disables the AJAX cart fragments feature in WooCommerce for a huge boost in loading speed (redirect to cart page highly recommended).
Stars: ✭ 20 (-16.67%)
Mutual labels:  wordpress-plugin
simple-custom-post-order
Order posts(posts, any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary.
Stars: ✭ 18 (-25%)
Mutual labels:  wordpress-plugin
wp-template-preview
WordPress custom template preview for any post type
Stars: ✭ 16 (-33.33%)
Mutual labels:  wordpress-plugin
Exopite-Multifilter-Multi-Sorter-WordPress-Plugin
Display and/or sort/filter any page or post types by multiple taxonomies or terms (like post by categories and/or tags) with AJAX. Exopite multifilter, multi-sortable, multi selectable, multi filterable sortable Wordpress Plugin.
Stars: ✭ 18 (-25%)
Mutual labels:  wordpress-plugin
featured-image-by-url
This plugin allows to use an external URL Images as Featured Image for your post, page & custom post types like WooCommerce Product. Includes support for Product Gallery (WooCommerce).
Stars: ✭ 28 (+16.67%)
Mutual labels:  wordpress-plugin
culqi-woocommerce
Plugin Culqi para WooCommerce (WordPress).
Stars: ✭ 12 (-50%)
Mutual labels:  wordpress-plugin
rest-api-endpoints
🌾 WordPress REST API endpoints
Stars: ✭ 31 (+29.17%)
Mutual labels:  wordpress-plugin
wp-ban
Ban users by IP, IP Range, host name, user agent and referrer url from visiting your WordPress's blog.
Stars: ✭ 19 (-20.83%)
Mutual labels:  wordpress-plugin
cachify
Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
Stars: ✭ 93 (+287.5%)
Mutual labels:  wordpress-plugin
ultimate-addons-for-gutenberg
Power-up the Gutenberg editor with advanced and powerful blocks that help you build websites in minutes!
Stars: ✭ 166 (+591.67%)
Mutual labels:  wordpress-plugin
wordpress
Free PWA & SPA for Wordpress & Woocommerce
Stars: ✭ 103 (+329.17%)
Mutual labels:  wordpress-plugin

Custom DataBase Tables

Custom DataBase Tables is commonly called "CDBT", it is the plugin for the WordPress. Using this plugin, you can create new table on the database of the WordPress as you like. Then you can do input, output and data updating to created table. Also you can do import and export by format of CSV, TSV, JSON and SQL, and duplicate specific table. Those operation is able to be done easily from the GUI tools on the administration screen of WordPress. In addition, you can provide the functional data manipulation interface to the Web front-end by using some shortcodes or APIs.

Requirements

Prerequisite How to check How to install
PHP >= 5.4.x php -v php.net(English/Japanese)
Node.js >=5.4.x node -v nodejs.org
gulp >= 3.9.x gulp -v npm install -g gulp
Bower >= 1.7.2 bower -v npm install -g bower

For more installation notes, refer to the Install gulp and Bower section in this document.

Install gulp and Bower {#install-gulp-and-bower}

Building the theme requires node.js. We recommend you update to the latest version of npm: npm install -g npm@latest.

From the command line:

  1. Install gulp and Bower globally with npm install -g gulp bower
  2. Navigate to the theme directory, then run npm install
  3. Run bower install

You now have all the necessary dependencies to run the build process.

Installation

Install after downloaded from WordPress admin panel or download here and put the plugins directory.

How to install WordPress provisions are as follows.

  1. Upload custom-database-tables directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Navigate to the Custom DB Tables submenu in setting menu

That's it. Now you can easily start creating custom table in database of WordPress

Usage

Navigate to the Custom DB Tables submenu in setting menu of WordPress admin panel.

First of all, please try to create the database required for the first.

Please see the tutorial for more use of the plugin (Sorry, Japanese only)

Documentation

Plugin Documentation (Sorry, Japanese only)

Features

  • You can create newly tables on the database. (CREATE TABLE)
  • You can entry data from on the web to your created table. At that time, the entry form will be created automatically in accordance with the table structure.
  • You can edit and remove data in the specific table from on the web.
  • You can customize the viewing data as a table listed.
  • It is corresponding to the input and output of binary data to the table.
  • You can import and export with choosing a format of CSV, TSV, JSON and SQL.
  • You can duplicate the specific table.
  • Using the shortcodes, you can render the interactive data operation interface on the front-end WEB.
  • You can set the permission as viewable users, registerable users and editable users to each tables.
  • You can manage the core tables built-in WordPress, since the plugin version 2.0.
  • Ofcourse, you can remove your created tables. (DROP TABLE)
  • You can initialize data of the specific table. (TRUNCATE TABLE)
  • You can modify table. (ALTER TABLE)
  • Using built-in plugin methods can connect to various core processes as like CRUD.

License

GPLv2 or later

Contributing

  1. Fork it
  • Create your feature branch (git checkout -b my-new-feature)
  • Install the dependencies and run gulp (npm i && gulp)
  • Commit your changes (git commit -am 'Add some feature')
  • Push to the branch (git push origin my-new-feature)
  • Create new Pull Request
  1. Donate
  • If you thought this plugin felt to be useful, you want to cooperate in the development, or would like to contribute, I'm very happy that you make a donation to me. The magnitude of the amount of the donation is not a problem. Your feelings will become motivation of myself to develop this plugin.
    PayPal Donations

Thanks to the following:

Support

I've prepared a support forum. Please to slip issuance in here questions about plugin.

Crafted by ka2 (@ka2bowy).

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].