Gossamer Forum
Home : Products : Links 2.0 : Customization :

Add Category

Quote Reply
Add Category
Hello

I have found while adding subcategories theres a limit to the length. How do i extend it.

e.g. I wish to add Business_and_Economy/Companies/Music/CDs,_Records,_and_Tapes/Price_Comparisons/Free

But the form only allows me to add
Business_and_Economy/Companies/Music/CDs,_Records,_and_Tapes/Price_Comparison

Thanks
(p.s. i tried my best to search 4 it)
Quote Reply
Re: Add Category In reply to
Look in your links.def file and you will see a field for max length (they're marked). Change it from 75 to 150 or so.

Dan
Quote Reply
Re: Add Category In reply to
Hello

I changed (in links.def

Category => [4, 'alpha', 0, 150, 1, '', ''],

to look like

Category => [4, 'alpha', 0, 300, 1, '', ''],

(300 as it already says 150)
but it doesnt work

Thanks Bye.
Quote Reply
Re: Add Category In reply to
Hi

ive done it, its ok i think you meant category.def not links.def
Quote Reply
Re: Add Category In reply to
Yeah, that's what I meant. Take everything I say this week with a grain of salt, I seem to be consistently missing half the explanation (and often the correct half)... Wink

Dan