Re: User agent download missing
Posted: 28 Jul 2010, 08:39
Thanks.
I sort it out.
I can not solve the nieznany issue. I searched this forum found some topic but no solution. I tried changing all the values from nieznany to unknown and still, when I open Chrome there are X from the missing pictures. I guess the coder really wanted us to stick with his nieznany.
I sorted out the nieznany issue as well!
I just changed in the begning the path to the picture when there is no OS and browser into
if (substr($name, 0, 7) == 'Nieznan')
return 'images/nieznany.png';
and it is fixed!
I sort it out.
I can not solve the nieznany issue. I searched this forum found some topic but no solution. I tried changing all the values from nieznany to unknown and still, when I open Chrome there are X from the missing pictures. I guess the coder really wanted us to stick with his nieznany.
I sorted out the nieznany issue as well!
I just changed in the begning the path to the picture when there is no OS and browser into
if (substr($name, 0, 7) == 'Nieznan')
return 'images/nieznany.png';
and it is fixed!