Page 1 of 1

Adding to Office file type

Posted: 18 May 2011 13:42
by acheton
Hi there,

I want to add a new extension to the "office files" find files type filter. According to the help file I can adjust some of these in the Previewed Formats section - however in this section office documents are lumped together with Web. Is there any easy way of adding a file type to this filter or even adding a new custom filter please?

thanks,


Ach

Re: Adding to Office file type

Posted: 18 May 2011 13:45
by admin
Try this tweak:

Code: Select all

OfficePreviewCustomExtensions=...
What file type is it?

Re: Adding to Office file type

Posted: 18 May 2011 14:05
by acheton
admin wrote:Try this tweak:

Code: Select all

OfficePreviewCustomExtensions=...
What file type is it?
Thanks for the quick reply - I want to add *.pdf to the list (I know its not a MS Office extension). I haver added this tweak to the config file under the general section in both of the following ways and neither works:

Code: Select all

OfficePreviewCustomExtensions=*.pdf

Code: Select all

OfficePreviewCustomExtensions=pdf
am I doing it right?

Re: Adding to Office file type

Posted: 18 May 2011 14:16
by admin
This works fine here:

Code: Select all

OfficePreviewCustomExtensions=pdf
You know how to tweak?

Re: Adding to Office file type

Posted: 18 May 2011 15:09
by acheton
admin wrote:You know how to tweak?
The steps I am taking are:

1. Opening the config file
2. Adding the line requested and saving the file
3. selecting restart without saving to load the revised config file

Is that all I need to do?

Re: Adding to Office file type

Posted: 18 May 2011 15:17
by admin
acheton wrote:
admin wrote:You know how to tweak?
The steps I am taking are:

1. Opening the config file
2. Adding the line requested and saving the file
3. selecting restart without saving to load the revised config file

Is that all I need to do?
Wrong. See here: http://www.xyplorer.com/xyfc/viewtopic.php?f=10&t=3543

Re: Adding to Office file type

Posted: 18 May 2011 16:09
by acheton
Great thanks - that works fine!