Weezy
CampusGizt Copy the filelist code below ..Create a folder named
thumbs directly in your filebrowser @
http://xtgem.com/filebrowser ..thats where u will be uploading all the thumbnail/images ..assuming the name of the file you want to upload or already uploaded is
Wizkid_ft._Davido_-_come_here.mp3 ..then when u upload the thumbnail image in the '
thumbs' folder ..rename the image to the exact name of the file then add .jpg immediately after the name like
Wizkid_ft._Davido_-_come_here.mp3.jpg ..so the image preview link in the filelist code will be like
<img src="/thumbs/.file_name..jpg" alt=".file_name." />
..
<center><xt:filelist sort_type="updated" sort_dir="desc" folder="/FOLDER" template="<div class='zip'><div class='arrow'><table cellspacing='0px'><tr align='middle'><td align='left'><img src='/thumbs/.file_name..jpg' alt='.file_name_parsed.' class='full' height='60px' width='60px'/></td><td align='left'><a href='/download?file=.file_name.&name=.file_name_parsed.&category=.file_mime.&size=.file_size.&href=.file_url.&date=.file_date.&time=.file_time.'><b> [Music] .file_name_parsed. </b></a></td></tr></table></div></div>" filter="*.*" per_page="5" /><br/></center>
Copy code