Gossamer Forum
Home : Products : DBMan : Customization :

Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)

Quote Reply
Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End) In reply to
Thanks for fixing the links. I did have a few problems getting the script to work. It wasn't recognizing any database as being present. Since you had some extra lines in there for the R&D I decided to take it line by line and add everything that wasn't part of the R&D. Now it does work, except for the categories. I get the following error when in the view:

error building select field: no select fields specified in config for field 'Category'!

This is what i have:
Code:
# Select fields. Field name => 'comma seperated list of drop down options'.
%db_select_fields = (
isNew => 'Yes,No',
isPopular => 'Yes,No',
ReceiveMail => 'Yes,No'
);
# added Dbman/links2:
# Select fields. for dbman/links2 categories field.
$db_select_fields_category = 'Category';

Any ideas?

Thanks!!!
Adam
Subject Author Views Date
Thread MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End) timryan 4024 Sep 1, 1999, 10:09 AM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
herbalife 3820 Sep 6, 1999, 7:46 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
timryan 3816 Sep 6, 1999, 9:14 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
jdulberg 3851 Sep 7, 1999, 12:40 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
timryan 3820 Sep 7, 1999, 12:59 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
anr 3850 Mar 30, 2000, 10:53 AM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
JPDeni 3821 Mar 30, 2000, 11:53 AM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
anr 3814 Mar 30, 2000, 12:19 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
timryan 3835 Mar 30, 2000, 1:21 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
JPDeni 3852 Mar 30, 2000, 1:30 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
anr 3818 Mar 30, 2000, 1:41 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
timryan 3871 Mar 31, 2000, 8:22 AM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
anr 3833 Mar 31, 2000, 6:26 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
anr 3812 Apr 1, 2000, 10:50 PM
Post Re: MOD: DBMan/Links Integration in zip file (uses DBMan as Links Front End)
JPDeni 3831 Apr 1, 2000, 10:58 PM