Gossamer Forum
Home : Products : Links 2.0 : Customization :

modify the validation email

Quote Reply
modify the validation email
i am using JumpHack (r.1.0) n my links.
it is downloaded from http://web-linker.com/lepolinks/jumphack.html .
In order to work, the registered site have to know their ID.
how can i modify to let the validation email automatically send them their ID?
Quote Reply
Re: modify the validation email In reply to
Actually in 1.1 look in admin_html.pl, and look for sub html_validate_email, and in 2.0 you can just edit email-add.txt in the templates directory.

Cheers,

Alex
Quote Reply
Re: modify the validation email In reply to
Not sure if this will work but try this,
Find the file that sends out the email when you validate(Links 1.1 =db.pl Links Beta =dbutilities.pl)find sub validate(somthing like that) and find the email part add this,
Your asigned ID number is $rec('ID')
Hope this helps,
Joey