chivick258
Dike Your folders cant show up on your xtgem site but you can show the files in a folder with a filelist code.
Copy this filelist code to the page you want your files to show up.
<xt:filelist sort_type="name" sort_dir="desc" folder="XXXX" template="<div style="border:1px solid red;">Name: .file_name_parsed.<br/>Size: .file_size.<br/><center><a href=".file_url.">DOWNLOAD</a></center></div>" per_page="10" />
Copy code
Note:Change the XXXX to the folder that contain your files.