Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [Evoir] Image call on category page

Quote Reply
Re: [Evoir] Image call on category page In reply to
If you would like it as a static link to the category image, then try this global:

Code:
sub {
my $tags = shift;
my $tbl = $DB->table( 'Category' );
my $fh = $tbl->file_info( 'Image', $tags->{ID} );
my $link = "/content/image_cat".$fh->File_RelativePath();
undef $fh;
return $link;
}

Regards,
Chanelle
-- Gossamer Threads, Inc.
Subject Author Views Date
Thread Image call on category page Evoir 2116 Aug 6, 2002, 8:07 PM
Thread Re: [Evoir] Image call on category page
ryel01 2082 Aug 6, 2002, 8:13 PM
Thread Re: [ryel01] Image call on category page
Evoir 2070 Aug 6, 2002, 9:43 PM
Thread Re: [Evoir] Image call on category page
Evoir 2060 Aug 6, 2002, 10:35 PM
Thread Re: [Evoir] Image call on category page
Evoir 2059 Aug 6, 2002, 11:00 PM
Post Re: [Evoir] Image call on category page
chanelle 2048 Aug 7, 2002, 2:52 PM
Post Re: [Evoir] Image call on category page
Evoir 2061 Aug 6, 2002, 10:02 PM