Hi, It's been awhile since I've been able to work on this. I can't put it on a public server until all I get all of the v1 content working with v2, but I think I've found the problem. On my localhost system Joomla is installed in a sub-director (CSDweb). Thus CSDweb needs to be included in the path for images to be displayed locally. Looking at the path for thumbnails
Code: |
data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAiIGhlaWdodD0iNzUiPjxyZWN0IHdpZHRoPSIxMDAiIGhlaWdodD0iNzUiIGZpbGw9InRyYW5zcGFyZW50Ii8+PHRleHQgdGV4dC1hbmNob3I9Im1pZGRsZSIgeD0iNTAiIHk9IjM3LjUiIHN0eWxlPSJmaWxsOnVuZGVmaW5lZDtmb250LXdlaWdodDpib2xkO2ZvbnQtc2l6ZTpOYU5weDtmb250LWZhbWlseTpBcmlhbCxIZWx2ZXRpY2Esc2Fucy1zZXJpZjtkb21pbmFudC1iYXNlbGluZTpjZW50cmFsIj4gPC90ZXh0Pjwvc3ZnPg==
|
, I can't find a way to modify the path to include the CSDweb sub-directory, so I'm going to have to wait until I can test it on the public server to see if it works.