Page 1 of 1

Filter question

Posted: Mon Sep 01, 2003 10:50 am
by g00fy
How do I make a filter that:

List all posts of a certain search-criterium (subject contains *postname*)
But only select a certain extension for download (only download *.exe)

So I will be able to manually mark par-files for download when needed?

Thanks,

G00fy.

Posted: Wed Sep 03, 2003 1:59 pm
by alex
subject contains postname "extract"
subject contains .exe "extract"

if several extensions .exe|.mp3|.avi ... (boolean wildmat)