ka2
Forum Replies Created
-
Forum: Plugins
In reply to: [Custom DataBase Tables] virus in plugin ???Thank you for taking the time to this matter.
I will remove the process of using base64_encode() / decode() from importing to the table. Separately by adding the validation process of SQL, it will be replaced with the escape processing by the builtin function of WordPress.
It will correspond by the version of the next release.
Forum: Plugins
In reply to: [Custom DataBase Tables] How to use Web API RequestThank you very much for reporting.
I’m sorry. There was a defect in part to get the API key of the registered host. I’m going to release of fixing bugs at the next version.
I am terribly sorry, but please wait for a while.
Forum: Plugins
In reply to: [Custom DataBase Tables] Table not viewable by guestsHi there,
I tried to put a sample shortcode to my demo site.
The full shortcode is as follow:
[cdbt-view table="demo_table" bootstrap_style="true" enable_repeater="true" display_list_num="false" display_search="true" display_title="true" enable_sort="true" display_index_row="true" sort_order="name:asc" limit_items="0" image_render="thumbnail" display_filter="true" filter_column="family" filters="isamashi:ISAMASHI,fushigi:FUSHIGI,goketsu:GOKETSU,puriti:PURITI,pokapoka:POKAPOKA,bukimi:BUKIMI,usurakage:USURAKAGE,nyororon:NYORORON,kaima:KAIMA" display_view="true" thumbnail_column="image" thumbnail_title_column="name" thumbnail_width="100" ajax_load="false"]Forum: Plugins
In reply to: [Custom DataBase Tables] Table Creator Non FunctioningThank you very much for reporting.
Sorry, this bug is happened since version 2.0.1. I’m going to fix next version.
If you want to immediately improve, please fix the code below.
In the “templates/components/cdbt_table_creator.php” line 255.cdbt_admin_vars.column_types = <?php echo $json_code; ?>;Forum: Plugins
In reply to: [Custom DataBase Tables] Table not viewable by guestsSorry for my late reply.
You can set the different capabilities to a table at the same time. You can input of multi capabilities at separated comma in the combobox of capabilities.
Forum: Plugins
In reply to: [Custom DataBase Tables] Output formattingHi there,
Sorry, not yet ready detailed documentation of the plugin version 2.
I am going to publish in the near future, but the date is still undecided.For shortcodes, since the documentation of version 1 will be helpful, please reference here. However, Unfortunately, is Japanese version only.
Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] Table not viewable by guestsThank you for your inquiry.
On the management menu of this plugin, you will choose the “Tables” > “Modify Table”, and select the target table.
Then, At the item of “Who is allowed to view table data” in the “Modify the table attributes” section, please save after choosing the “guest”. Thereby your specific table will be displayed to the guest that is not logged in.
Also notice, if you want to display that table, you must use the “[cdbt-view]” of the shortcode.Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] Using variable narrowing tableThank you very much for reporting.
“sort_order” not working yet.
Oh, sorry. I was also able to confirm. Processing of the PHP side was normal. However, it’s a problem that is sorted from being focus to the last sortable cell when is outputted as the repeater table at the frontend side. I’m going to fix in the next version.
Table Creator does not work.
Sorry, this bug is happened since version 2.0.1. I’m going to fix next version.
If you want to immediately improve, please fix the code below.
In the “templates/components/cdbt_table_creator.php” line 255.cdbt_admin_vars.column_types = <?php echo $json_code; ?>;Can not change the user role of table created with previous version
It was not noticed. I will correct that after survey.
Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] Using variable narrowing tableAt releasing version 2.0.1, I have fixed the bugs that “sort_order” and “exclude_cols” attributes had not work on the shortcodes.
Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] syntax error in version 2.0Thank you very much for your attention!
As you said, I will express the operating environment of the plugin at the next update.
Forum: Plugins
In reply to: [Custom DataBase Tables] Using variable narrowing tableThank you very much for reporting.
Sorry, such bad behavior is happening for the attribute of “norrow_keyword”, I am going to fix after the investigation. Please wait until the bug fix release.
Forum: Plugins
In reply to: [Custom DataBase Tables] Trialling and Web APIs ManagementThank you for your inquiry.
I’m sorry. Because I English is not good, is often strange description in the plugin.
The “Trialling” does mean “during the trial”.
It is displaying the new features that have been added in version 2.
Because these functions might be happen bug in working, it has displayed as a mark until to stabilize.> – Do I need to pre-define all requests to a certain table?
>No, there is no need for pre-defined for the request of WebAPI. Simply you must allow the connection source host. Then, you can freely send a request with URL-based to all tables.
> – Can’t I re-use an request on a different table?
>Yes, you can. From allowed host it has become to be able to request to all tables.
However, you will need to change the request query in url for each table.> FR: If there is 1 allowed host and/or 1 target table, can’t this be pre-selected when entering a management-page? (or pre-select always the first item).
>There is no priority order for the allowed host. So, it will be allowed the request from all hosts If you were registered multiple allow host. Also, In the WebAPI, it is able to request when you have not selected a table in the management screen (for version 1).
Because of my clumsy English, sorry if I can not explain you properly.
Forum: Plugins
In reply to: [Custom DataBase Tables] Using variable narrowing tableThank you for your inquiry.
If you want to use a variables in the shortcode, you need to code the shortcode by PHP.
For example;<?php $shortcode = sprintf('[cdbt-view table="your_table_name" narrow_keyword="%s"]', current_date()); echo do_shortcode($shortcode);You will be using the plugins that can embed code of php into the post content, before you embed the code above. Or otherwise, you can be achieved by embedding the above code into the specific posts, as using “functions.php” of your theme.
Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] syntax error in version 2.0Thank you very much for reporting.
You’ve encountered that error, because your environment is less than PHP5.4.
The latest version plugin do work at PHP 5.4 or more.From version 2.0 working environment must be PHP 5.4 or more. Because it is using a shortened syntax “[]” of array, “trait” and “closure bind” added at PHP 5.4.
If you are using a version earlier than PHP 5.3 and you can not upgrade, please use a version 1.x of plugin.
You can get past all the version from the following link.
https://wordpress.org/plugins/custom-database-tables/developers/
Thank you,
Forum: Plugins
In reply to: [Custom DataBase Tables] Cannot active pluginThank you very much for reporting.
You’ve encountered that error, because your environment is less than PHP5.4.
The latest version plugin do work at PHP 5.4 or more.If you are using a version earlier than PHP 5.3 and you can not upgrade, please use a version 1.x of plugin.
You can get past all the version from the following link.
https://wordpress.org/plugins/custom-database-tables/developers/
Thank you,