Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • valic Friend
    #129234

    If you wish to have linked image( that user can click on image, like on article title) in ja_news and ja_newsfp modul you have to make 2 little changes:

    You can see this frontpage
    Top(ja-news-fp) and bottom (Ja-news)

    Ja_news modul:
    go to – public_html/modules/ja_news/tmpl/blog_item.php
    and around line 57, or in this line it’s;

    <?php echo $image; ?>

    just replace with:

    <a href="<?php echo $link;?>"><?php echo $image; ?></a>
    Ja_newsfp modul ( you have two line )
    go to – public_html/modules/ja_news_fp/tmpl/default_fp.php
    an around line 31 and line 64 it’s this:

    <?php echo $image; ?>
    just replace with:

    <a href="<?php echo $link;?>"><?php echo $image; ?></a>
    and if you use old headline for ja_news_fp
    go to – public_html/modules/ja_news_fp/tmpl/headline_fp.php
    and change this line
    <?php echo $image; ?>
    – line 63 in this
    <a href="<?php echo $link;?>"><?php echo $image; ?></a>
    All it’s tested except old headline.php, but should works.

    zentering Friend
    #258998

    Hi,

    I would like to decide the link on the images but cant make it work, any suggestions?

    Best regards / Z

    khoiey Friend
    #268569

    Can you do this for other pages instead of “font or home page”? I follow this code and it’s only working for the home page.

    omar_ali Friend
    #303843

    This worked perfectly following your instructions.

    Thanks! 🙂

    arjwad Friend
    #314739

    Hi,

    I tried this on my offline site in the Ja_newsfp module, and it made no difference.

    Does anyone have any additional inputs to share what I might have missed…

    Thanks

    Arjun

    arjwad Friend
    #314742

    Just to add using Joomla 1.5.14, Teline II 1.6…

    dionf Friend
    #363611

    Thanks! It worked with the JA News2 module.
    Unfortunately it didn’t work with the Frontpage module.
    I work with Teline III V1

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

This topic contains 7 replies, has 6 voices, and was last updated by  dionf 13 years, 5 months ago.

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