VISIT AND LIKE OUR PAGE ON FACEBOOK
TAKE A LOOK AT OUR TWEETS ON TWITTER
SUBSCRIBE TO THE JOOMFREAK RSS FEED
VISIT OUR CHANNEL ON YOUTUBE

Account Details

Change your name, email, password or permanently delete your account. Change settings

We offer several ways you can get support from our experts: Support ForumKnowledgebaseNewsletter

Your Forum Posts

No posts to display.

Welcome, Guest
Username Password: Remember me

Slideshow supersized problem in multilanguage site
(1 viewing) (1) Guest
  • Page:
  • 1

TOPIC: Slideshow supersized problem in multilanguage site

Slideshow supersized problem in multilanguage site 11 Sep 2013 12:19 #2925

I have a problem to use the slideshow supersized in multilanguage site.
Slideshow works fine on sigle language site but in multilanguage the images are not loaded (error 404 Not Found)

The problem seems to be in the way the image url are resolved:


Can you please help me? Thanks in advance
Last Edit: 11 Sep 2013 13:11 by md4pwd.

  • Posts:1
  • md4pwd
  • Fresh Boarder
  • OFFLINE
  • Karma: 0

Re: Slideshow supersized problem in multilanguage site 10 Jun 2015 03:42 #6857

You can edit modules/mod_jfslideshow/tmpl/bgslideshow.php, at line 172 modify:
 
$image = JText::_($image, true);
 

to:
 
if($image) $image = $siteUrl.$image;
$image = JText::_($image, true);
 


joomfreak
Last Edit: 10 Jun 2015 03:42 by isupport.

  • Posts:2940
  • isupport
  • Moderator
  • OFFLINE
  • Karma: 0
  • Page:
  • 1
Time to create page: 0.48 seconds
Friday 19 April 2024

joomfreak is not affiliated with or endorsed by the Joomla Project or Open Source Matters.
The Joomla logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.