Author |
Topic  |
|
RoChess
Starting Member
USA
5 Posts |
Posted - 15 March 2002 : 01:20:17
|
Hi, just started messing with Snitz, but i found a few bugs in the code already. One is the 'strImageUrl' var, which is used in some pages and not in others, nor is it declared. I wanted to clean up the folder structure a little and put all icon_xxxx.gif files in an icons folder, i had to however go thru quite a few pages change:
<img src="icon_... into <img src="<%= strImageUrl %>icon_...
and
<img src=""icon_... into <img src=""" & strImageUrl & "icon_...
I guess it was overlooked because no 'Option Explicit' was used and an empty/undeclared var would simply give "" as string value back making the images work as long as they are in the same folder as the ASP pages.
Not sure if this helps anybody else, but maybe the v4 source needs to be looked into, for this as well.
Ron
|
|
RichardKinser
Snitz Forums Admin
    
USA
16655 Posts |
Posted - 15 March 2002 : 01:36:59
|
Not a bug, just an unimplemented feature. It will be fully implemented in v3.4 and 4.0. |
 |
|
RoChess
Starting Member
USA
5 Posts |
Posted - 15 March 2002 : 16:17:58
|
Yeah, sorry wasn't sure if i should have posted it here. I did solve all entries in my version of Snitz tho, i could upload it if other's wanna use it. All i did was specify it manually in config.asp and define it manually and alter every page (thank gawd for search&replace tools) it was used on.
Lemme know if it's usefull to upload this code, seeing as 3.4 is closeby.
|
 |
|
|
Topic  |
|
|
|