Images are not displayed on "article version" page
-
Hello, i have an article (editing it since 2017... but have few times to work on it), if I open it on the editor page i see images, once i open it in the "my articles" section it does not show the images. Here are image urls: on the http://www.codeproject.com/script/Articles/ArticleVersion.aspx the image are linked to the https://www.codeproject.com/KB/recipes/1276311/Working/_INT_DIV_08.png, which is broken. Instead in the editor https://www.codeproject.com/script/Articles/SubmissionWizard.aspx the images are linked to https://www.codeproject.com/KB/Articles/1276311/Working/_INT_DIV_08.png which is actually working. Do i need to relink all the images in order to make it work again? Best
-
Hello, i have an article (editing it since 2017... but have few times to work on it), if I open it on the editor page i see images, once i open it in the "my articles" section it does not show the images. Here are image urls: on the http://www.codeproject.com/script/Articles/ArticleVersion.aspx the image are linked to the https://www.codeproject.com/KB/recipes/1276311/Working/_INT_DIV_08.png, which is broken. Instead in the editor https://www.codeproject.com/script/Articles/SubmissionWizard.aspx the images are linked to https://www.codeproject.com/KB/Articles/1276311/Working/_INT_DIV_08.png which is actually working. Do i need to relink all the images in order to make it work again? Best
When you edit an article there is the current, publicly viewable version, and then there's the working version. Once you finish editing and submit, any new images you've added will be in the /Working directory. After the article goes through moderation the new article will become the "current" published version and the images will be moved out of the /Working directory and replace the images from the previously published version. It looks like we have a bug where we're not hooking up the correct version when displaying the image version. Once you submit and the article is approved it should fix itself up, but I'll dig in and get that issue sorted out Make sure you refer to images via "image.ext" with no path in your HTML.
cheers Chris Maunder
-
When you edit an article there is the current, publicly viewable version, and then there's the working version. Once you finish editing and submit, any new images you've added will be in the /Working directory. After the article goes through moderation the new article will become the "current" published version and the images will be moved out of the /Working directory and replace the images from the previously published version. It looks like we have a bug where we're not hooking up the correct version when displaying the image version. Once you submit and the article is approved it should fix itself up, but I'll dig in and get that issue sorted out Make sure you refer to images via "image.ext" with no path in your HTML.
cheers Chris Maunder
Thank you, I'll double check once published.