Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

How do I email validated links?

Quote Reply
How do I email validated links?
I want to be able to email the link owners that I have manually validated/approved. Similar to "delete email reason" feature, but just the opposite. I want to welcome them to my links database and let them know their web site has been added. Is there a plug-in for this or a mod? or do I change something in the scripts?

Thanks,

Ribed
Quote Reply
Re: [Ribed] How do I email validated links? In reply to
Hi,

Do you mean something similar to a "resend welcome message" facility?

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Quote Reply
Re: [Ribed] How do I email validated/modified links? In reply to
I found how to do it. For those who don't know how:

go to admin/ and edit links.cfg scroll down to line #Email Options

change line: # Notify visitors automatically when their links are validated?
$db_email_add = 0;

to: # Notify visitors automatically when their links are validated?
$db_email_add = 1;

You can do the same for sending out messages automatically when the website has been modified.

Change the line: # Notify visitors automatically when their links are modified?
$db_email_modify = 0;

to: # Notify visitors automatically when their links are modified?
$db_email_modify = 1;
Quote Reply
Re: [Ribed] How do I email validated/modified links? In reply to
Quote:
I found how to do it. For those who don't know how:

go to admin/ and edit links.cfg scroll down to line #Email Options

Hi,

Thats Links 2 (flatfile), this is Gossamer Links 3.x (SQL) Wink

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!