Album image in administrator

Luca
Luca
Offline
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:

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?
Responses (2)
  • Accepted Answer

    Thursday, December 08 2011, 12:20 PM - #Permalink
    0
    hmm... I'll take a look.
    can't you use dynamic mode?
    The reply is currently minimized Show
  • Accepted Answer

    Luca
    Luca
    Offline
    Thursday, December 08 2011, 12:26 PM - #Permalink
    0
    I prefer the static method because I think it takes less server resources. I do not understand why there isn't this problem in version 2.0 of Muscol on Joomla 1.5. If you can not solve it does not matter.
    The reply is currently minimized Show
Your Reply