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

Re: [cdkrg] Random global

Quote Reply
Re: [cdkrg] Random global In reply to
Both,
Global is call in your pages via the global name tag <%random_link%>

('random_link', $link); is the Template name.

Global displays the random_link.html template which holds what you want to display.
i.e. Logo for instance
<a href="<%db_cgi_url%>/jump.cgi?ID=<%ID%>" target="_blank">
<img src="<%build_images_url%>/logo/<%Logo%>" border="0" width="120" height="90"></a>

So place the <%random_link%> on the page were you want the random link to be displayed.
Make up a template with the code you need displayed [ as above] and put the random_link.html template in the template directory.
Change the global to display 5,10 or how many links you want and it should be good to go.

Regards

minesite

Last edited by:

minesite: Jul 26, 2004, 4:58 AM
Subject Author Views Date
Thread Random global cdkrg 2876 Jul 24, 2004, 9:10 PM
Thread Re: [cdkrg] Random global
minesite 2818 Jul 24, 2004, 10:18 PM
Thread Re: [minesite] Random global
cdkrg 2808 Jul 26, 2004, 4:38 AM
Thread Re: [cdkrg] Random global
minesite 2825 Jul 26, 2004, 4:53 AM
Thread Re: [minesite] Random global
cdkrg 2795 Jul 27, 2004, 10:40 PM
Thread Re: [cdkrg] Random global
minesite 2790 Jul 27, 2004, 10:50 PM
Post Re: [minesite] Random global
Dorette 2738 Feb 7, 2005, 1:29 PM