-
AuthorPosts
-
dieudonne Friend
dieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 15, 2012 at 11:54 am #470125Hello,
ok thank for the explanation.
And for this :
<em>@HeR0 342140 wrote:</em><blockquote>
Unable to open: i did not see error as you mentioned. You should delete or change the name of 2 images to get this problem solved.</blockquote>
This is our fault. It was just a problem with folder’s right.Thank for very much your help.
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 16, 2012 at 8:04 am #470220Hello,
in conclusion, if someone have this bug, you must change the code in these 2 files :modules/mod_janews_featured/helpers/jaimage.php
modules/mod_jabulletin/jaimage.php$text .= (isset($row->fulltext))?$row->fulltext:'';
$text .= (isset($row->introtext))?$row->introtext:'';‘ll be replaced by
$text .= (isset($row->introtext))?$row->introtext:'';
$text .= (isset($row->fulltext))?$row->fulltext:'';Thank to HeRO for his great help.
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 18, 2012 at 8:37 am #470425Hi There!
I Have the same problem but i did all those suggestions but i couldn’t fix it
I’m using 2.5.1
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 18, 2012 at 8:43 am #470426Hello,
so you changed both files : jaimage.php (from mod_jabulletin) and jaimage.php (from mod_janews_featured) ?
All caches are empty (Joomla!, T3, browser) ?
Did you try in a other browser ?ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 18, 2012 at 9:19 am #470430Hi
Thanks for the immediate reply,
I just did what you say, change both files (mod_jabulletin and mod_janews_featured)
Then clean all the caches, Joomla, t3 and browserThe worst is No more Picture is appearing
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 18, 2012 at 9:20 am #470431Hi Guys
In some JA extensions, they have jaimage.php file, so you should change them if it is not correct!Regards,
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 18, 2012 at 10:06 am #470435Hi
the one that i will get from the JA extensions should replaced the old one?How can i do that?How can i get that file to be able to replace the old one?(Sorry I’m just new at JoomlArt)
dieudonne Frienddieudonne
- Join date:
- January 2011
- Posts:
- 947
- Downloads:
- 61
- Uploads:
- 266
- Thanks:
- 452
- Thanked:
- 107 times in 3 posts
October 18, 2012 at 1:53 pm #470452<blockquote>Hi Guys
In some JA extensions, they have jaimage.php file, so you should change them if it is not correct!</blockquote>Maybe, you can make a search (from the root) to find all jaimage.php and invert the 2 lines (mentioned in previous posts).
But HeRO is much more qualified than me.But it is strange that you can’t see no more pictures now… so replace the modifed files with your files from your backup, and test again.
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 21, 2012 at 5:13 am #470626I just manage to bring back the original one, and trying my very best to fix this issue since the developers can’t give me the solution for this one…
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 22, 2012 at 6:55 am #470698Hi Ericl1, please tell me the detail of your issue and pm me your website account ( admin account, ftp info,…). I’ll help you resolve it.
Regards,
<em>@ericl1 343055 wrote:</em><blockquote>I just manage to bring back the original one, and trying my very best to fix this issue since the developers can’t
give me the solution for this one…</blockquote>ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 23, 2012 at 5:25 am #470853Hi Her0,
1. At the back-end of Joomla I created an article, I put the First image at the top left of the article before the “Read more” line, and the Second image is after “Read more” line. And when I click “Save” and make it a Featured article, which supposedly appear on the font-end, The Second image is the one that appears on the Website.
2. Sometimes the Second picture was a columnist and the dimension are sometimes around 200 x 202. And when I click “Save” and make it a Featured article, which supposedly appear on the font-end, Neither of the Two images appears on the website
I just sent the details you needed to access my site, so hopefully you could help me
Thanks in Advance and Help
-
HeR0 Friend
HeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 23, 2012 at 7:27 am #470859Hi Ericl1,
I fixed on JA Bulletin, JA News Feature, JA News Pro modules. Please check your site again.Regards,
<em>@ericl1 343341 wrote:</em><blockquote>Hi Her0,1. At the back-end of Joomla I created an article, I put the First image at the top left of the article before the “Read more” line, and the Second image is after “Read more” line. And when I click “Save” and make it a Featured article, which supposedly appear on the font-end, The Second image is the one that appears on the Website.
2. Sometimes the Second picture was a columnist and the dimension are sometimes around 200 x 202. And when I click “Save” and make it a Featured article, which supposedly appear on the font-end, Neither of the Two images appears on the website
I just sent the details you needed to access my site, so hopefully you could help me
Thanks in Advance and Help</blockquote>
1 user says Thank You to HeR0 for this useful post
ericl1 Friendericl1
- Join date:
- April 2012
- Posts:
- 21
- Downloads:
- 0
- Uploads:
- 7
- Thanks:
- 2
- Thanked:
- 1 times in 1 posts
October 23, 2012 at 11:40 am #470883Ok I will observe it for a couple of Days to check if it really fixed the issue….
Have you also fixed that even though there are 3 images in an article, still the first image, located at the top left of the article, will appear on the front-end?
Thanks for you Hard work!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
October 24, 2012 at 2:26 am #470918<em>@ericl1 343381 wrote:</em><blockquote>Ok I will observe it for a couple of Days to check if it really fixed the issue….
Have you also fixed that even though there are 3 images in an article, still the first image, located at the top left of the article, will appear on the front-end?
Thanks for you Hard work!</blockquote>
Yes, the modules will display first image on front end also the article has many images.Regards,
1 user says Thank You to HeR0 for this useful post
stevens1 Friendstevens1
- Join date:
- August 2006
- Posts:
- 10
- Downloads:
- 29
- Uploads:
- 5
- Thanked:
- 2 times in 1 posts
October 31, 2012 at 3:19 am #471505Hi,
I have the same issue on my client site, and it didn’t work even I tried the instructions in this thread.
It still shows the last image in articles.
http://www.sandiegoyuyu.com/index.php?option=com_content&catid=286&id=9685&view=article&Itemid=644Please help me to solve the issue.
Thank you.
-
AuthorPosts
This topic contains 34 replies, has 6 voices, and was last updated by navmeet 12 years ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum