Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Sies] Detail URL in an Email

Quote Reply
Re: [Sies] Detail URL in an Email In reply to
Hi,

You probably need a custom global to do it. Something like:

get_detailed_url
Code:
sub {
return $CFG->{build_detail_url} . "/" . $DB->table('Links')->detailed_url( $_[0] );
}

Then call with:

Code:
Your detailed page can be found here: <%get_detailed_url($ID)%>

Hope that helps.

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!
Subject Author Views Date
Thread Detail URL in an Email Sies 4566 Jul 26, 2012, 8:09 AM
Thread Re: [Sies] Detail URL in an Email
Andy 4435 Jul 26, 2012, 8:44 AM
Thread Re: [Andy] Detail URL in an Email
Sies 4431 Jul 26, 2012, 10:09 AM
Thread Re: [Sies] Detail URL in an Email
Andy 4422 Jul 26, 2012, 10:14 AM
Post Re: [Andy] Detail URL in an Email
Sies 4361 Jul 27, 2012, 6:42 AM