Hi,
i want a solution from you guys how you will let me display a image without being logged on to the cms using EditableImage
with this line of code in CMSControls.CmsEditableImage on line 490:
// Display content only if authorized
if (PageManager.IsAuthorized)
{
if (ImageWidth > 0)
{
path = UrlHelper.AddParameterToUrl(path, "width", ImageWidth.ToString());
}
if (ImageHeight > 0)
{
path = UrlHelper.AddParameterToUrl(path, "height", ImageHeight.ToString());
}
imgImage.AlternateText = DataHelper.GetNotEmpty(AlternateText, "Image");
imgImage.ImageUrl = path;
}
now don't tell me you're going to fix this in version 6.0 because if this is so.... then we are going to change the CMS finally!!!!!