kelmoda
Forum Replies Created
-
Forum: Plugins
In reply to: [Watu Quiz] Is there a number of questions limit for quizOK, thank you, I will reduce the quiz. Thank you for ansewring so quick
Marked as resolved
Thank you, it works!
Thank all for your answers.
I understand I have to develop some code once I include a map in the registry form. I don’t understand how Google Map field in the profile form editor works, since it only includes a text field.
I’ll continue investigating and tell you.
Thanks a lot
Forum: Plugins
In reply to: [Watu Quiz] Version 1.7 doesn't create examsThank you so much for your answer. You are right, the code is there.
I don’t know why this line of code hasn’t been executed:
if(empty($version) or $version < 1.7) {
$sql = “ALTER TABLE {$wpdb->prefix}watu_master ADD randomize TINYINT NOT NULL”;
$wpdb->query($sql);
}May be because you are using $wpdb->query($sql); instead of dbDelta($sql); ?
Or may be because {$wpdb->prefix}watu_master is not between ‘ ‘ ?I’ve updated manually the table and everything works well.
Congratulations for your plugin.
Forum: Plugins
In reply to: [Watu Quiz] Version 1.7 doesn't create examsI’ve done this twice and assured both times that tables were dropped.
I’ve just downloaded again the watu.zip file and assured that in the watu.php file the create statement for the table watu_master doesn’t include the randomize column and the insert statement in the exam.php file has it included.
I’ve seen there is an alter table at the end of the file including this column. I’ll try again and tell you.
Thank you for your answer