leadcrumb
Forum Replies Created
-
Forum: Plugins
In reply to: [TablePress - Tables in WordPress made easy] Retrieving Data from MySQLdanke.
Forum: Plugins
In reply to: [Contact Form DB] Error: no form is chosen not with wp_ but xx_i have created a new table with the code in PHPmyadmin
CREATE TABLE IF NOT EXISTS wp_CF7DBPlugin_SUBMITS ( submit_time DECIMAL(16,4) NOT NULL, form_name VARCHAR(127) CHARACTER SET utf8, field_name VARCHAR(127) CHARACTER SET utf8, field_value LONGTEXT CHARACTER SET utf8, field_order INTEGER, file LONGBLOB); ALTER TABLE wp_CF7DBPlugin_SUBMITS ADD INDEX submit_time_idx ( submit_time ); ALTER TABLE wp_CF7DBPlugin_SUBMITS ADD INDEX form_name_idx ( form_name ); ALTER TABLE wp_CF7DBPlugin_SUBMITS ADD INDEX form_name_field_name_idx ( form_name, field_name );I had deactivated and activeted the plugin and still the same error. Thanks.
Forum: Plugins
In reply to: [Form to Post] How To…hy i have the same problem “Error: no form is chosen”,i have installed all 3 of them, but the the table name by me is not wp_ but xx_cf7dbplugin_submits. What i am doing wrong? Thaks.
Forum: Fixing WordPress
In reply to: How to post data from a database table in a page in wordpressCan someone help me with a plugin?
Forum: Fixing WordPress
In reply to: How to post data from a database table in a page in wordpressyeah thanks thats great for you man, but for me hmm i don’t understand how does ist work i don’t se a complete example code and for me is still a plugin the best option. There is to much info in my database.
Forum: Fixing WordPress
In reply to: How to post data from a database table in a page in wordpressis there a plugin for those kind of things? as an example wpDataTables plugin. But its just for making tables.
Forum: Fixing WordPress
In reply to: How to post data from a database table in a page in wordpressyes thnaks but the problem is i want to make a very large table with a lot of rows, that means that i must create for each row a shortcut?