Gossamer Forum
Home : Products : DBMan : Customization :

Check images

Quote Reply
Check images
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! :)

Quote Reply
Re: Check images In reply to
I haven't even found a bad solution to it. Smile

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/
Quote Reply
Re: Check images In reply to
Sorry, what I meant to be saying was that the admin will check all images that are being uploaded and then accept or reject them before going public.... :)

Quote Reply
Re: Check images In reply to
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/