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?

Problems with Ariquiz 3.5
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Problems with Ariquiz 3.5
#44500
Problems with Ariquiz 3.5 10 Years, 9 Months ago Karma: 0
I have problems with Ariquiz 3.5, when i want to create a new quiz, the content of the tabs are empty and doesn't work.

I had previously installed AriQuizlite and no problem, but when I bought it I can not use it.

please, I need help with that.
Last Edit: 2013/09/17 18:16 By cesarmuerto.
The administrator has disabled public write access.
 
#44502
Re:Problems with Ariquiz 3.5 10 Years, 9 Months ago Karma: 748
Hello,

This problem with menu module. I contains incorrect HTML code, open the following file:

<joomla_directory>\administrator\modules\mod_submenu\tmpl\default.php

and replace the following code:

?><a class="nolink"><?php echo $item[0]; ?><?php

with following one:

?><a class="nolink"><?php echo $item[0]; ?></a><?php


also open the following file:

<joomla_directory>\administrator\templates\hathor\html\layouts\joomla\sidebars\submenu.php

and replace the following code:

<a class="nolink"><?php echo $item[0]; ?>

with the following one:

<a class="nolink"><?php echo $item[0]; ?></a>

Regards,
ARI Soft
The administrator has disabled public write access.
 
#44503
Re:Problems with Ariquiz 3.5 10 Years, 9 Months ago Karma: 0
Excellent, thanks a lot, It solved my problem. thank you very much
The administrator has disabled public write access.
 
Go to topPage: 1