256 comments found.
Hi, I’ve just purchased the plugin but it seems to display at the top of the page rather than where I have put the short code. My website is in development so I can’t show you the site. Do you have an email address
Hi,
I have replied to your other message. Thanks
Hi. I would like to buy your plug-in.
Can I use it with a differnt Mysql db other than wordpress db? Can I use foreign keys from my db in the form creation?
Hello
Your plugin supports master-details tables ?
Thank you
Hi
You mean something like this
pdocrud.com/demo/pages/join
Hi ddeveloper, i’m happy to see you ported the PDO Crud to Wordpress but i’m a little confused.
Can i create and limit forms per user role and user action?
i.e if i want to allow a user to input ADD/UPDATE/DELETE… data to its own table / column / row ?
Can it automatically create a table based on the user account when an account is created ? Can it automatically allow a user access to a certain table ? Can i limit a user to access only his own data or only the data i want per each user ?
Can i run / execute a small snippet of PHP code inside wordpress when/after data is added and a table is updated ?
i.e per user role or action on the same page to show and execute a PHP code to update some results.
If yes then i’ll gladly buy 
HI
These features of form as per user role, is not available in current version. I will add this in future release. Thanks
Thanks for the good news 
Can i run other / native PHP code inside the plugin before / after the PDO crud ?
Can you add charts / graphics from PDO output ?
I will purchase the plugin soon!
Hi
Yes, you can run other php code as both shortcode and php code can be used.
Chart and graphics will take time.
Thanks
Any hints when you can update with “per user roles” features ?
Also, do you think you can add “PDO Charts” to this plugin and the php script or may create a separate one?
I know it could be done through running custom PHP as i asked before, but i’m interested if you can add better support for /user and /role capabilities directly inside the plugin ?
Running PDO Crud based on user or role is a must have for your plugin 
Hi,
I understand that and I will try to implement these features soon. I can’t give exact dates but will do soon as possible. Thanks
I just purchased the plugin but there is not documentation on how to correctly setup the /settings/WP PDOCrud inside wordpress and also didn’t had time to test all short codes though it seems that some of them do not work.
Please check your website too:
http://pdocrud.com/wp-pdo-crud/hide-add-btn/ all buttons are visible !? http://pdocrud.com/wp-pdo-crud/hide-printbtn/ print button is not hidden !?Can the plugin use ALL the php pdo crud options ?
How can i use and run custom PHP code on the page before or after the plugin ?
Also if you can please add a clear documentation to explain the settings inside the admin area would be great.
Thanks 
Hi
1. Please let me know which shorts has issue, I will check.
2. Yes, you can use all pdocrud functions in php code but for some function, shortcode is not added.
3.You can use php code instead of shortcode to run your custom php code.
I have added the shortcode details in the documentation, rest things are same as the pdocrud so you can check that documentation. If you still have any issue, you can contact me.
Thanks
How do i run custom php code ? Can you give example please !?
Does it work like this ? :
[pdocrud]
echo "Hello World !?";
[/pdocrud]
Here is a plugin that allows to run custom php code but was not updates in years and it breaks modern themes styles https://codecanyon.net/item/5sec-run-php/161343
2. In your demo wordpress websites the PDO Hide buttons does not work from what i see. The settings are set to “false” yet all the buttons are displayed http://pdocrud.com/wp-pdo-crud/hide-add-btn/
Hi
no it’s not like this.
You need to write php code in the php file. php code can’t be run using the backend editor.
2. Let me check.
I am working on releasing another version with some more feature. Thanks
Can you provide example how to write php code in which file eactly ?
The “5sec Run Php” plugin i sent link above can run php code exactly like i showed you above from the backend editor.
[php] echo "Hello World !"; [/php]
Can you implement this feature or something similar to be easier to use ? There is no other WP plugin to run custom php and the 5sec plugin was not updated in 6 years.
I’ve seen a lot of people asking for this type of plugin and if you create this feature to run php it will be very useful and most likely help with sales.
When is the update coming ?
To make myself better understood, i know there are several other very well built plugins to run PHP in the WordPress.org repository, my small request from you is to have the same PDO plugin running and managing PHP code along side the PDO so we don’t have to use multiple plugins at the same time.
Here is an example to better understand what i mean:
[pdocrud table="wp_options" render="crud"] // start custom php code [pdophp]echo "Hello World!";[/pdophp] // start pdocrud function [pc_func setsettings addbtn=false][/pc_func] // start custom php code [pdophp]echo "Bye World!";[/pdophp] [/pdocrud]
I know this is something many will love to have in the same place and don’t have to use multiple plugins to run PHP and then short code the PDOCRUD and then again other plugin to run and check PDOCRUD results….
Hope it helps.
hi
I am adding some more feature but running php code inside the editor section is not something related to my script neither I have knowledge about that. I will add other features and let you know once I publish the new version. Thanks
Awesome, thank you, will wait for the update!
Hi there, any news on the update ?
Can you add support to support multiple databases and not just WP ?
Yes, working on update. Almost done. Support for multiple database is not possible for now. I will try in later versions. Thanks
URGENT BUG:
1. the search dropdown shows all tables even if some are hidden and using conditional
2. when you click the GO button in the search even if you don’t input any term will shows the entire table even if some are hidden and using conditions: $pdocrud->where(“id”, ”$id”, ”=”);
3. $pdocrud->fieldValidationType(“url_title”, “data-maxlength”, “32”, “Enter maximum 32 characters”); // DOES NOT WORK
4. other parameters do not work either!
Please fix ASAP!
Its urgent to have it fixed today 
The plugin uses the old 1.7 of the PDO PHP script.
Please update as soon as possible!
1. By table,you mean columns, right? You can set search columns using set search column function. 2,3. I need to check that. I will check and let you know.
Yes in the dropdown menu near the srach field ALL columns are shown regardless if some are hidden.
2. i had to remove the search+GO button from it because it is showing all columns if you click on the “Go” even if i limited for only a type of column condition.
I can connect the plugin to another table by adding the new db details in the config.php file and replace the wordpress settings.
Please add support for other tables and not just the one for wordpress. Add a parameter like this $pdocrud->db(user,pass,table,host):
Waiting updates.Thank you!
Good Luck With Sale
Thanks
Hi,
I have the same problem as TyuTek 30 days ago; bought the plugin but don’t know how to handle it. Please help me, Thanks.
Hi,
This plugin basically provides shortcodes (apart from direct php code) to perform crud operation on any wordpress table.
In version 1.2, we have given settings also to modify config settings directly from admin panel, instead of manually modification in php file.
I hope it clears what plugin does. There are lots of functions can be done using this plugin. Please go through demo and documentation once. Thanks
SQLSTATE42000: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ’= NULL’ at line 1
Hi
some one has deleted entries as we have given demo access to all users, that’s why it is showing this message. I will reupload database.
Do you have a changelog for the new version?
Hi,
I have added this information in plugin page on codecanyon. Please check. Also, Version 1.3 is also in process of upload with many more shortcodes. Thanks
Hello
You need to release your updates through Envato’s reviewing system. Not through personal emails.
There is a purpose behind that system.
Regards
Hi,
Yes, I am always releasing the updates using Envato. Since it has taken time and you may need urgently, that’s why I proposed you this. Ok, please wait for few days, once it is approved in Envato, you can download and test it. Thanks
Hi, pre-purchase question:
I’m searching the form plugin that has the option to add or remove input fields like here: http://demos.codexworld.com/add-remove-input-fields-dynamically-using-jquery/
Also i need the datepicker.
Is this possible with your plugin? Thank you in advance.
Hi,
You mean something like this
http://pdocrud.com/demo/pages/joinclick on Add/Edit button and check it. If it’s what you need.
Datepicker is available. Thanks
That’s right, but I need that applied in frontend in the same way, the users should be available to add/remove the fields.
Please let me know if it works on front-end in the same way, thanks!
Hi, Yes, it can be done in frontend as well as backend. Please check complete documentation and demo to know whether it meets your requirement or not. Let me know if you any more doubt. Thanks
Hi, sorry for bothering you again, now I read better the documentation, and since i don’t need any crud operation on my site, I’m wondering if this plugin can work like as simple contact form that will send emails from website to owner’s email? I would choose your plugin because of the possibility to have that repeatable field that I asked you at the beginning, I can’t find that in any other plugin.
Does it support checkboxes and dropdown field too?
Thank you again!
Hi,
Yes, it can send emails for forms and it has checkbox and dropdown field also but still I will suggest to try everything before you buy plugin. Thanks
Hello
You said version 1.2 is in review queue, 18 days passed and still no update.
Your plugin lacks basic functions like ability import table, building table etc. to be able to called crud plugin. And where is UI? I have several php crud scripts, and comparing with them your plugin can not even be called a starter. Why did you release it in this stage? Are you planning to develop your plugin?
Regards
Hi
I have to cancel the new version after I found bug. That bug is also resolved, You can contact me via profile, I will send you plugin new version directly. Thanks
Hello
I hope you are well.
I bought your wp-pdo-crud plugin today and I installed it but there is nothing on the wp admin menu about wp-pdo-crud.
What is more, there is no documentation in the file I downloaded from Envato.
I saw your documentation link on Envato and it says: “You will find ‘wp-pdo-crud’ menu in your WordPress admin panel.”
I tried it with my other site and it is the same.
Maybe you did not update the file on Envato?
Regards
Hi,
I have replied to your email. Please check Thanks
Very nice work! Congrats!
Thanks a lot 
Does this include all functionality of your PDOCrud/formdoid/PDOmodel scripts?
Hi,
Yes, it is basically pdocrud script with wordpress shortcodes, so it has all features of PDOCrud/formdoid/PDOModel. Thanks
Do you have a full documentation? Or is the PDOCrud docs the best resource, because it seems to have the most examples?
Can I disable the bootstrap css? It is overriding my current bootstrap theme. Should I contact you by email for more questions? Thanks!
Hi,
We have added all shortcodes used in the website demo as well as in read me file. Other functions are same as the PDOCrud so you can refer that docs.
Regarding bootstrap css, since, you are already using bootstrap, you can disable it. It can be done by removing it from the config file directly.
Yes, you can ask question here or on email both. Thanks
Ok thank you. This is an excellent script. Here are my questions so far - To remove the bootstrap css, I commented out line 1446 of script/classes/PDOcrud.php, which seems to work well. Is that the best way? - How do I format a date output? Mysql is datetime, and I would like it output in m/d/y - How do I force 2 decimal places, for currency $1.00? I tried some different options from the examples but couldn’t get it. - Which file loads in the ajax-loader spinner? I would like it to only cover the pdocrud-table-container, and not the whole screen. - I am having a conflict with Ajaxify Wordpress Site plugin. I am getting console errors saying “ajaxify.js?ver=4.6.1:8 Uncaught TypeError: ajaxarea.html(...).ajaxify is not a function(anonymous function) @ ajaxify.js?ver=4.6.1:8j”. If I disable PDO crud plugin, then it works fine. Can you install the plugin and see what the error is? - I am also having a conflict with pace.js loading bar, getting a console warning of “Synchronous XMLHttpRequest on the main thread is deprecated because of its detrimental effects to the end user’s experience. For more help, check http://xhr.spec.whatwg.org/. - Inline editing does not work for me. All the edit boxes are shifted over 2 columns from where they should be. So my “title” column shows no edit box, and my “date” column shows the “title” edit box.
Thanks a bunch for any help!
Sorry for the jumbled list, what is your support email address?
Hi,
you can contact via my profile. I am sending you reply of this questions in next message.
1. As I explained, it should be done in the config file. You can remove it from there.
2. Settings given in config file for date picker format
3. Table formatting has various options like number format, decimal place, adding currency as suffix. Please check demo of pdocrud.
4. Loader gif file is in script/images folder and css is script/css folder.
5. For all plugins that you are saying having issue with conflict, please send me url to download so that we are sure that we are checking it with correct plugin.
6.Please send me code for inline editing you have used.
Thanks
Seems great plugin for making Wordpress as CRM.
Can I use these functions in the Wordpress admin? Thanks
Hi, Thanks for interest.
Yes, you can call any of PDOCrud functions in admin to create form or perform complete crud functions. Thanks
good job ! wish you big sales 
Thanks a lot 