Plugin: PD Fileformat
Posted: 03 April 2009 05:53 AM   [ Ignore ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1165
Joined  02-15-2008

I searched for one, but couldn’t find it - so here’s my first plugin effort.

Dead simple - if you fire in a file location it will return the extension of that file. Useful if you want to apply a class/show an icon for that file type - as used in the project I made it for:

{exp:pd_fileformat}{presentation_file}{/exp:pd_fileformat} 

You can get it here.

 Signature 

Andy Harris | Pepper Digital | Malvern, UK | Twitter

Profile
 
 
Posted: 03 April 2009 06:44 AM   [ Ignore ]   [ # 1 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  13725
Joined  04-15-2006

Hi Andy,

Thanks for sharing this I’m sure it will come in handy for a lot of people.

I unfortunately can’t check it out at the moment so I’m just wondering - does this just retrieve the end segment of the file and let you know what the extension is or does it actually check the file out to find out what it is?

Best wishes,

Mark

 Signature 

Shopping Cart Plugin | Full List Of Add-Ons | About Me
——————————————————————————————
2.x Bug Tracker | Upgrade Errors

Profile
 
 
Posted: 03 April 2009 06:52 AM   [ Ignore ]   [ # 2 ]  
Lab Technician
Avatar
RankRankRankRank
Total Posts:  1165
Joined  02-15-2008

It’s as simple as can be - works as per:

$format substr($file_pathstrrpos($file_path'.') + 1); 
 Signature 

Andy Harris | Pepper Digital | Malvern, UK | Twitter

Profile
 
 
Posted: 03 April 2009 06:54 AM   [ Ignore ]   [ # 3 ]  
Professor
Avatar
RankRankRankRankRankRankRank
Total Posts:  13725
Joined  04-15-2006
Andy Harris - 03 April 2009 10:52 AM

It’s as simple as can be - works as per:

$format substr($file_pathstrrpos($file_path'.') + 1); 

Ah right, no problems. Thought it might be as checking file types is not the easiest thing in the world.

Nice little plugin though and I’m sure it will come in very handy at some point so thanks for sharing.

Best wishes,

Mark

 Signature 

Shopping Cart Plugin | Full List Of Add-Ons | About Me
——————————————————————————————
2.x Bug Tracker | Upgrade Errors

Profile
 
 
Posted: 21 June 2009 12:30 AM   [ Ignore ]   [ # 4 ]  
Lab Assistant
Avatar
RankRank
Total Posts:  183
Joined  05-15-2008

Works just as expected - thanks!

Manoj

 Signature 

Austin, TX Web Development
manojthomas.com

Profile