Two issues noted... *1) Image links to images that don't exist are not showing ?*
Anyone having issues with adding images to pages where the image doesn't exist yet. Create a page with just a image link in it [^somenewimage.jpg^] Save the page. Expect to see *somenewimage.jpg ?* on the page but see nothing not even the ? View the HTML source and see the image link, but again, no ? link <img src='http://cumulus.tnetweather.com/boltwire/farm/img/somenewimage.jpg' alt='' /> Which BTW is the wrong path which might be the reason why this is not working properly. It should be this instead: <img src='http://cumulus.tnetweather.com/home/files/somenewimage.jpg' alt='' /> Edit the page, and the link is there. It is like the system doesn't know the image is not there, so it doesn't place the missing ? mark link. Example Page: http://cumulus.tnetweather.com/tests I'm wondering if there is something the system is looking for due to the changes in the marks that it is not finding in the site.config or site.snippets? Actually, before sending this, I uploaded an image to the first link and now it shows the correct path for that image (still wrong for the missing image) The path I showed above changed to: <img src='http://cumulus.tnetweather.com/*home/files*/somenewimage.jpg' alt='' /> Which is where the images should be located. Suspect this is something releated to cleanURL's now. *2) Reload didn't work* Noted that on some sites, reload didn't work. It would not show anything where before it would place a ^ or in my case configured to show UP near the images on the page when it was used. I found that in my site.config for those sites, I had used the option: reloadMark: UP Which used to make the reload mark say UP instead of the default ^. This option apparently is no longer valid and breaks the reload ability. Removing it, allowed the reload function to work again showing an ^ near the existing images to allow for re-uploading. -- You received this message because you are subscribed to the Google Groups "BoltWire" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/boltwire?hl=en.
