Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • navnak Friend
    #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 Friend
    #241905

    Hi 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 */

    navnak Friend
    #241965

    Thanks 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)

    Sherlock Friend
    #241980

    I think you haven’t to change, but when have error, you can change it simply.

Viewing 4 posts - 1 through 4 (of 4 total)

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