Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: [Heckler] Expire Listing mod

Quote Reply
Re: [Heckler] Expire Listing mod In reply to
In Reply To:
BTW: I wrote a similar and less complicated mod for DBMAN that works with Links because of the flat files being similarly structured. I posted the codes for the MOD in the DBMAN CUSTOMIZATION FORUM about a year ago.

Tried searching - can u give me some key words.. Tried all sorts of words. Unsure

BTW I am using your password mod and decided I use it with this directory - however using everything the same from the other directory I cannot get the ExpireDays select field to show up. It just shows as whatever the user has in that select box in text but not the select box.

Man this ExpireDays is getting to be Crazy It might appear to be what Paul says but I made sure the case is right and tested the different ways.. so I sure it is not that.

The code I use in the modifyhtml to bring these selects fields up is:

Code:
sub site_html_modify_form {
# --------------------------------------------------------
# This routine determines how the modify form page will look like.

my %rec = @_;
my $category = &build_select_field ("Category", "$rec{'Category'}");
my $expiredays = &build_select_field ("ExpireDays","$rec{'ExpireDays'}");
my $region = &build_select_field ("Region","$rec{'Region'}");

&html_print_headers;
print &load_template ('modify.html', {
category => $category,
Address => $address,
region => $region,
ExpireDays => $expiredays,
Password => $password,
%rec,
%globals
});
}

Last edited by:

Ian Conza: Dec 10, 2001, 12:09 AM
Subject Author Views Date
Thread Expire Listing mod davenet 9889 Jul 20, 2000, 1:31 PM
Thread Re: Expire Listing mod
socrates 9685 Jul 20, 2000, 4:20 PM
Thread Re: Expire Listing mod
davenet 9686 Jul 20, 2000, 9:45 PM
Thread Re: Expire Listing mod
jsu 9668 Jul 20, 2000, 11:11 PM
Thread Re: Expire Listing mod
davenet 9708 Jul 21, 2000, 6:29 AM
Post Re: Expire Listing mod
jsu 9692 Jul 21, 2000, 8:30 AM
Thread Re: Expire Listing mod
Stevo 9620 Jul 21, 2000, 8:33 AM
Thread Re: [Stevo] Expire Listing mod
WTrippe 9523 Dec 8, 2001, 5:14 PM
Thread Re: [WTrippe] Expire Listing mod
herbalife 9417 Dec 9, 2001, 11:18 AM
Thread Re: [Ian Conza] Expire Listing mod
Paul 9515 Dec 9, 2001, 11:36 AM
Thread Re: [PaulW] Expire Listing mod
herbalife 9458 Dec 9, 2001, 12:30 PM
Post Re: [Ian Conza] Expire Listing mod
herbalife 9450 Dec 9, 2001, 1:36 PM
Thread Re: [Ian Conza] Expire Listing mod
WTrippe 1867 Dec 12, 2001, 11:42 PM
Post Re: [WTrippe] Expire Listing mod
herbalife 1834 Dec 13, 2001, 11:08 AM
Post Errors
herbalife 9374 Dec 9, 2001, 7:11 PM
Thread Re: [Stevo] Expire Listing mod
herbalife 9452 Dec 9, 2001, 2:30 PM
Thread Re: [Ian Conza] Expire Listing mod
Stealth 9418 Dec 9, 2001, 7:23 PM
Post Re: [Heckler] Expire Listing mod
herbalife 9423 Dec 9, 2001, 7:39 PM
Thread Re: [Heckler] Expire Listing mod
herbalife 9401 Dec 10, 2001, 12:01 AM
Post Re: [Ian Conza] Expire Listing mod
herbalife 9311 Dec 11, 2001, 12:47 PM
Thread Re: [Stevo] Expire Listing mod
herbalife 9426 Dec 10, 2001, 10:36 AM
Thread Re: [Ian Conza] Expire Listing mod
Paul 9403 Dec 10, 2001, 10:42 AM
Thread Re: [PaulW] Expire Listing mod
herbalife 9384 Dec 10, 2001, 3:14 PM
Thread Re: [Ian Conza] Expire Listing mod
WTrippe 9369 Dec 12, 2001, 7:39 PM
Thread Re: [WTrippe] Expire Listing mod
herbalife 9340 Dec 12, 2001, 7:54 PM
Thread Re: [Ian Conza] Expire Listing mod
WTrippe 9339 Dec 12, 2001, 8:51 PM
Post Re: [WTrippe] Expire Listing mod
herbalife 9330 Dec 12, 2001, 8:58 PM
Post Re: [WTrippe] Expire Listing mod
esm 1873 Dec 12, 2001, 9:02 PM