I tried to change the date format with the instructions given in the FAQ. After the change when I try to add a link, Links gives an error message : Date (Too long. Max length: 15). Is there a way to change this to more than 15 characters ?
Apr 18, 2000, 9:01 PM
Veteran (17240 posts)
Apr 18, 2000, 9:01 PM
Post #2 of 4
Views: 1261
Yes...there is (like with any other field like the URL field, which has been referenced numerous times in this forum)...
Change the following codes in the links.def file:
with the following:
Regards,
------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.
Change the following codes in the links.def file:
Code:
Date => [3, 'date', 15, 15, 1, \&get_date, ''],with the following:
Code:
Date => [3, 'date', 50, 50, 1, \&get_date, ''],Regards,
------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.
Apr 21, 2000, 10:03 AM
Veteran (17240 posts)
Apr 21, 2000, 10:03 AM
Post #4 of 4
Views: 1268
Quote:
I try to search through the FAQ and discussion forums before asking, maybe there is something wrong with my keywords...Most likely...

Regards,
------------------
Eliot Lee....
Former Handle: Eliot
Anthro TECH, L.L.C
anthrotech.com
* Check Resource Center
* Search Forums
* Thinking out of the box (codes) is not only fun, but effective.