Show attachments inline

Post Reply
tommyd
Posts: 1
Joined: Fri Sep 15, 2006 2:50 am
Location: Netherlands

Show attachments inline

Post by tommyd »

How can I change the default file extensions shown inline?
alex
Posts: 4543
Joined: Thu Feb 27, 2003 5:57 pm

Post by alex »

the syntax is boolean wildmats, the same as described here http://www.netwu.com/ue/help/patterns.htm

so if e.g. you want to leave only nfo and txt extensions you can use

*.nfo|*.txt

or even

.nfo|.txt

since the asterisk is not actually needed

in short you can put in properties->articles->show attachments inline anything within the revised in v1.7 boolean wildmat syntax

| in boolean wildmats means OR (so you cannot use something like "*.nfo, *.txt" or "*.nfo *.txt" because it won't give any matches)
Post Reply