-
AuthorPosts
-
usmancim Friend
usmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 25, 2012 at 9:35 pm #177554Hi All
I want to make Images of JA News feature Linked to Story, So user can click directly and move to story,
I made these changes in
/public_html/modules/mod_janews_featured/tmpl/default/blog.php[PHP]
<a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”><?php echo $news->bigimage?>
</a>[/PHP]and for small images this
[PHP]<a href=”<?php echo $news->link;?>” title=”<?php echo strip_tags($news->title); ?>”><?php echo $news->smallimage?></a>[/PHP]
The problem is its not effecting
Please advice
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 26, 2012 at 7:01 am #454976Hi usmancim,
You only need to add like this:
[PHP]<a href=”<?php echo $news->link;?>”>
<?php echo $news->bigimage?>
</a>
[/PHP]
and
[PHP]<a href=”<?php echo $news->link;?>”>
<?php echo $news->bigimage?>
</a>[/PHP]Please try with this and let me know if it helps.
usmancim Friendusmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
May 26, 2012 at 8:55 pm #455048Hi
Thanks for your reply,
I tried but its not working please advice,regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
May 28, 2012 at 1:51 am #455114Please pm me a temporary admin and FTP account. I shall help you out.
usmancim Friendusmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 4, 2012 at 10:42 pm #455947Hi all
Please anybody can help regarding this issue, Saguaros as i already sent all details please help regarding this issue.
regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 5, 2012 at 3:54 am #455992Dear usmancim,
Sorry for this late reponse, I’ve just come back from holiday.
Please check the FTP account and pm me again, I cannot access with this message:
Error: Critical error
Error: Could not connect to serverusmancim Friendusmancim
- Join date:
- November 2011
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 17
- Thanks:
- 3
- Thanked:
- 1 times in 1 posts
June 24, 2012 at 10:10 am #458633Hi Saguaros
Good Day,
I already sent you two time correct information i tried hard again to make it possible but now way to solve this solution,
Looking forward
Thanks in advance
regards
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
June 25, 2012 at 9:00 am #458722Hi usmancim again,
You should change the overridden file in template folder, NOT in module. It should be: templatesja_nexhtmlmod_janews_featurednexblog.php file and make changes as suggestion in my first reply.
1 user says Thank You to Saguaros for this useful post
321fly Friend321fly
- Join date:
- July 2012
- Posts:
- 86
- Downloads:
- 0
- Uploads:
- 24
- Thanks:
- 19
- Thanked:
- 3 times in 1 posts
September 15, 2012 at 4:03 am #467087Changed file templatesja_nexhtmlmod_janews_featurednexblog.php approx. lines72 & 126 with
<a href="<?php echo $news->link;?>">
<?php echo $news->bigimage?>
</a>
and
<a href="<?php echo $news->link;?>">
<?php echo $news->smallimage?>
</a>
offered by Saguaros. Thanks!For Link images in JA NewsPro –
templatesja_nexhtmlmod_janewspronexblog.php
I could not recognize a specific lines. Probably that must be other file?
Pls give an idea -
AuthorPosts
This topic contains 10 replies, has 3 voices, and was last updated by Saguaros 12 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum