Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • martin tu Friend
    #186919

    Hi Sir,

    How to add link into JA News Feature picture?

    Thank you,
    Martin.

    HeR0 Friend
    #490651

    Hi Martin,

    Please open file ja_nexhtmlmod_janews_featurednexblog.php
    Find code line

    <?php echo $news->bigimage?>
    Change it to

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

    Hope this helps.

    Regards

    martin tu Friend
    #491003

    Works perfect!

    Thank you so much Sir!
    Martin.

    :laugh::laugh::laugh:

    martin tu Friend
    #491006

    Hi Sir,

    For “JA News Pro Module” is the same?

    Thank you.
    Martin.

    HeR0 Friend
    #491008

    Yes, its same. You could try .

    martin tu Friend
    #491009

    Sorry,

    One more question: how to add link to thumbs
    Please kindly see the attachment.

    Thank you,
    Martin.


    1. stemi-tv-link-problem
    HeR0 Friend
    #491013

    Thumbs is same, please find

    <?php echo $news->smallimage?>
    and replace to

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

    <em>@martin tu 370421 wrote:</em><blockquote>Sorry,

    One more question: how to add link to thumbs
    Please kindly see the attachment.

    Thank you,
    Martin.</blockquote>

    martin tu Friend
    #491088

    Hi Sir,

    Sorry, couln’d found <?php echo $news->bigimage?>
    at “JA News Pro Module”. (/www/templates/ja_nex/html/mod_janewspro/nex/blog.php)

    Could you help please?

    Thank you,
    Martin. :-[

    martin tu Friend
    #491089

    Great! Works fine~

    Thank you! :laugh::laugh::laugh:

    HeR0 Friend
    #491102

    With JA News pro, please find in blog_item.php file
    – Find

    <?php if($showimage) echo $row->image; ?>
    – Change it to


    <?php if($showimage) { ?>
    <a href="<?php echo $row->link; ?>">
    <?php echo $row->image; ?>
    </a>
    <?php } ?>

    <em>@martin tu 370519 wrote:</em><blockquote>Hi Sir,

    Sorry, couln’d found <?php echo $news->bigimage?>
    at “JA News Pro Module”. (/www/templates/ja_nex/html/mod_janewspro/nex/blog.php)

    Could you help please?

    Thank you,
    Martin. :-[</blockquote>

    martin tu Friend
    #491374

    Solved! Thank you Sir. :laugh::laugh::laugh:

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

This topic contains 11 replies, has 2 voices, and was last updated by  martin tu 11 years, 6 months ago.

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