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?

Adapting the page that shows all quizzes
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Adapting the page that shows all quizzes
#55950
Adapting the page that shows all quizzes 8 Years, 6 Months ago Karma: 1
Hi,

I love the ARI Quiz package and it really works well. However one thing I would like to do and I am not sure how to do it, or if it is even possible, is to adapt the layout of the page that shows all the quizzes.

At the moment the default is just a list of the different quizzes, under the category sub headings, however would it be possible to adapt this page so that I could place some text above this list, just explaining that users need to log in before taking a quiz?
The administrator has disabled public write access.
 
#55951
Re:Adapting the page that shows all quizzes 8 Years, 6 Months ago Karma: 747
Hello,

If you want to add some text, modify <joomla_directory>/components/com_ariquiz/views/quizzes/tmpl/default.php template file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#55982
Re:Adapting the page that shows all quizzes 8 Years, 6 Months ago Karma: 1
Maybe this is a really silly question but if I want text to go above the list of quizzes, where would I put this in the code?

This is the code I am seeing in this document.
Last Edit: 2015/10/09 10:27 By admin.
The administrator has disabled public write access.
 
#55987
Re:Adapting the page that shows all quizzes 8 Years, 6 Months ago Karma: 747
Place your text before the following code:

Code:


<?php
if (empty($this->quizzes)): 
?>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1