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?

Problem with links to previous quiz
(1 viewing) (1) Guest
component
Go to bottomPage: 12
TOPIC: Problem with links to previous quiz
#59226
Re:Problem with links to previous quiz 7 Years, 4 Months ago Karma: 0
I am sorry but I see no diffs in the file.

Can you be more specific ?
I need it because I have the same problem when I create a menu item "ARI Quiz » Quiz category"
I get the list of the quizzes but are not associated with the menu items "ARI Quiz » Quiz" I have created for every quiz.
The administrator has disabled public write access.
 
#59227
Re:Problem with links to previous quiz 7 Years, 4 Months ago Karma: 747
See the following code in the file:

Code:


$errorMessage = JText::sprintf('COM_ARIQUIZ_ACCESSERROR_PREVQUIZ2', JRoute::_('index.php?option=com_ariquiz&view=quiz&quizId=' . $quiz->PrevQuizId . ($tmpl ? '&tmpl=' . $tmpl : '') . '&Itemid=' . AriMenuHelper::getActiveItemId()));



it was replaced with:

Code:


$errorMessage = JText::sprintf('COM_ARIQUIZ_ACCESSERROR_PREVQUIZ2', JRoute::_('index.php?option=com_ariquiz&view=quiz&quizId=' . $quiz->PrevQuizId . ($tmpl ? '&tmpl=' . $tmpl : '') . '&Itemid=0'));



Regards,
ARI Soft
The administrator has disabled public write access.
 
#59228
Re:Problem with links to previous quiz 7 Years, 4 Months ago Karma: 0
Thank you
The administrator has disabled public write access.
 
Go to topPage: 12