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

Claim Link: Replacing display_link with link info?

Quote Reply
Claim Link: Replacing display_link with link info?
hello

can anyone tell me how to make the claim link plugin pass through the actual link information through to the page (making all its variables available in the page) instead of just displaying an already formatted link within the page and having no access to the individual variables?

this is the code that seems to control it, but I don't know what to do.

Code:
my $link_html = Links::SiteHTML::display('link', $link);

print $IN->header();
print Links::SiteHTML::display('claim_form', { display_link => $link_html });

thanks

r

Last edited by:

ryel01: Mar 21, 2004, 3:25 AM
Subject Author Views Date
Thread Claim Link: Replacing display_link with link info? ryel01 1836 Mar 21, 2004, 3:24 AM
Post Re: [ryel01] Claim Link: Replacing display_link with link info?
minesite 1767 Mar 21, 2004, 7:53 AM