Gossamer Forum
Home : Products : Links 2.0 : Discussions :

hmm how do i?

Quote Reply
hmm how do i?
make it so i can add longer URLs?
i want to add some urls from clicktrade....
Quote Reply
Re: hmm how do i? In reply to
All you do is increase the maxlength value for the URL field in your links.def file, like the following:

Code:
URL => [2, 'alpha', 40, 300, 1, 'http://', '^http|news|mailto|gopher|ftp'],

See the 300...that is the maxlength value for the field.

Regards,

------------------
Eliot Lee
Anthro TECH,L.L.C
www.anthrotech.com
----------------------


Quote Reply
Re: hmm how do i? In reply to
Cool thanks sir!