|
|
|
Forum Newbie
      
Group: Forum Members
Last Login: 14/07/2008 14:10:24
Posts: 2,
Visits: 6
|
|
When I first uploaded the new version of the KB to our web server, I was dismayed to discover that some of the images were not displaying. When I took a closer look, I saw that the src attribute was something like:
https://www.mysite.com/KB/Skin/Classic/SmallIcons/https://www.mysite.com/KB/Skin/Classic/SmallIcons/Knowledgebase.gif
It took me a bit of rooting around, but I discovered that there are a few instances in the code that look like:
If ctlSomeControl.Image.IndexOf("http://") >= 0 Then
I had to add:
Or ctlSomeControl.Image.IndexOf("https://") >= 0
before the images would be correctly displayed. I'm working out of 2.0.1 at the moment, but I did a diff on the 2.0.2 code and the bug seems to be there as well.
Just an FYI.
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
| Many thanks Antiproto. I appreciate your detailed scription. Just wanted to let you know these issues have been resolved with the 2.0.3 update due early next week. This will probably be removed in a couple of days but you can see InstantKB.NET 2.0.3 under SSL at... https://customer.instantasp.co.uk/InstantKB20/
 Kindest Regards,
Ryan Healey Director / Developer
Explore our products... http://demos.instantasp.co.uk/
|
|
|
|
|
IF.NET 4.2 Coming Soon
      
Group: Administrators
Last Login: 05/01/2009 11:53:33
Posts: 1,959,
Visits: 3,027
|
|
|
|
|