I think this has been discussed over the years but I can't find the solution.
I was starting to work on smilies categories by placing category images in separate directories.
images/smilies/happy - images/smilies/sad - images/smilies/heart - and so on...
In the smilies.pak file I created I would write
After loading the smilies.pak file all the urls in the database were written as
Those images loaded will not show with using %2F as the / in the url. Editing database and replacing %2F with / works.
Does anyone know what the deal is there?
I was starting to work on smilies categories by placing category images in separate directories.
images/smilies/happy - images/smilies/sad - images/smilies/heart - and so on...
In the smilies.pak file I created I would write
'sad/triste.gif', '30', '20', '0', 'cry', ':cry:',
After loading the smilies.pak file all the urls in the database were written as
sad%2Ftriste.gif
Those images loaded will not show with using %2F as the / in the url. Editing database and replacing %2F with / works.
Does anyone know what the deal is there?
Statistics: Posted by Sniper_E — Thu Mar 07, 2024 12:30 am