Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • hariorama Friend
    #157173

    how can you make with the new mod_janews_fp the images linkable with headline layout?

    Link

    bevore it used to work like this:

    change:

    [PHP]<?php echo $image; ?>[/PHP]

    into this:

    [PHP]<a href=”<?php echo $link;?>” title=”<?php echo strip_tags($news->title); ?>”><?php echo $image; ?></a>[/PHP]

    but now, it is no more working???

    iguinee Friend
    #365675

    I would also be interested to know this.

    Sherlock Friend
    #365696

    Dear hariorama,

    You can try as following
    Go to the file of modulesmod_janews_fptmplheadlineblog.php file,Looking for this
    [PHP] <?php if($bigshowimage) echo $news->bigimage?>[/PHP]

    Change it to
    [PHP] <?php if($bigshowimage) ?><a href=”<?php echo $news->link?>” > <?php echo $news->bigimage?> </a>[/PHP]

    I think it would help !

    hariorama Friend
    #365763

    yes, definitly ;-)) thank’s so much!

    storkyy Friend
    #365799

    I also tested this trick, works very fine. I have suggestion for developers – could you fix that issue and add this line of code in next version of that module? Linkable images are very usefull.

    Ninja Lead Moderator
    #365959

    Hi storkyy,

    Definitely we will have bugs fixed and improvements in the next release. Thank you.

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

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

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