Skip to content

rsanchez/parse_file_paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Parse File Paths

Parses {filedir_X} variables. Works great with query module and activerecord plugin, and any other add-on that outputs raw channel data.

Installation

  • Copy the /system/expressionengine/third_party/parse_file_paths/ folder to your /system/expressionengine/third_party/ folder

Usage

{exp:query sql="SELECT field_id_1 AS file FROM exp_channel_data"}
{exp:parse_file_paths}
	{file}
{/exp:parse_file_paths}
{/exp:query}

About

Parses {filedir_X} variables.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages