In the EasyDiscuss user profile, there's a 'Blog Entries' tab which shows blogs from EasyBlog.
When the image URL is the full path, the image displays. i.e. http://www.xxx.com/images/image.jpg
However, when the image URL starts with a folder, the image doesn't display. i.e. /images/image.jpg
It appends '/forum/profile' to the URL and thus leads to an error when loading the image.
'images/image.jpg' ends up being http://www.xxx.com/forum/profile/images/image.jpg
How do I fix this issue?
When the image URL is the full path, the image displays. i.e. http://www.xxx.com/images/image.jpg
However, when the image URL starts with a folder, the image doesn't display. i.e. /images/image.jpg
It appends '/forum/profile' to the URL and thus leads to an error when loading the image.
'images/image.jpg' ends up being http://www.xxx.com/forum/profile/images/image.jpg
How do I fix this issue?