User agent download missing

Support for PhpBB3.
Post here to get help with any phpBB3 related issue
Forum rules
In order the get any support, you will have to do following:
1. Use a describing title!
2. Describe your problem and what happened when the problem occured
3. Tell us what version of phpBB3 you are currently using.
If not your topic may be ignored or locked!

Re: User agent download missing

Post by haribda »

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!