Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Snitz Forums 2000 DEV-Group
 DEV Bug Reports (Open)
 (NOT A BUG) found in 3.3.03
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

RoChess
Starting Member

USA
5 Posts

Posted - 15 March 2002 :  01:20:17  Show Profile  Visit RoChess's Homepage  Send RoChess an ICQ Message
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  Show Profile
Not a bug, just an unimplemented feature. It will be fully implemented in v3.4 and 4.0.
Go to Top of Page

RoChess
Starting Member

USA
5 Posts

Posted - 15 March 2002 :  16:17:58  Show Profile  Visit RoChess's Homepage  Send RoChess an ICQ Message
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.

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07