Duplicate Problem with image links after converting from vb4

sky55

Member
welcome everybody
I changed the forum from vb4 to xenforo
Currently, while I am browsing the topics, I have a problem with the image links on the topic, where the image links appear and the image does not appear directly.
I hope to find the solution. I have a lot of old articles with the same problem
Example
Untitled.jpg
 
Last edited:
How do those URLs appear in the source database?

Are they like this?
Code:
https://elrseef.com/pic/hearts/الكلب-الأصفر.jpg

You can view the page source or the raw post content in VB to check that.
 
How do those URLs appear in the source database?

Are they like this?
Code:
https://elrseef.com/pic/hearts/الكلب-الأصفر.jpg

You can view the page source or the raw post content in VB to check that.
Hi Brogan
Yes, it appears as I explained in the example in the source page of the Forum vb4
 

Attachments

  • 1Untitled.webp
    1Untitled.webp
    75.5 KB · Views: 13
I'm pretty sure this is ultimately the same issue as this:


Based on what's shown, the URLs aren't technically valid as the non-ASCII characters should be URL encoded. However, the change for the linked issue should retroactively restore these links.
 
Top Bottom