Viewing 16 post (of 16 total)
  • Author
    Posts
  • pixelzombie Friend
    #444502

    Hello jakia,

    this is possible too. Just change templates/ja_nex/html/mod_janews_featured/nex/blog.php.

    The big image slider: line 72

    from

    <?php echo $news->bigimage?>

    to

    <a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
    <?php echo $news->bigimage?>
    </a>

    and for the small static images: line 124

    from

    <?php echo $news->smallimage?>

    to

    <a href="<?php echo $news->link;?>" title="<?php echo strip_tags($news->title); ?>">
    <?php echo $news->smallimage?>
    </a>

    I’ve attached the file for your convenience 🙂

    Cheers

    Frank


    1. blog.php_.zip
Viewing 16 post (of 16 total)

This topic contains 16 replies, has 4 voices, and was last updated by  pixelzombie 12 years ago.

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