-
AuthorPosts
-
March 3, 2011 at 12:47 am #160935
When I save a slideshow article, the main image disappears from the slideshow? No changes have been made to the image class which is “jaslideshow-main”. Problem also occurs by simply saving article without making any changes to the article. Please advise.
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
March 3, 2011 at 4:24 am #379378Hi Xds4life,
I checked your site, your problem was bug of jaslideshow module. we are fixing it, please view the bugs tracking page to get updated: http://pm.joomlart.com/browse/JAECMODJASLIDESHOWIIJIVI-4
Thanks,
March 3, 2011 at 8:49 pm #379541I receive a permission violation error when I try to follow the link to the bugs tracking page.
thuanlq Friendthuanlq
- Join date:
- October 2010
- Posts:
- 528
- Downloads:
- 0
- Uploads:
- 29
- Thanks:
- 8
- Thanked:
- 121 times in 99 posts
March 4, 2011 at 2:57 am #379561Hi there,
sorry this link is private, so you don’t have a permission to view it. My solution to fix this problem is:
– Open the file “helper.php” in the folder “modules/mod_jaslideshow/helpers/”, then change this lines code:
function parseImageNew( $text )
{
$data = array();
$regex = "/<img.+classs*=s*"jaslideshow-mains*".+srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img.+classs*=s*"jaslideshow-thumbs*".+srcs*=s*"([^"]*)"[^>]*>/";
...
}
To
function parseImageNew( $text )
{
$data = array();
$regex = "/<img..*+classs*=s*"jaslideshow-mains*"..*+srcs*=s*"([^"]*)"[^>]*>/";
$regex2 = "/<img..*+classs*=s*"jaslideshow-thumbs*"..*+srcs*=s*"([^"]*)"[^>]*>/";
...
}
Regards,
AuthorPostsViewing 4 posts - 1 through 4 (of 4 total)This topic contains 4 replies, has 2 voices, and was last updated by thuanlq 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Images Missing From Slideshow in JA Business for Joomla 1.6
Viewing 4 posts - 1 through 4 (of 4 total)