thomstark
Forum Replies Created
-
Forum: Plugins
In reply to: [File Away] Date Modified Sort NewestAre you saying the Date Modified column isn’t in your file table?
Forum: Plugins
In reply to: [File Away] Videos 500 errorI assume your videos are too large for your server to handle zipping them up.
Forum: Plugins
In reply to: [File Away] Nonce failed errorsWell you shouldn’t be caching pages where the fileaway shortcode is used anyway. The file table is dynamic, not static.
It’s caching your nonce, which is a security string generated based on the time and user, among other elements. That is stored in a script on the page.
You need to tell your caching utilities not to cache pages where fileaway is in use.
Forum: Plugins
In reply to: [File Away] Show all files in subdirectories[fileaway type=table recursive=true]
Forum: Plugins
In reply to: [File Away] Show all files in subdirectories[fileaway recursive=true]
- This reply was modified 5 years, 3 months ago by thomstark.
Forum: Plugins
In reply to: [File Away] Apostrophes in FilenamesI and my hundreds of clients download files with apostrophes in the file name through File Away routinely without issue.
If you tell me about your server, how you are using file away, what your short code looks like, what your File Away settings are re: encryption and stats, etc. we can maybe narrow down a culprit.
Forum: Plugins
In reply to: [File Away] Documentation? Video Tutorials?Did you try all lower case “administrator” ?
“Administrator” is not the actual role name, but rather its label.
There are also text tutorials for every short code attribute in the tutorials tab of the File Away settings page.
Forum: Plugins
In reply to: [File Away] How disable upload options for subscribersThis is covered in the tutorials for the File Up shortcode in the Tutorials tab on File Away settings.
Forum: Plugins
In reply to: [File Away] How disable upload options for subscribers[fileup hidefrom="subscriber"]
Forum: Plugins
In reply to: [File Away] Nonce failed errorsDo you use SSL on your site? If so, is it enabled in the admin but not the front end? Are you forcing it at both ends?
Forum: Plugins
In reply to: [File Away] Large Images not WorkingNot a specific limit. Depends on a number of factors on your server side. Only thing you can do is manually include a thumbnail for that file or do what you did and generate it from a smaller file. You can upload your own thumbs for situations like that. That’s what I’ve found many users do.
Forum: Plugins
In reply to: [File Away] Directories don’t have dates so cannot sort by themWill add dates to directories in next update.
Forum: Plugins
In reply to: [File Away] Multiple Base DirectoriesYou only need one base directory. Use the
sub
attribute in your shortcode to extend the base. See tutorials if you have further questions.Forum: Plugins
In reply to: [File Away] Shortcode not work in the backendCorrect. Front-end only. You can make the page private and add
showto="administrator"
to your shortcode and only administrators will see the files.Forum: Plugins
In reply to: [File Away] Shortcode not work in the backendDo you mean you’re trying to load File Away on a wp-admin page? WordPress shortcodes are for front end only.