0
Hey there Germi - and everyone else using this awesome component :)

Just thought I would let you know that I found a very minor error in the showalbum plugin.

Line 230

JHTML::image('images/icones/date.png', JText::_('Added on') , array(



The directory 'icones' doesn't exist and I was getting the 'ol question mark where the image should be in Safari...

I changed to:

JHTML::image('images/stories/calendar_icon.png', JText::_('Added on') , array(

and of course uploaded the associated image to the stories directory.




Cheers!
Responses (1)
  • Accepted Answer

    steve
    steve
    Offline
    Sunday, December 06 2009, 03:16 PM - #Permalink
    0
    Hi,
    Im not the hottest when it comes to php so didnt really understand your solution, What you have just said might be what im about to say but in english LOL... what i did to fix that small problem is make a new folder in the images directory called icones, then copied the small icon called cdr.png and put that in the folder and renamed it date, works fine now. :)

    regards

    wingman
    The reply is currently minimized Show
Your Reply