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

Re: [Michael_Bray] How to nest template tags?

Quote Reply
Re: [Michael_Bray] How to nest template tags? In reply to
Try a simple global:

get_url_value
Code:
sub {
use LWP::Simple;
return get($_[0]);
}

Call with:

Code:
<%set get_url = "http://www.braydigital.com/videos/Detailed/movie.php?movie="%>
<%set get_url .= $video%>
<%get_url_value($get_url)%>

That should do it :)

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 How to nest template tags? Michael_Bray 4645 Feb 27, 2009, 5:26 AM
Thread Re: [Michael_Bray] How to nest template tags?
Andy 4563 Feb 27, 2009, 5:39 AM
Thread Re: [Andy] How to nest template tags?
Michael_Bray 4526 Feb 28, 2009, 1:40 AM
Post Re: [Michael_Bray] How to nest template tags?
Andy 4507 Feb 28, 2009, 1:51 AM
Post Re: [Michael_Bray] How to nest template tags?
brewt 4537 Feb 27, 2009, 10:48 AM