Gossamer Forum
Home : Products : DBMan : Installation :

Help with modifications for Classified use.

Quote Reply
Help with modifications for Classified use.
I need some assistance with some mods I've made to dbman. I have setup the description field so that it actively counts the number of characters as they are being entered, through use of JavaScript code, and saves it in $rec{'CharLength'}. I have created a new database field in "default.cfg" called:

CharLength => [13, 'numer', 0, 500, 1, '', '']

The value is placed in that field when the user submits a new record.

I'm not really good with Perl, so here's where I need some help. I'd like to set this up as an Advertisement system, and I'm wanting to charge by the character (like 1 cent per char for instance).

I'd like to have a subroutine executed immediately following "Add a New Record" that will take the CharLength value from the "default.db" file and multiply it by an X Amount and also multiply it by X Number of days (also stored in a field in "default.db), then it'll prompt the user whether they want to accept the cost, or cancel the ad. If accepted, it will then store the computed $ value in an additional field in the current record in "default.db". (I have made the mod that will keep the record for X number of days before auto-deletion.) Then after the amount is computed, it will email the entire contents of the form including the total cost of the Ad.

Also, another item which I need help with. I have also created another field called "Validated" in default.cfg, which is a checkbox field (Yes|No). What I would like to do with that is by default have it so that it's not checked, and therefore the record cannot be viewed by anyone until "admin" modifies the record and checks "Yes" for Validated.

All your help is appreciated. I've learned a lot in the past week through reading up in this area. Keep up the good work!

Frank
Subject Author Views Date
Thread Help with modifications for Classified use. fharris 7501 Aug 26, 1999, 5:10 PM
Post Re: Help with modifications for Classified use.
Eliot 7176 Aug 26, 1999, 6:07 PM
Post Re: Help with modifications for Classified use.
JPDeni 7153 Aug 26, 1999, 7:19 PM
Post Re: Help with modifications for Classified use.
fharris 7171 Aug 27, 1999, 7:46 AM
Post Re: Help with modifications for Classified use.
JPDeni 7205 Aug 27, 1999, 7:51 AM
Post Re: Help with modifications for Classified use.
fharris 7146 Aug 27, 1999, 7:52 AM
Post Re: Help with modifications for Classified use.
JPDeni 7190 Aug 27, 1999, 10:48 AM
Post Re: Help with modifications for Classified use.
fharris 7150 Aug 27, 1999, 12:59 PM
Post Re: Help with modifications for Classified use.
JPDeni 7194 Aug 27, 1999, 8:13 PM
Post Re: Help with modifications for Classified use.
JPDeni 7150 Aug 29, 1999, 6:27 AM
Post Re: Help with modifications for Classified use.
fharris 7199 Aug 30, 1999, 4:34 AM
Post Re: Help with modifications for Classified use.
JPDeni 7163 Aug 30, 1999, 8:08 AM
Post Re: Help with modifications for Classified use.
fharris 7143 Aug 30, 1999, 11:28 AM
Post Re: Help with modifications for Classified use.
JPDeni 7264 Aug 30, 1999, 12:02 PM
Post Re: Help with modifications for Classified use.
fharris 7142 Aug 30, 1999, 1:03 PM
Post Re: Help with modifications for Classified use.
JPDeni 7122 Aug 30, 1999, 1:58 PM
Post Re: Help with modifications for Classified use.
fharris 7177 Aug 30, 1999, 4:40 PM
Post Re: Help with modifications for Classified use.
JPDeni 7151 Aug 30, 1999, 7:13 PM
Post Re: Help with modifications for Classified use.
JPDeni 7188 Aug 30, 1999, 9:47 PM
Post Re: Help with modifications for Classified use.
fharris 7171 Aug 31, 1999, 4:45 AM
Post Re: Help with modifications for Classified use.
fharris 7210 Aug 31, 1999, 10:41 AM
Post Re: Help with modifications for Classified use.
JPDeni 7148 Aug 31, 1999, 11:04 AM
Post Re: Help with modifications for Classified use.
JPDeni 7124 Aug 31, 1999, 9:06 PM
Post Re: Help with modifications for Classified use.
fharris 7127 Sep 1, 1999, 7:51 AM
Post Re: Help with modifications for Classified use.
fharris 7175 Sep 1, 1999, 10:06 AM
Post Re: Help with modifications for Classified use.
JPDeni 4799 Sep 1, 1999, 10:12 AM
Post Re: Help with modifications for Classified use.
fharris 4715 Sep 1, 1999, 10:17 AM
Post Re: Help with modifications for Classified use.
fharris 4770 Sep 1, 1999, 11:20 AM
Post Re: Help with modifications for Classified use.
JPDeni 4706 Sep 1, 1999, 11:33 AM
Post Re: Help with modifications for Classified use.
fharris 4700 Sep 1, 1999, 12:43 PM
Post Re: Help with modifications for Classified use.
JPDeni 4751 Sep 1, 1999, 12:51 PM
Post Re: Help with modifications for Classified use.
fharris 4765 Sep 2, 1999, 4:44 AM
Post Re: Help with modifications for Classified use.
fharris 4771 Sep 2, 1999, 4:47 AM
Post Re: Help with modifications for Classified use.
JPDeni 4731 Sep 2, 1999, 6:12 AM
Post Re: Help with modifications for Classified use.
JPDeni 4681 Sep 2, 1999, 10:10 AM
Post Re: Help with modifications for Classified use.
fharris 4776 Sep 2, 1999, 10:30 AM
Post Re: Help with modifications for Classified use.
JPDeni 4701 Sep 2, 1999, 11:09 AM
Post Re: Help with modifications for Classified use.
fharris 4696 Sep 2, 1999, 11:23 AM
Post Re: Help with modifications for Classified use.
JPDeni 4733 Sep 2, 1999, 11:35 AM
Post Re: Help with modifications for Classified use.
fharris 4797 Sep 2, 1999, 11:40 AM
Post Re: Help with modifications for Classified use.
fharris 4788 Oct 17, 1999, 9:45 PM
Post Re: Help with modifications for Classified use.
JPDeni 4761 Oct 18, 1999, 12:30 PM