Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [pugdog] Image uploads filing incorrectly in v2.1

Quote Reply
Re: [pugdog] Image uploads filing incorrectly in v2.1 In reply to
Hi Pugdog,

Hopefully I'm doing what Alex has given correctly....I hope Crazy I've taken the following codes and placed them in the template globals:

sub {
my $tags = shift;
my $file = $DB->table('Links')->file_info('ColumnName', $tags->{ID}) or return "Link ID $tags->{ID} does not have a file attached.";
return $file->File_RelativePath();
}


and then placed <img src="/images/<%Portrait%>"> where the graphic should go. I then created three other identical subroutines in my template globals, but used a new name for each one such as 'Portrait2' and so on...

I didn't see anything in the codes that would need to be altered with the exception of the names. Shouldn't this work this way?

Thanks again,

Steve
Perl Hopefull
Subject Author Views Date
Thread Image uploads filing incorrectly in v2.1 stilton 20733 Feb 26, 2002, 6:18 AM
Post Re: [stilton] Image uploads filing incorrectly in v2.1
reenee 19678 Feb 26, 2002, 8:29 AM
Thread Re: [stilton] Image uploads filing incorrectly in v2.1
Alex 19860 Feb 26, 2002, 5:49 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
stilton 19663 Feb 26, 2002, 9:18 PM
Thread Re: [stilton] Image uploads filing incorrectly in v2.1
pugdog 19678 Feb 26, 2002, 11:48 PM
Post Re: [pugdog] Image uploads filing incorrectly in v2.1
stilton 19592 Feb 27, 2002, 12:33 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
stilton 19659 Feb 27, 2002, 1:57 PM
Thread Re: [stilton] Image uploads filing incorrectly in v2.1
Alex 19739 Feb 27, 2002, 2:39 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
stilton 19935 Feb 27, 2002, 4:37 PM
Thread Re: [stilton] Image uploads filing incorrectly in v2.1
Alex 19753 Feb 27, 2002, 4:43 PM
Post Re: [Alex] Image uploads filing incorrectly in v2.1
stilton 19561 Feb 27, 2002, 4:58 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
Sir Up 19397 Oct 3, 2002, 2:27 PM
Thread Re: [Sir Up] Image uploads filing incorrectly in v2.1
courierb 19434 Nov 5, 2002, 10:43 PM
Post Re: [courierb] Image uploads filing incorrectly in v2.1
courierb 19233 Nov 9, 2002, 4:39 PM
Thread Re: [Sir Up] Image uploads filing incorrectly in v2.1
calliope 19129 May 20, 2003, 7:25 AM
Thread Re: [calliope] Image uploads filing incorrectly in v2.1
pugdog 19087 May 20, 2003, 7:44 AM
Thread Re: [pugdog] Image uploads filing incorrectly in v2.1
calliope 19099 May 20, 2003, 7:54 AM
Post Re: [calliope] Image uploads filing incorrectly in v2.1
Andy 19007 May 20, 2003, 8:29 AM
Thread Re: [pugdog] Image uploads filing incorrectly in v2.1
calliope 15430 Jun 9, 2003, 2:22 AM
Thread Re: [calliope] Image uploads filing incorrectly in v2.1
pugdog 15483 Jun 10, 2003, 8:54 AM
Post Re: [pugdog] Image uploads filing incorrectly in v2.1
Andy 15386 Jun 10, 2003, 8:57 AM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
pugdog 19678 Feb 27, 2002, 7:17 PM
Thread Re: [pugdog] Image uploads filing incorrectly in v2.1
Alex 19772 Feb 27, 2002, 8:46 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
shalliday 19754 Mar 4, 2002, 7:19 PM
Thread Re: [shalliday] Image uploads filing incorrectly in v2.1
Alex 19646 Mar 5, 2002, 1:27 PM
Post Re: [Alex] Image uploads filing incorrectly in v2.1
Paul 19593 Mar 5, 2002, 1:31 PM
Thread Re: [shalliday] Image uploads filing incorrectly in v2.1
Rob Hernandez 19754 Mar 6, 2002, 10:58 AM
Post Re: [Rob Hernandez] Image uploads filing incorrectly in v2.1
Alex 19524 Mar 6, 2002, 1:52 PM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
courierb 15386 Aug 31, 2003, 8:42 PM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15510 Aug 31, 2003, 11:51 PM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15358 Sep 1, 2003, 3:29 AM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15440 Sep 1, 2003, 3:33 AM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15397 Sep 1, 2003, 8:23 AM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15446 Sep 1, 2003, 8:35 AM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15248 Sep 1, 2003, 6:36 PM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
courierb 15381 Sep 1, 2003, 7:03 PM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15531 Sep 2, 2003, 12:46 AM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15337 Sep 2, 2003, 6:01 AM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15369 Sep 2, 2003, 6:04 AM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15266 Sep 2, 2003, 7:21 PM
Thread Re: [courierb] Image uploads filing incorrectly in v2.1
Andy 15212 Sep 3, 2003, 12:22 AM
Post Re: [Andy] Image uploads filing incorrectly in v2.1
courierb 15117 Sep 3, 2003, 2:57 AM
Post Re: [courierb] Image uploads filing incorrectly in v2.1
Mizuno 15312 Sep 1, 2003, 8:38 AM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
pugdog 15428 Sep 1, 2003, 12:11 PM
Thread Re: [pugdog] Image uploads filing incorrectly in v2.1
Andy 15287 Sep 1, 2003, 12:14 PM
Thread Re: [Andy] Image uploads filing incorrectly in v2.1
pugdog 15328 Sep 2, 2003, 2:46 PM
Post Re: [pugdog] Image uploads filing incorrectly in v2.1
Andy 15139 Sep 3, 2003, 12:25 AM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
Payooo 15289 Feb 18, 2004, 5:11 AM
Thread Re: [Payooo] Image uploads filing incorrectly in v2.1
Alex 15230 Feb 18, 2004, 10:56 AM
Thread Re: [Alex] Image uploads filing incorrectly in v2.1
Payooo 15172 Feb 18, 2004, 11:23 AM
Thread Re: [Payooo] Image uploads filing incorrectly in v2.1
Payooo 12824 Mar 11, 2004, 12:57 PM
Thread Re: [Payooo] Image uploads filing incorrectly in v2.1
Swaylock 12846 Jul 24, 2004, 5:17 PM
Post Re: [Swaylock] Image uploads filing incorrectly in v2.1
Payooo 12594 Jun 23, 2006, 2:55 AM
Thread Re: [Payooo] Image uploads filing incorrectly in v2.1
brewt 12645 Jun 23, 2006, 1:49 PM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
theguy 12644 Jun 23, 2006, 2:06 PM
Post Re: [theguy] Image uploads filing incorrectly in v2.1
brewt 12532 Jun 23, 2006, 3:55 PM
Thread Re: [theguy] Image uploads filing incorrectly in v2.1
Swaylock 12638 Jun 23, 2006, 3:55 PM
Thread Re: [Swaylock] Image uploads filing incorrectly in v2.1
brewt 12600 Jun 23, 2006, 3:56 PM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
theguy 12640 Jun 23, 2006, 5:17 PM
Thread Re: [theguy] Image uploads filing incorrectly in v2.1
brewt 12642 Jun 23, 2006, 5:42 PM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
theguy 12603 Jun 24, 2006, 12:21 AM
Thread Re: [theguy] Image uploads filing incorrectly in v2.1
Payooo 12542 Jun 24, 2006, 6:04 AM
Thread Re: [Payooo] Image uploads filing incorrectly in v2.1
brewt 12619 Jun 25, 2006, 2:37 AM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
brewt 12538 Jun 25, 2006, 3:37 AM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
brewt 12627 Jun 26, 2006, 12:32 PM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
theguy 12529 Jun 26, 2006, 1:59 PM
Thread Re: [theguy] Image uploads filing incorrectly in v2.1
brewt 12577 Jun 26, 2006, 2:49 PM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
Payooo 12647 Jun 27, 2006, 4:06 AM
Post Re: [Payooo] Image uploads filing incorrectly in v2.1
brewt 12497 Jun 27, 2006, 10:55 AM
Thread Re: [theguy] Image uploads filing incorrectly in v2.1
brewt 12595 Jun 25, 2006, 2:36 AM
Thread Re: [brewt] Image uploads filing incorrectly in v2.1
theguy 12549 Jun 25, 2006, 8:14 AM
Post Re: [theguy] Image uploads filing incorrectly in v2.1
brewt 12536 Jun 26, 2006, 11:44 AM