Title: File not shown
Last modified: October 23, 2016

---

# File not shown

 *  Resolved [JoJota](https://wordpress.org/support/users/jojota/)
 * (@jojota)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/file-not-shown/)
 * Hello,
 * I have encountered a strange behaviour with the fileaway shortcut. Files with
   the following pattern are not displayed for me:
 * [anything][two or more numbers]x[two or more numbers][file extension]
 * e.g. “a34234234aaaa47x99.txt” is not shown but “a34234234aaaa47x99k.txt” is.
 * Does anyone else has the same problem?

Viewing 1 replies (of 1 total)

 *  Plugin Author [thomstark](https://wordpress.org/support/users/thomstark/)
 * (@thomstark)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/file-not-shown/#post-8345356)
 * The file that isn’t showing up follows the regex pattern of WordPress image thumbnail
   files. You can open up `wp-content/plugins/file-away/lib/inc/inc.filters.php`
 * The line in question is line 13:
 * `$excluded = preg_match('/\d{2,}[Xx]\d{2,}\./', $file) ? true : false;`
 * You can comment that out like so:
 * `//$excluded = preg_match('/\d{2,}[Xx]\d{2,}\./', $file) ? true : false;`

Viewing 1 replies (of 1 total)

The topic ‘File not shown’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/file-away_e3e2e1.svg)
 * [File Away](https://wordpress.org/plugins/file-away/)
 * [Support Threads](https://wordpress.org/support/plugin/file-away/)
 * [Active Topics](https://wordpress.org/support/plugin/file-away/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/file-away/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/file-away/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [thomstark](https://wordpress.org/support/users/thomstark/)
 * Last activity: [9 years, 6 months ago](https://wordpress.org/support/topic/file-not-shown/#post-8345356)
 * Status: resolved