Gossamer Forum
Home : Products : DBMan SQL : Discussion :

Real Image path please

Quote Reply
Real Image path please
Please anybody help to get the real image path

I´ve found an global from linkssql that does that

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

Can anybody help to make this work in dbmansql

It will be very usefull for a lot of people as I see in this forum
Subject Author Views Date
Thread Real Image path please assombracao 4540 Aug 23, 2005, 10:23 AM
Thread Re: [assombracao] Real Image path please
assombracao 4383 Aug 24, 2005, 1:01 PM
Thread Re: [assombracao] Real Image path please
assombracao 4332 Aug 25, 2005, 4:11 AM
Post Re: [assombracao] Real Image path please
assombracao 4262 Aug 26, 2005, 12:01 PM