The_Netter
My file list code also include the index file when listing the other files I uploaded , please how can I remove the inclusion of the index file
Graham
The_Netter The filelist uses a single filter so either use
filter="-index"
to just exclude the index
or
filter="*.*"
to exclude ALL files that do NOT have a file extension
The_Netter
Graham Ok. Please how can I include a "jump to page" box in the file list.
Graham
The_Netter At its most simple just add this in a code block on your filelist page
<form action="<xt:url />" method="get">
<input name="__filelist_page" size="3" />
<input type="submit" value="jump" />
</form>
Copy code
Fashlyyoung
how can i show only a particular file out of all other files e. g fashwap.apk out of all other apk files
Lordeagle
Fashlyyoung Use the filename as the filter