256 comments found.
Bought and installed plugin yesgerday. There is no link in wp admin area except under settings.
Please advise.
Hi
You can use PHP code or shortcodes to output data tables. To use PHP code in editor, you can plugins like “https://wordpress.org/plugins/insert-php-code-snippet/” PHP codes can be found on the website… pdocrud.com/demo/pages
For shortcodes, refer to the readme.txt file.
Thanks
Under our WordPress website, our version of WordPress PDO Crud is seeing errors with regard to PHP 8.4.3. Does this version product work properly with PHP 8.4.3? If so, do we need to repurchase this product for PHP 8.4.3 or renew support?
Hi your documentation is incomplete. i have installed the plugin but where to go and edit the 2 lines of code and db references? Read the documentation to display your data. (where is it?) many goes to page not available errors.
Shortcode Demo with twentysixteen theme is not working (https://pdocrud.com/wp-pdo-crud/display-default-options/)
details about PDOcrud (https://pdocrud.com/wp-pdo-crud/) is not working
i am not getting any response as well. it is not useful because of not clear documentation.
Hi,
You can simply use any php code editor plugin that allows you to run the PHP code in the Wordpress editor. This way you can use all the functions of https://pdocrud.com/demo/pages
Hello! I have one question. I need to create website, in which i will have like admin part for the admin, on the frontend. Can I use your plugin in Wordpress or it can be separate app inside wordpress with separate databse. I mean my website will not be connected to that app speaking of data, website is just for info, but I have login, managing users, sending emails, downloading doc in that other app? Also is there a way to see demo? Since here I cannot see it anywhere.
Good morning. I wanted to know if it works with wordpress 6.3 or if there is an update to 6. Thanks
Hello. I need to create table on front end and let users edit the table by frontend. Is it possible with your plugin?
Yes it’s possible
Hi How do i make column contents clickable as links with the Wordpress plugin, I need the short code to turn the column into links
Hello developer, I want to buy your plugin but before buying i have few question please must reply:
Does this works with latest php and wordpress version?? Can we export after creating our crud applicaton?? Does this support woo commerce functionality? Can i connect it with other libraries like next.js and some other
I noticed an imperfection in the graphics where the pages to be displayed are indicated (there is a kind of dark square that hides the page number), what does it depend on and is it possible to correct it? (eventually I can send an image) best regards
Is there a way to migrate my existing PDO Crud pages and library to php 8.1, my wordpress is at php 7.4 when I switch it to 8 or 8.1 I get many PDO crud and php errors. and of course many pages no longer function?
On an editform, how might I show a couple of fields, but not allow them to be changed? Other field(s) would also be specified and be editable as usual. Basically, make those fields read-only on the editform? I don’t want to hide them.
Does your Wordpress PDO Crud – Crud & Form Builder Plugin for wordpress work on remote MySql DBs? Some of these only work on the WP database. I need a CRUD app for remote Databases.
Where do I insert this code for a results page: $pdocrud = new PDOCrud(); echo $pdocrud->dbTable(“employee”)->render();
Hi
You can install any plugin like insertphp that allows you to insert php code in editor
a got an error: Warning: Use of undefined constant “wp_person_data” – assumed ‘“wp_person_data”’, Base table or view not found: 1146 Table ‘Table.“wp_person_data”’ doesn’t exist
a got an error: Warning: Use of undefined constant “wp_person_data” – assumed ‘“wp_person_data”’, Base table or view not found: 1146 Table ‘Table.“wp_person_data”’ doesn’t exist
Hi
I think you are copy pasting the data.and it is adding garbage character. Just remove the pasted code and type it once.it will work
Parse error: syntax error, unexpected ‘echo’ (T_ECHO) in /hermes/walnacweb03/walnacweb03al/b1596/pow.msitew2222/ddata/wp-content/plugins/insert-php-code-snippet/shortcode-handler.php(99) : eval()’d code on line 3
Hi again, I need to solve this problem, can you sendme and install manual, or refund back to get another option please.
hi this is my sql, how do i render this in pdo?
SELECT ohk_users.`id`, ohk_users.`user_nicename`, ohk_users.`user_email`, um1.`meta_value` as ‘phone’, um2.`meta_value` as ‘points’ FROM ohk_users LEFT JOIN ohk_usermeta um1 ON um1.`user_id` = ohk_users.`ID` AND um1.`meta_key` = ‘billing_phone’ LEFT JOIN ohk_usermeta um2 ON um2.`user_id` = ohk_users.`ID` AND um2.`meta_key` = ‘_ywpar_user_total_points’
I am calling a render(“SQL”) where the form appears on the page showing a Save and a Cancel button at the bottom. If I click the Save button, I believe the FormRedirection setting is working, however if I click the Cancel button, nothing seems to happen. How can I set the URL to redirect to on a click of the Cancel button?
I need to use pdocrud to perform an editform on one record instead of showing all the table records with buttons for view, edit, and delete. I am not seeing the functions to use. render(“SQL”) is not allowing edits just the showing the data.
46de1368-8649-442f-ad34-138e221ee300
Greetings,
We are moving our PDO Crud install to Wordpress. Purchased the Wordpress version, plug-in activated and configured. We want to use an existing PDO Crud Mysql database. 2-Questions: 1. How do we connect to a pre-made database. Where do you setup database connections? 2. How do you use the WP short codes? Where are WP PDO Crud shortcodes located?
Thanks! 1. How do we connect to a pre-made database 2. How
HI
1. You can change the config file to connect to any other database than wordpress database. By default, it uses wordpress databasse. 2. Since you have already used PDOCrud, I suggest you to install plugin like phpeverywhere that allows you to use the php code inside the wordpress admin editor. That way you will be able to use any pdocrud function in same way as you have used in the PDOCrud core. Thanks
I have not seen any enhancements since version 2.3 – are any enhancements planned and if so please detail.
Hi
Yes, we are going to release new version soon. Thanks
how can i see the CRUD table on my wordpress site
Hi, how can i see the CRUD table on my wordpress site