bjarkof on "Developing database storing plugin"
Hi, I'm hoping that someone can help me with this odd question! I'm doing my exam project and one of the demands for the project is: "You need to develop a plugin to your CMS that stores data in the...
View Articlefranpena on "[Plugin: Participants Database] Operate two fields and show the...
Hi, I'd like to ask whether it is possible to operate two fields and to show the result in the [pdb_signup] page. The reason is that I'd like to ask users how many products of a fixed price they like....
View ArticleJames Huff (MacManX) on "WP_Options table in DB has too many...
It's more than likely a rogue plugin that's flooding it. Unfortunately, investigating it is going to take a bit of time. Try deactivating all plugins for a few hours (or however long it usually takes...
View ArticleDavid Anderson on "[Plugin: WooCommerce - excelling eCommerce] Stop our...
Hi, If your web hosting company considers 200Mb to be "too large" for a database then I'd recommend finding a better web hosting company. Amazon Web Services, just as a benchmark (not particularly...
View Articlexnau on "[Plugin: Participants Database] Operate two fields and show the...
It's possible, but it wouldn't be too easy, the plugin isn't really designed for that sort of thing. You may find something like this easier to do with a plugin for selling products where there is a...
View Articleaeesoft1 on "WP_Options table in DB has too many _transient_app-notice error"
I have deactivated all plugins but Transient entries are still coming into database. I am using clipper theme with child Koupon theme. Is problem with clipper theme?
View ArticleChris Huff on "Don't trim space at the end"
DionDesigns, that works great! Thanks! Is there a way to modify this to apply to all of the text input fields in a form? Or, even better, to all of the input fields with a certain class?
View ArticleChris Huff on "Don't trim space at the end"
I tried to modify it like this, but the result is that it only retains the spaces for the last input field: <script type='text/javascript'> function fix_input() { var x =...
View Articlevladax on "[Plugin: iThemes Security (formerly Better WP Security)] Database...
Hi dwinden, I'm not a PHP expert so I'm not sure why it works. But it works. The fact is that if you read a long table at once you can get the memory overflow error. However, returning a long string...
View Articledwinden on "[Plugin: iThemes Security (formerly Better WP Security)] Database...
Hi Vladax, Ok, no worries. Like I already suspected, an array variable uses a LOT of memory in PHP ... Read this interesting article:...
View Articlepaulim on "[Plugin: Bookly - Responsive Appointment Booking Application (Lite...
Hello! I need change the default database table where customers data are stored/search to my own table. How I can do it? https://wordpress.org/plugins/bookly-responsive-appointment-booking-tool/
View ArticleDionDesigns on "Don't trim space at the end"
Try this: <script> function fix_input() { var x = document.getElementsByClassName('text_input'), i = x.length; while(i--) { x[i].value = x[i].value.replace(/ /g, ' '); } return true; }...
View ArticleJames Huff (MacManX) on "WP_Options table in DB has too many...
It could be, some theme options dump transients too. Do they continue if you temporarily switch to the Twenty Fifteen theme?
View Articleaeesoft1 on "WP_Options table in DB has too many _transient_app-notice error"
I switched to the Twenty Fifteen theme, no transient entries come in DB. It is confirmed that clipper theme has problem by which _transient_app-notice error come in wp-options table. can you tell me,...
View ArticleJames Huff (MacManX) on "WP_Options table in DB has too many...
Ok, as that is a commercial theme, we ask that you please go to their official support channel. In order to be good stewards of the WordPress community, and encourage innovation and progress, we feel...
View Articleammism on "Need to build new login page with my new user(customer) table in...
Hi All, I need to built a customer database in word press with my own login page. What I need is if I can use the same wp-login.php but can able to change the table for users to my desired table in the...
View Articleammism on "Need to build new login page with my new user(customer) table in...
continue from above... I have made a plugin to cover all the requirements I need. Only thing I need is to authenticate user in proper way and all the options available. Thanks, aismail
View Articleaah08b on "[Plugin: Connections Business Directory] Admin-side directory data"
I've noticed that the admin-side directory data (when managing an existing entry) doesn't always match what is displayed on the site. In doing some testing, I've updated some data directly in the...
View Article