Search found 6 matches

by sotis
Tue Dec 21, 2010 3:19 pm
Forum: Web Design
Topic: [ALPHA] Ultimate Quiz MOD v2.1.2 Progress
Replies: 477
Views: 284719

Re: [BETA 4] Ultimate Quiz MOD v2.0.0 Progress

when i complete a quiz as a user, it shows this: This quiz was neither saved nor submitted This happened with foreign language characters . The problem I found was in quiz.php $save_type = request_var('submit', ''); I changed it a little bit and it works now $save_type = utf8_normalize_nfc(request_...
by sotis
Thu May 14, 2009 9:36 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 21036

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

When you start submitting a new quiz. I can not use my language for the name of the quiz and for the questions and answers. It is issue in PHP codding. As I know (I am not a codder) "request_var(...)" should be "utf8_normalize_nfc(request_var(...))" You can try to submit a quiz w...
by sotis
Thu May 14, 2009 2:46 am
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 21036

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

I am not talking about language files. I am talking about mod fields in the quiz.
by sotis
Wed May 13, 2009 7:22 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 21036

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

Oh, as how was my big fear there still is not UTF-8 support :D After submitting non english characters for questions and answers: [phpBB Debug] PHP Notice: in file /quiz.php on line 324: Undefined variable: readiness_fv [phpBB Debug] PHP Notice: in file /quiz.php on line 343: Undefined variable: rea...
by sotis
Wed May 13, 2009 7:14 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 21036

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

Oh yeah,
because there is not file edits I thought I don't have to purge the cache
Now it is fine :)
by sotis
Tue May 12, 2009 10:58 pm
Forum: Web Design
Topic: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)
Replies: 29
Views: 21036

Re: Ultimate Quiz MOD v2.0.0 (Pre-Alpha Release #1)

What did I miss? When I try to submit a quiz I received that: [phpBB Debug] PHP Notice: in file /quiz.php on line 465: Undefined index: quiz_submit_min [phpBB Debug] PHP Notice: in file /quiz.php on line 465: Undefined index: quiz_submit_max [phpBB Debug] PHP Notice: in file /quiz.php on line 465: U...