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

Re: [pugdog] Days Old Plug In works okay?

Quote Reply
Re: [pugdog] Days Old Plug In works okay? In reply to
Ok,

In order to make this work with Links 2.1 (and maybe 2.05) you need to make the following change -- it's a change in the way the template parser works. It probably has impacted _all_ old plugins.

Change the first line of the subroutine from:

my $link = shift;

to

my $link = GT::Template->tags;

The parser no longer passes the tags as the first reference, you need to explicitly request them.




PUGDOG� Enterprises, Inc.

The best way to contact me is to NOT use Email.
Please leave a PM here.
Subject Author Views Date
Thread Days Old Plug In works okay? Pitman 6768 Apr 19, 2001, 10:44 AM
Thread Re: Days Old Plug In works okay?
katabd 6719 Apr 19, 2001, 11:34 AM
Thread Re: Days Old Plug In works okay?
Pitman 6693 Apr 19, 2001, 12:17 PM
Thread Re: Days Old Plug In works okay?
Clint 6615 Apr 19, 2001, 10:37 PM
Thread Re: Days Old Plug In works okay?
pugdog 6642 Apr 19, 2001, 11:43 PM
Thread Re: Days Old Plug In works okay?
Pitman 6596 Apr 21, 2001, 8:24 AM
Thread Re: Days Old Plug In works okay?
Robert_B 6616 Jul 11, 2001, 6:56 AM
Thread Re: Days Old Plug In works okay?
pugdog 6587 Jul 11, 2001, 12:10 PM
Thread Re: Days Old Plug In works okay?
pugdog 6561 Jul 12, 2001, 8:19 AM
Thread Re: Days Old Plug In works okay?
pugdog 6568 Jul 14, 2001, 2:40 AM
Thread Re: Days Old Plug In works okay?
Pitman 6560 Jul 14, 2001, 4:40 PM
Post Re: Days Old Plug In works okay?
pugdog 6562 Jul 14, 2001, 8:08 PM
Thread Re: Days Old Plug In works okay?
pugdog 6518 Jul 16, 2001, 1:20 AM
Thread Re: [pugdog] Days Old Plug In works okay?
pugdog 6326 Jan 1, 2002, 6:58 PM
Post Re: [pugdog] Days Old Plug In works okay?
pugdog 6312 Jan 2, 2002, 6:30 AM