Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • adrienne pitman Friend
    #880889

    How can I link the intro images in these 2 modules to the articles they belong to?

    Saguaros Moderator
    #881102

    Hi adrienne pitman,

    Pls have a look at the suggestion in this topic: https://www.joomlart.com/forums/topic/make-thumbnails-on-ja-news-module-linkable/#post-441531

    adrienne pitman Friend
    #881405

    Great.
    That works for the News Pro module. What about the News Featured module?

    Saguaros Moderator
    #881656

    Try opening the file: ROOT/templates/ja_nex/html/mod_janews_featured/nex/blog.php

    and apply similar changes for images:

    <?php echo $news->bigimage?>

    To:

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

    And:
    <?php echo $news->smallimage?>

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

    Cheers!

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

This topic contains 3 replies, has 2 voices, and was last updated by  Saguaros 8 years, 9 months ago.

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