0
Hi Germi..
I installed the version for Joomla 1.7 but I have problems in the administration because the images 40X40 album do not appear. I use the static method for images. I tried to change the "createThumbnail" in helpers.php and if I change line 291 from this:
In this way:
The problem is solved but the images no longer appear on the site but they are in administration. How can I fix this?
I installed the version for Joomla 1.7 but I have problems in the administration because the images 40X40 album do not appear. I use the static method for images. I tried to change the "createThumbnail" in helpers.php and if I change line 291 from this:
return MusColHelper::image('images/albums/thumbs_40/' . $file, $alt , $image_attr );
In this way:
return MusColHelper::image('../images/albums/thumbs_40/' . $file, $alt , $image_attr );
The problem is solved but the images no longer appear on the site but they are in administration. How can I fix this?
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »