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?

Banner Inclusion
(1 viewing) (1) Guest
component
Go to bottomPage: 1
TOPIC: Banner Inclusion
#8606
Banner Inclusion 13 Years, 7 Months ago Karma: 0
Hello

I just want to include an advertisement banner on the top of the question element in the quiz.. which template I need to edit ? The banner need not refresh with the questions..
The administrator has disabled public write access.
 
#8607
Re:Banner Inclusion 13 Years, 7 Months ago Karma: 748
Hello,

Edit the following template file:

<joomla_dir>/components/com_ariquiz/view/question.html.php

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8609
Re:Banner Inclusion 13 Years, 7 Months ago Karma: 0
had a look... seems complicated.. where exactly to add the code ? I am adding an adsense banner of size 728X90
The administrator has disabled public write access.
 
#8612
Re:Banner Inclusion 13 Years, 7 Months ago Karma: 748
Find the following code in question.html.php file:

Code:


<script type="text/javascript" src="<?php echo $jsYuiPath; ?>build/utilities/utilities.js"></script>



and place banner code before this code or you can send banner code and we'll send updated question.html.php file.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#8614
Re:Banner Inclusion 13 Years, 7 Months ago Karma: 0
Hi

Thanks for the help I already placed the banner after

<div class="ariQuizHeaderName"><?php AriWebHelper::displayDbValue($quizInfo->QuizName); ?></div>

and it seems working fine... any possible issues ?
The administrator has disabled public write access.
 
#8615
Re:Banner Inclusion 13 Years, 7 Months ago Karma: 748
It should work in this place too.

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