Hi! So this have probably been discussed a lot - but I couldn't find it - maybe I'm a bad "searcher". Did anyone find a good solution for previewing images that has been uploaded before they're made public in the DB? Thanx! :)
Jul 4, 2000, 6:10 AM
Veteran / Moderator (8669 posts)
Jul 4, 2000, 6:10 AM
Post #2 of 4
Views: 964
I haven't even found a bad solution to it.
I'll have to go back and see what the problem was exactly. Unless you would like to refresh my memory.
JPD
http://www.jpdeni.com/dbman/

I'll have to go back and see what the problem was exactly. Unless you would like to refresh my memory.
JPD
http://www.jpdeni.com/dbman/
Jul 4, 2000, 9:31 PM
Veteran / Moderator (3034 posts)
Jul 4, 2000, 9:31 PM
Post #4 of 4
Views: 962
This has been brought up before and here is the reference:
Question:
I would like to allow people to view unvalidated records, although I would not show the unvalidated field, that is, the image.
Response:
In html_record, where the graphic would display, use:
if ($rec{'Validated'} eq "Yes") {
[print out graphic]
}
You would of course need to use the validation mod.
Hope this helps
Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/
Question:
I would like to allow people to view unvalidated records, although I would not show the unvalidated field, that is, the image.
Response:
In html_record, where the graphic would display, use:
if ($rec{'Validated'} eq "Yes") {
[print out graphic]
}
You would of course need to use the validation mod.
Hope this helps
Unoffical DBMan FAQ
http://webmagic.hypermart.net/dbman/