Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

error with JoomlaCK editor
(1 viewing) (1) Guest
ARI Quiz Lite
Go to bottomPage: 12
TOPIC: error with JoomlaCK editor
#50159
Re:error with JoomlaCK editor 9 Years, 9 Months ago Karma: 0
Repeating your standard answer is not helpful and doesn't turn evaluating customers to paying customers. Promising product but bad support makes me to look for another products.
jjk
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#50161
Re:error with JoomlaCK editor 9 Years, 9 Months ago Karma: 746
It is a not standard answer, it is the answer to question about the problem with JCK editor. "ARI Quiz Lite" is a free extension which is developed in spare time. It provides base functionality to create quizzes and tested with standard Joomla! editors.

In your case you can disable validator for question. For this open <joomla_directory>\administrator\components\com_ariquizlite\templates\question_add.html.php file and comment or remove the following code:

Code:


aris.validators.validatorManager.addValidator(
new aris.validators.customValidator('zQuiz[Question]',
function(val)
{
var isValid = true;
<?php echo $editor->save('zQuiz[Question]') ; ?>
var value = val.getValue();
isValid = (value && value.replace(/^\s+|\s+$/g, '').length > 0);

return isValid;
},
{emptyValidate : true, errorMessage : "<?php AriQuizWebHelper::displayResValue('Validator.QuestionRequired'); ?>"}));



Regards,
ARI Soft
The administrator has disabled public write access.
 
#50244
Re:error with JoomlaCK editor 9 Years, 8 Months ago Karma: 0
Just use "floppy" symbol to save content in JCK. Close then.
The administrator has disabled public write access.
 
Go to topPage: 12