gladi
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form DB] Values don't update if they have been changed in databaseIt doesn’t work that way. Anyway, i did it with $wpdb->get_var and it works ok. I’ll try to make it work with your plugin entirely when i’ll have some spare time. Thanks for your time and your continuous feedback.
Forum: Plugins
In reply to: [Contact Form DB] Values don't update if they have been changed in databaseI make use of the “create your own shortcode” using php.
require_once(ABSPATH . 'wp-content/plugins/contact-form-7-to-database-extension/CFDBFormIterator.php'); $exp = new CFDBFormIterator(); $exp->export($atts['form'], $atts); while ($row = $exp->nextRow()) { //simple if condition echo $row['myvariable here'] }Should i use $wpdb->get_var(/*query goes here*/)?
Thanks.
Forum: Plugins
In reply to: [Contact Form DB] Shortcode shows as link in a pageI can’t believe it was so easy. I may have missed a step while reading the tutorial. Thanks a lot.
Forum: Plugins
In reply to: [SpeakOut! Email Petitions] User generated petitionsHello there!
I’m trying to do the same for a university project! If you find anything please answer back. I’ve thought several ways to do it without luck. (something like kickstarter but instead of money the goal is amount of people)
I’ve found this plugin and seems really helpful. My idea now is to change the privileges needed to create a petition from the sourcecode of the plugin so normal users can add and edit their own petitions only. Hope someone can help us.
Thanks a lot.