I don't want to fill in the Name and E-mail address fields when I add links through the admin section. How do I stop links 2 from requiring this?
Jan 5, 2003, 9:44 PM
Veteran (1350 posts)
Jan 5, 2003, 9:44 PM
Post #2 of 2
Views: 333
Just a hint, when you have time, just browse these forums, you'll find answers to questions you hadn't thought of yet...
In links.def, find:
'Contact Name' => [6, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [7, 'alpha', 40, 75, 1, '', "],
See those two 1's in there? Change 'em to a '0' (zero) to make them not required.
Leonard
aka PerlFlunkie
In links.def, find:
'Contact Name' => [6, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [7, 'alpha', 40, 75, 1, '', "],
See those two 1's in there? Change 'em to a '0' (zero) to make them not required.
Leonard
aka PerlFlunkie

