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

Re: [LGJ31] Changing output in random links global

Quote Reply
Re: [LGJ31] Changing output in random links global In reply to
Just change this line:

$output .= Links::SiteHTML::display ('link', $link);

to $output .= Links::SiteHTML::display ('new_link', $link);

and then create a new template called new_link.html and put your Title, Description or whatever variables you want to be displayed. I have about 5 different link formats set up this way and it works great.

Bryan
Subject Author Views Date
Thread Changing output in random links global LGJ31 5549 Jan 23, 2002, 5:57 PM
Thread Re: [LGJ31] Changing output in random links global
BryanL 5446 Jan 23, 2002, 8:23 PM
Thread Re: [BryanL] Changing output in random links global
LGJ31 5453 Jan 23, 2002, 9:27 PM
Thread Re: [LGJ31] Changing output in random links global
Bruha 5078 Nov 18, 2006, 1:57 PM
Thread Re: [Bruha] Changing output in random links global
Dinky 5099 Nov 18, 2006, 9:18 PM
Thread Re: [Dinky] Changing output in random links global
Bruha 5123 Nov 18, 2006, 11:57 PM
Thread Re: [Bruha] Changing output in random links global
Dinky 5098 Nov 20, 2006, 7:59 PM
Thread Re: [Dinky] Changing output in random links global
Bruha 5095 Nov 21, 2006, 12:01 AM
Thread Re: [Bruha] Changing output in random links global
Dinky 5069 Nov 21, 2006, 12:37 AM
Post Re: [Dinky] Changing output in random links global
Bruha 5017 Nov 21, 2006, 2:17 AM