-
AuthorPosts
-
martin tu Friend
martin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 19, 2013 at 8:10 am #186919Hi Sir,
How to add link into JA News Feature picture?
Thank you,
Martin.HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 22, 2013 at 7:49 am #490651Hi 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
2 users say Thank You to HeR0 for this useful post
martin tu Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 25, 2013 at 7:52 am #491003Works perfect!
Thank you so much Sir!
Martin.:laugh::laugh::laugh:
martin tu Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 25, 2013 at 8:00 am #491006Hi Sir,
For “JA News Pro Module” is the same?
Thank you.
Martin.HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
martin tu Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 25, 2013 at 8:08 am #491009Sorry,
One more question: how to add link to thumbs
Please kindly see the attachment.Thank you,
Martin.
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 25, 2013 at 8:15 am #491013Thumbs 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>1 user says Thank You to HeR0 for this useful post
martin tu Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 26, 2013 at 2:59 am #491088Hi 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 Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 26, 2013 at 3:01 am #491089Great! Works fine~
Thank you! :laugh::laugh::laugh:
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
April 26, 2013 at 5:04 am #491102With 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>1 user says Thank You to HeR0 for this useful post
martin tu Friendmartin tu
- Join date:
- November 2012
- Posts:
- 33
- Downloads:
- 0
- Uploads:
- 16
- Thanks:
- 23
- Thanked:
- 1 times in 1 posts
April 29, 2013 at 4:14 pm #491374Solved! Thank you Sir. :laugh::laugh::laugh:
AuthorPostsViewing 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
How to add link into JA News Feature picture?
Viewing 11 posts - 1 through 11 (of 11 total)