Plugin / Custom DataBase Tables

ka2

Frequently Asked Questions (FAQ)

This plugin must be working environment of PHP 5.4 since version 2. Please use the version 1 system in previous environment of PHP 5.3. You can be downloaded past versions from here.
Yes, can create tables in a MySQL database and manage that’s tables while use this plugin. However, in the current version plugin can connect to only a MySQL database was installed of WordPress, yet. In other words, it can connect only a MySQL database connection settings are defined in “wp-config.php”.
You need a table that is managed by the plug-in is an “ID” is the primary key. The column that contains the update date and registration date of the line will also be necessary. Column These keys are added automatically when you create a table.
There is no particular restriction on the amount of data that is stored in a table. Processing performance on a table with a large number of rows will depend on the structure such as a table or database server. However, you should enable the “Ajax Loading” in the shortcode’s options if you want to handle the table that has a large amount of data by the shortcodes.
In most cases, that’s cause of the jQuery file conflict. Therefore please try to do procedures as follows: Go to the “General Settings” tab on the “CDBT Plugin Options” screen. Uncheck the checkbox of “jQuery” in the “Front-end Screen” column at the “Loading Resources” item of the “Advanced Plugin Settings”. Click the “Save Changes” button. Note: you should change in the “Administration Screen” column at above step 2 If the same trouble is occurred in the tables management screen.
The shortcodes of this plugin basically work within the post content. If you want to work the shortcodes outside of the post content (as direct built-in template, or in the widget), you should insert code below. if ( ! is_admin() ) { global $cdbt; add_action( 'init', array( $cdbt, 'cdbt_pre_shortcode_render' ), 10, 2 ); }
Because this plugin is working all Ajax processing via the “wp-admin/admin-ajax.php”, only that file in the “.htaccess” must have been to be able to access. In that case, please add a description of the following to the “.htaccess” under the “wp-admin”. Satisfy Any Order allow,deny Allow from all Deny from none
When you use this plugin on the site that has custom permalink structure as like “your-domain/custom-path/wp-admin”, you should add code of filter hook below. function my_cdbt_shortcode_custom_component_options( $component_options, $shortcode_name, $table ){ if ( is_admin() && $shortcode_name === "cdbt-edit" ) { $component_options['actionUrl'] = admin_url( str_replace( '/wp-admin', '', $component_options['actionUrl'] ) ); } return $component_options; } add_filter( 'cdbt_shortcode_custom_component_options', 'my_cdbt_shortcode_custom_component_options', 10, 3 );

Ratings

3.5
30 reviews

Rating breakdown

Details Information

Version

2.1.34

First Released

05 Feb, 2016

Total Downloads

69,965

Wordpress Version

4.0 or higher

Tested up to:

4.6.16

Require PHP Version:

-

Tags

Contributors

ka2

Languages

DIRECTORY DISCLAIMER

The information provided in this THEME/PLUGIN DIRECTORY is made available for information purposes only, and intended to serve as a resource to enable visitors to select a relevant theme or plugin. wpSocket gives no warranty of any kind, express or implied with regard to the information, including without limitation any warranty that the particular theme or plugin that you select is qualified on your situation.

The information in the individual theme or plugin displayed in the Directory is provided by the owners and contributors themselves. wpSocket gives no warranty as to the accuracy of the information and will not be liable to you for any loss or damage suffered by you as a consequence of your reliance on the information.

Links to respective sites are offered to assist in accessing additional information. The links may be outdated or broken. Connect to outside sites at your own risk. The Theme/Plugin Directory does not endorse the content or accuracy of any listing or external website.

While information is made available, no guarantee is given that the details provided are correct, complete or up-to-date.

wpSocket is not related to the theme or plugin, and also not responsible and expressly disclaims all liability for, damages of any kind, arising out of the use, reference to, or reliance on, any information or business listed throughout our site.

Keep Leading Your Followers!
Share it for them.