Gossamer Forum
Home : Products : Links 2.0 : Customization :

Re: Ordering the Links RECIP, COOL, NEW, ALPHA

Quote Reply
Re: Ordering the Links RECIP, COOL, NEW, ALPHA In reply to
'Is there anything wrong with it?'

Yes! You need to add a new a Yes/No field called isRecip:

isRecip => [17, 'alpha', 10, 10, 1, 'Yes', 'No|Yes'],


and then you need to define it:

$db_isrecip = 17;

then in the db_select fields add

isRecip => 'Yes,No'


I noticed your using the priority mod. If so forget the above and instead just alter the sorthit sub in db_utilities.

Everytime you refer to 'isRecip' instead refer to 'Priority'


Good Luck!

Glenn


http://findarom.emusanet.com/comments3/
Subject Author Views Date
Thread Ordering the Links RECIP, COOL, NEW, ALPHA sportscapper 3357 Feb 7, 2001, 6:49 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3269 Feb 10, 2001, 2:16 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
Stealth 3279 Feb 10, 2001, 2:37 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3248 Feb 10, 2001, 7:49 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
glennu 3231 Feb 10, 2001, 8:14 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3226 Feb 10, 2001, 10:04 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
glennu 3230 Feb 11, 2001, 7:43 AM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3222 Feb 11, 2001, 1:17 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
glennu 3228 Feb 11, 2001, 1:47 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3188 Feb 11, 2001, 5:16 PM
Thread Re: Ordering the Links RECIP, COOL, NEW, ALPHA
humorlinks 3174 Feb 11, 2001, 7:57 PM
Post Re: Ordering the Links RECIP, COOL, NEW, ALPHA
sportscapper 3183 Feb 11, 2001, 8:28 PM