This relates to: YAF.NET Version: 2.1.2 (Date: 02/06/2014).
When quoting a post image in it are not always displayed.
The html source shows the reason to be inconsistent rendering of the image path. Sometimes it is a relative path and others an absolute one. The absolute path is incorrect.
For example:
Correct relatively path: src="/community/Images/Emoticons/msp_confused.gif"
Incorrect absolutel path: http:///community/Images/Emoticons/icon_smile_shy.gif
The absolute path should be:
http:///websitedomain/Images/Emoticons/icon_smile_shy.gif
Any ideas?
Thanks
BWG.