-
AuthorPosts
-
March 10, 2008 at 10:00 am #126481
Hi there,
I am developing a site for a cliënt of mine using Joomla 1.5.1 and the JA Avian II template. For the development i am using a subdomain (site.domain.nl). The installation of the template went ok and also the installation of the RSGallery. When I upload some images to a test gallery, they don’t show up on the homepage. Only the name and linl of the image is visible. When I click on this link I getting an error message saying that this image not exist on the server. The image points to the normal domain and not the subdomain. How can i change the absolute path? Or is there some misconfiguration in the RSGallery settings?
This is the link to the site:
http://nieuw.haselier.nl. You can see it directly on the homepage.Thank you very much
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
March 11, 2008 at 7:51 am #241905Hi Navnak.
You can try follow me:
Open mod_ja_rsslide.php(modules/mod_ja_rsslide/mod_ja_rsslide.php). Search those lines/* ADD RSGALLERY PARAM */
echo (($Clickornot==1) ? '<a href="'.$url[$images[0]].'" class="ja_rsslide_link" id="ja_rsslide_link_0"><img src="'.JURL_SITE.'/'.$folder.$images[0].'" id="ja-rsslideimg-full" width="'.round($size['w']).'" height="'.round($size['h']).'" alt="'.$images[0].'" /></a>' : '<img src="'.JURL_SITE.'/'.$folder.$images[0].'" id="ja-rsslideimg-full" width="'.$size['w'].'" height="'.$size['h'].'" alt="'.$images[0].'" />');
/* END ADD RSGALLERY PARAM */
change to/* ADD RSGALLERY PARAM */
echo (($Clickornot==1) ? '<a href="'.$url[$images[0]].'" class="ja_rsslide_link" id="ja_rsslide_link_0"><img src="'.JURL_SITE.$folder.$images[0].'" id="ja-rsslideimg-full" width="'.round($size['w']).'" height="'.round($size['h']).'" alt="'.$images[0].'" /></a>' : '<img src="'.JURL_SITE.$folder.$images[0].'" id="ja-rsslideimg-full" width="'.$size['w'].'" height="'.$size['h'].'" alt="'.$images[0].'" />');
/* END ADD RSGALLERY PARAM */March 11, 2008 at 5:54 pm #241965Thanks nguoiabcd,
That solved the problem. A little question: do I have to change this code back when i put the site on the original domain?(http://www.haselier.nl instead of http://nieuw.haselier.nl)
-
AuthorPosts
This topic contains 4 replies, has 2 voices, and was last updated by Sherlock 16 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum