A Simple File List; This function creates a list of links to the files in a named folder. There are settings for sort type, sort direction, folder and number of links per page.
soccer_opera.htmlshMessenger.jaropnext7.jarmedicaldic.jariBrowser File.jardictionary.jarWhatsApp.jarWeezywapMobileApp.jarWeezyantiviruz.zipWeezyUcWeb.jar<xt:filelist sort_type="name" sort_dir="desc" folder="/my/folder" template="" per_page="10" />Folders In The ListIf your filelist folder contains sub-folders each sub-folder should also contain its own index page with a copy of your filelist code.
Advanced FilelistUsing html you can also set a custom output template and filter.
NOTE: the reserved characters in your template MUST be converted to the NAMED html entity equivalent
< = & lt;
> = & gt;
& = & amp;
" = & quot;Forced DownloadYou can force a file to download instead of opening with a special "get" variable added to the file url
?xt_download=1Filelist Template Variables"parsed" option has underscores converted to spaces.
"base" option returns the file name without the extension.
.file_type. returns the name of the icon file (without .png extension) as used by the Xtgem filebrowser for that type of file.
.file_url.
.file_name.
.file_name_parsed.
.file_name_base.
.file_name_base_parsed.
.file_size. .file_size_kb. .file_size_mb.
.file_mime.
.file_type.
.file_date. .file_time. .file_datetime.Filterfilter="...."Enter your filter text, Use the query (?) to replace any one character, Use the asterisk 0 to replace any sequence or string of characters. If the first character in the filter is minus 0 the filter will become negative.