Gossamer Forum
Home : Products : Links 2.0 : Discussions :

Size of URL field

Quote Reply
Size of URL field
I am finding that the field size is too small when entering information in the ADMIN Add Link screen. Can I increase the size simply by changing one parameter in the links.def file?
Quote Reply
Re: Size of URL field In reply to
Just edit the %db_def variable in links.def to increase the size of the URL. What you need to change is the 75 in the following line:

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

I hope this helps.