SFL – Base – Changelog Archive
Changes prior to version 5 = 4.4.9 = = 4.4.8 = = 4.4.7 = = 4.4.6 = = 4.4.5 = = 4.4.4 = = 4.4.3 = = 4.4.2 = = 4.4.1 = = 4.3.6 = = 4.3.5 = = 4.2.15 = = 4.2.13 = = 4.2.12 = = 4.2.11 = = 4.2.10 = = 4.2.8 … Read more
WordPress Plugin | Show a List of Files on Your Website
Changes prior to version 5 = 4.4.9 = = 4.4.8 = = 4.4.7 = = 4.4.6 = = 4.4.5 = = 4.4.4 = = 4.4.3 = = 4.4.2 = = 4.4.1 = = 4.3.6 = = 4.3.5 = = 4.2.15 = = 4.2.13 = = 4.2.12 = = 4.2.11 = = 4.2.10 = = 4.2.8 … Read more
Simple File List Pro will periodically check to be sure that the plugin is properly registered. It needs to do this to be sure that the current domain or local admin email matches an existing record. Copies of SFL can be moved, copied or refunded. SFL uses WordPress transients to keep track of when the … Read more
When users download files through Simple File List (SFL), their browser determines how the file is handled. Depending on the file type and the browser’s settings, the file might automatically open, download, or prompt the user to choose an action. This article explains why this happens and provides tips for testing and adjusting browser behavior. … Read more
Simple File List is meant to take on your website’s theme appearance by default. Without any modifications to the style, it should look presentable on your WordPress website. However, if you wish to adjust the appearance you can use CSS within your website’s theme. By targeting the following HTML elements, you can over-ride the built-in … Read more
You can change the styling of the file list and upload form by adding CSS to your theme file. The trick is to target the proper HTML elements. Here are some basic CSS snippets for easy copy-pasting. Specify the Width of the List To control the overall width of the file list, use this style … Read more
Occasionally I get asked how to show only the last 5 or so files in a list. There is no setting for this, but if you use the Simple File List Search extension with SFL Pro, you can accomplish this with a little work. First, use shortcode attributes to sort the list and show only … Read more
DRAFT Simple File List stores data related to a file list in two places; the file list array the file list settings array. The settings array contains information that defines how the file list appears and behaves, while the file list array contains information about each file and folder. This article should help you understand … Read more
Simple File List includes numerous hooks you can use in order to extend its functionality and integration with your theme or other plugins. In addition knowing when an action occurred, SFL custom hooks also return an array containing messages related to the action process. File Uploads Hooks These hooks will fire after a successful file … Read more
The latest major release of the best file sharing plugin for WordPress is here. Simple File List 6 brings many new features and improvements that people have been asking for. New Features and Improvements Major UI and Code Base Improvements This version began by focusing on sweeping improvements to the eeSFL core. Version 6 code … Read more
Security is a major focus for Simple File List. Because by its very nature this plugin allows access to the file system, great care is taken to ensure hackers cannot easily abuse your website and web server. A major threat to anyone allowing adding or editing files on the disk from a publicly accessible website … Read more
When you install Simple File List the plugin will create a new directory within your WordPress uploads directory intentionally separate from the WordPress Media Library. The default location is: The Pro version allows you to change this location, as long as it remains relative to your WordPress home folder. No matter where you put this … Read more
Simple File List Pro offers an extra tab within the Admin File List to give you access to some helpful troubleshooting and cleanup tools. Reset the File Array The plugin stores data about each file within an array stored in the WordPress database, such as nice names, descriptions, the date added and owner information. You … Read more
The Admin File List, on the back-end of your site, serves as the main location to manage your files and lists. Here you can add, edit and delete anything in the list. Upload Files Click this button to open the upload form. Click it again to close it. Re-Scan Files Click the re-scan button to … Read more
Hosting Apache, Ngnix* or Microsoft IIS* IMPORTANT – Your web host must honer the WordPress ABSPATH constant. Most do. * Simple File List cannot automatically create direct-linking (hot-linking) protection on these platforms. You must manually protect each directory as needed. PHP Requires PHP 7 or Up WordPress Requires WordPress 5 and Up NOTE – WordPress … Read more
Here’s a neat trick you can use if you want to completely hide a folder, both front and back. Navigate to the folder you want to hide using FTP or your web host’s file manager application. Be sure its setting for “Show Hidden Items” is ON. You should be able to see the .thumbnails folders. … Read more
This article is written with the WordPress plugin; Simple File List in mind, but applies equally to most other plugins as well. Simple File List is written in English, but supports a number of additional languages. I don’t speak more than one language, so I rely on an app to get me started and then … Read more
WordPress shortcodes are an ingenious way to add complex theme and plugin functionality to your website. You just put the shortcode snippet directly into your content and when your page is shown, WordPress swaps the shortcode snippet with the functionality defined within it. 1 ThumbNameSizeDate newsletter-icon.jpg image/jpegnewsletter-icon.jpg Open Download Copy Link 74.41 KB 2025-11-19 November … Read more
I created this FREE WordPress plugin which adds a basic front-end login to any page, post or widget. Upon login, the page redirects to a place you choose. It also can block access to the back-end and hides the Admin Bar for selected WordPress roles. This plugin is for when you want your users to … Read more
Getting Started An overview of the steps to get File Access Manager working. 1) Activate the File Access Manager Make sure the main Simple File List plugin is active, then activate the File Access Manager extension plugin. Go to the File List Pro settings menu. 2) Select the Mode You will see this dialog asking … Read more
Yes File and folder naming is something I struggle with continually. European and eastern languages are a particular challenge. Unfortunately, file naming rules are different for each operating system, as well as for HTTP. What works on your machine, might not work as a URL. So I do my best. Whatever you upload or add … Read more
Many have asked how to show people their files, but not allow them to download copies for themselves. This sounds like a reasonable request. Unfortunately, you cannot prevent this. You can prevent access to files behind a login, but once you reveal the file contents, it can be copied. When a user views an image, … Read more
Some website owners do not want anyone from outside their own site to be able to access the files in their list directly, sometimes called “hot linking”. You can prevent this by using an .htaccess file.
Sometimes it might be helpful to make the website visitor tick a checkbox to accept terms before allowing a file upload. You must check this box before you can upload a file. Go ahead, check it. If you are at all comfortable with doing a little coding, this can be accomplished with some simple JavaScript … Read more
Send an email notification when a file is uploaded on the front-side of the website. Check the box to enable notifications. Notice Recipients Notice EmailSend an email here whenever a file is uploaded. Separate multiple addresses with a comma. Copy to EmailCopy notice emails to these addresses. Separate multiple addresses with a comma. Blind Copy … Read more
If you have the zip file of a newer version of a plugin, you can manually update it as opposed to using the built-in updater. Here’s how… Deactivate the current plugin. If you want to save it, use a file manager or FTP to download it. Now Delete the plugin. This only affects the plugin … Read more