Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?

Quote Reply
Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database? In reply to
Shoot, that's a bug. =( Edit admin/Links/SiteHTML.pm and change:

my $code = eval "sub $sub { return Links::user_page ( '$file', shift, { dynamic => 1 } ); }";

to:

my $code = eval "sub $sub { my (\$vars, \$opts) = \@_; \$opts ||= { dynamic => 1 }; return Links::user_page ( '$file', \$vars, \$opts ); }";

and it should work.

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread howto add banner/textlink on the top off all category pages, based on a field in database? startpoint 2961 Sep 18, 2001, 2:46 AM
Thread Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?
startpoint 2858 Sep 18, 2001, 8:50 AM
Thread Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?
Alex 2875 Sep 18, 2001, 11:00 AM
Thread Re: [Alex] howto add banner/textlink on the top off all category pages, based on a field in database?
startpoint 2834 Sep 19, 2001, 3:48 AM
Thread Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?
Alex 2827 Sep 20, 2001, 8:19 AM
Thread Re: [Alex] howto add banner/textlink on the top off all category pages, based on a field in database?
startpoint 2772 Oct 1, 2001, 6:10 AM
Thread Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?
Alex 2766 Oct 1, 2001, 4:59 PM
Thread Re: [Alex] howto add banner/textlink on the top off all category pages, based on a field in database?
startpoint 2739 Oct 2, 2001, 4:35 AM
Thread Re: [startpoint] howto add banner/textlink on the top off all category pages, based on a field in database?
Alex 2732 Oct 2, 2001, 10:10 AM
Post Re: [Alex] howto add banner/textlink on the top off all category pages, based on a field in database?
startpoint 2727 Oct 2, 2001, 10:39 AM