Gossamer Forum
Home : Products : Links 2.0 : Customization :

Can I omit Contact name and contact email from add routine

Quote Reply
Can I omit Contact name and contact email from add routine
I will be posting the links to the database and I want to remove the requirement to include contact name and contact email from add link. Is this possible? I tried even going to site_html.pl and just putting in a dummy name and email so it might be already filled out in the add form but that doesn't work. I appreciate any help you can offer.
Quote Reply
Re: [paula] Can I omit Contact name and contact email from add routine In reply to
In link.def, change;

Code:
'Contact Name' => [6, 'alpha', 40, 75, 1, '', ''],
'Contact Email' => [7, 'alpha', 40, 75, 1, '', '.+@.+\..+'],

to

Code:
'Contact Name' => [6, 'alpha', 40, 75, 0, '', ''],
'Contact Email' => [7, 'alpha', 40, 75, 0, '', '.+@.+\..+'],

Then obviously edit the templates (modify.html, add.html etc).

ALSO remember that you won't be able to send out a newsletter, because there will be no emails, and the script will fall over Wink

Andy (mod)
andy@ultranerds.co.uk


IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates