-
AuthorPosts
-
valic Friend
valic
- Join date:
- January 2007
- Posts:
- 39
- Downloads:
- 0
- Uploads:
- 4
- Thanks:
- 2
- Thanked:
- 20 times in 2 posts
June 3, 2008 at 1:20 pm #129234If 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.July 10, 2008 at 12:10 pm #258998Hi,
I would like to decide the link on the images but cant make it work, any suggestions?
Best regards / Z
September 3, 2008 at 8:05 pm #268569Can 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.
May 6, 2009 at 9:03 pm #303843This worked perfectly following your instructions.
Thanks! 🙂
arjwad Friendarjwad
- Join date:
- June 2008
- Posts:
- 24
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
August 19, 2009 at 1:52 pm #314739Hi,
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
-
AuthorPosts
This topic contains 7 replies, has 6 voices, and was last updated by dionf 13 years, 11 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum