Gossamer Forum
Home : Products : DBMan : Customization :

Upload Mod Challenge II

Quote Reply
Upload Mod Challenge II
We are using the Upload Mod - is there a way to add a search that will return a listing of only those in the database that have uploaded an image?

------------------
donm
All those who believe in psychokinesis, please raise my hand.


Quote Reply
Re: Upload Mod Challenge II In reply to
Try to add an extra field in your db, that gets a value when an image is uploaded. I let the script put the link to the image in that field.
Try and see at www.autorandstad.nl/start.htm

Good luck!!
-------
Mart.
Quote Reply
Re: Upload Mod Challenge II In reply to
I have tried adding an additional field to the default.db and also added the field to the db def's

However, it seems it really messes the db up when I do this - all of the fields are out of place.

I tried using Eliot's script to add a field and get error's - I also tried using edit+ everything seems to work fine until I try and view the records in the database and then everything is messed up.

Everything is currently working great until I try and add this last field.

Donm
Quote Reply
Re: Upload Mod Challenge II In reply to
Did you have defined the field also in your html_record(_long)??? (the subs, where the script prints the values of the fields)
You can easely make a 'hidden' field.