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!

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
0Hi,
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
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 »