Gossamer Forum
Home : Products : Links 2.0 : Customization :

how do you change maxlength= in URL form feild?

Quote Reply
how do you change maxlength= in URL form feild?
Hi I was wondering what script i go to .. to change the maxlenth= (input) form field for people who are adding a url.

I wanted to add some url's myself that are longer than the setting allows

This is probably simple.. yet i'm clueless. I'd really really appreiate the help! thanks :p
Quote Reply
Re: [DcTalk] how do you change maxlength= in URL form feild? In reply to
open the links.def file and look for the URL line,

Code:
URL => [2, 'alpha', 60, 75, 0, 'http://', '^http|news|mailto|ftp'],

Change the 75 to whatever.


Also, change the URL size in the add.html page

Code:
<INPUT TYPE=text NAME=URL VALUE="http://" SIZE=75>



Gene
"The older I get, the more I admire competence, just simple competence in any field from adultery to zoology."
Quote Reply
Re: [DcTalk] how do you change maxlength= in URL form feild? In reply to
Worked :) Thank You Alot Gene

Really Appreciate it