Re: Three new problems, maybe a fourth
This WebDNA talk-list message is from 1997
It keeps the original formatting.
numero = 12207
interpreted = N
texte = >First I would make sure the [listfiles] with the correct directory stuff is>working. Might be a glich in the / handling. What I am suggesting here is>pour all the images out of the folder, not just one.The problem I had in the beginning is this:When there's NO files in the 'photos' folder, the listfiles context logs anerror. It's only when there's at least one file in that folder that thelistfiles context does NOT log an error. This seems to indicate that thecorrect folder is being identified by WebCat2, but there's a bug in thecode that breaks when the folder is empty ...The actual file name itself is not defined anywhere else. I'm notreferring to any filenames in a database, per se, because the whole purposeof this technique is to eliminate the need for those filenames to be storedin a database.Instead, I want my users to send a file with the name [username].jpg to thephotos folder. Then when the listfiles context is used with the [showif] asin the example below, it *should* display the proper image for that user.I chose the convention [username].jpg for the names of the image filesbecause everyone has a unique username, and each user can have only oneimage in the photos folder. Therefore, the following should actually resultin displaying exactly one image from the photos folder - the image with thename that begins with that user's username:
[listfiles photos/][showif [filename]=[lookup the username in the users.db].jpg] [/showif][/listfiles] |
I haven't tested it without the [showif] stuff, but I think I found a bugin the showif/hideif stuff yesterday (in another template) so I will try itwithout - to see if that's what's breaking it ... :)Sincerely, Ken GromeWebDNA Solutions
Associated Messages, from the most recent to the oldest:
>First I would make sure the
[listfiles] with the correct directory stuff is>working. Might be a glich in the / handling. What I am suggesting here is>pour all the images out of the folder, not just one.The problem I had in the beginning is this:When there's NO files in the 'photos' folder, the listfiles context logs anerror. It's only when there's at least one file in that folder that thelistfiles context does NOT log an error. This seems to indicate that thecorrect folder is being identified by WebCat2, but there's a bug in thecode that breaks when the folder is empty ...The actual file name itself is not defined anywhere else. I'm notreferring to any filenames in a database, per se, because the whole purposeof this technique is to eliminate the need for those filenames to be storedin a database.Instead, I want my users to send a file with the name
[username].jpg to thephotos folder. Then when the listfiles context is used with the
[showif] asin the example below, it *should* display the proper image for that user.I chose the convention
[username].jpg for the names of the image filesbecause everyone has a unique username, and each user can have only oneimage in the photos folder. Therefore, the following should actually resultin displaying exactly one image from the photos folder - the image with thename that begins with that user's username:
[listfiles photos/][showif [filename]=[lookup the username in the users.db].jpg] [/showif][/listfiles] |
I haven't tested it without the
[showif] stuff, but I think I found a bugin the showif/hideif stuff yesterday (in another template) so I will try itwithout - to see if that's what's breaking it ... :)Sincerely, Ken GromeWebDNA Solutions
Kenneth Grome
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
Exclamation point (1997)
Unexpected comparison behavior change in 4.5.1 (2003)
Grep -- remove extra returns first (2003)
Queertrons? (1997)
Major Security Hole (solution with Welcome) (1998)
Design Help Needed (1998)
Nav. 4 probs with cart (1997)
Permissions (2000)
Location of Webcat site in folder hierarchy (1997)
For Grant: Webcatalog 4.0 - When will we be able to betatest it? (2000)
price formula (1999)
WebCat editing, SiteGuard & SiteEdit (1997)
Reselecting popup menu (2002)
[WebDNA] jumping on the linux train (2011)
WC2b15 - [HTMLx]...[/HTMLx] problems (1997)
Problems with [Applescript] (1997)
ups calculator (2000)
Moment of Thanks (1997)
Plugin or CGI or both (1997)
Using Cookie for client specific info? (1997)