Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • jclivingstone Friend
    #142455

    I’ve got swap images on my site, but I only want them to work in article view. How do I stop them in blog view and on the frontpage?

    Appreciate any advice!

    scotty Friend
    #309904

    You could write a conditional statement into your index.php (presuming the js for the swap images is called from there) that tells Joomla to only load the js if the view is ‘article’….

    [php]<?php
    if ( JRequest::getVar(‘view’) == ‘article’ ) {
    ?>
    <!– Your swap image JavaScript goes here –>
    <?php } ?>[/php]

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  scotty 15 years, 4 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum