Gossamer Forum
Home : Products : Links 2.0 : Customization :

Can field size for url be changed??

Quote Reply
Can field size for url be changed??
I did a search, but I couldn't find anything on this.

There are several links I'd like to include in my database that have a really long url, and the last part of it gets cut off. Is there any way to fix this problem??

Please help... thanks in advance,

Amanda
Quote Reply
Re: Can field size for url be changed?? In reply to
All you have to do is change the 4th number, 75, to a higher number for the number of characters you want it to hold.
Code:
URL => [2, 'alpha', 40, 75, 1, 'http://', '^http|news|mailto|ftp'],

For more info you can also check the How to add new fields in the resource center at: www.gossamer-threads.com/scripts/resources/Detailed/162.html

------------------
XanthisHP
boom.home.dhs.org
BOOM! Flash 3 Resource - When there's a Flash, there's a BOOM!


[This message has been edited by XanthisHP (edited June 21, 1999).]
Quote Reply
Re: Can field size for url be changed?? In reply to
I thought it might be something easy... thanks so much!

Amanda