Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Accept URL'S longer than 75 characters

Quote Reply
Accept URL'S longer than 75 characters
What file do I go into to enable VERY LONG URL'S to be added? I always get the "75 maximum" error when I try to ad sponsor links, and I need to change this.
Quote Reply
Re: Accept URL'S longer than 75 characters In reply to
links.def
in the string that defines the URL.
John
Quote Reply
Re: Accept URL'S longer than 75 characters In reply to
In links.def, change the 75 to 150 or so in the following line:

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

Dan
Quote Reply
Re: Accept URL'S longer than 75 characters In reply to
THANKS! I knew it had to be easy. I just couldn't find it!
Quote Reply
Re: Accept URL'S longer than 75 characters In reply to
I'm hesitant to say "you're welcome," because John will probably just beat me to it... Smile

Dan