Gossamer Forum
Home : Products : DBMan : Customization :

Images in records, and random images between records

Quote Reply
Images in records, and random images between records
Hello everybody:

I have just downloaded the script, and have
browsed through the support forum.
My questions are:

Can I define a field that displays and image ?
Maybe, if I have : name, sex, age, photo,
then, the record in the database would look
like : John, M, 21, john.gif
Is this possible ?

And another question :
Can I display , letīs say 3 records, and
then, insert a graphic, before displaying
the fourth ?

Thanks for your support !!

Alfonso

------------------
a true Rolling Stones Fan
Quote Reply
Re: Images in records, and random images between records In reply to
to insert a picture:

define a field in your .cfg like

bildurl => [19, 'alpha', 50, 60, 1, '../../path/to/nopic.gif', ''],

nopic.gif is a 1x1 pixel-image.

after you added a record, upload your picture
(jagger.jpg) to ../../path/to
then edit your record and replace nopic.gif with jagger.jpg

HTH