purplespider/file-listing

Basic Download Page functionality, based on an assets directory

Installs: 1 094

Dependents: 0

Suggesters: 0

Security: 0

Stars: 5

Watchers: 2

Forks: 4

Open Issues: 2

Type:silverstripe-vendormodule

2.0.4 2021-08-06 15:26 UTC

This package is auto-updated.

Last update: 2024-03-26 14:21:57 UTC


README

Scrutinizer Code Quality

Introduction

Provides basic "multiple file download" page to a SilverStripe site.

Designed to provide a simple, fool-proof way for users to add multiple file downloads to a page on their website.

This module has been designed to have just the minimum required features, to avoid bloat, but can be easily extended to add new fields if required.

Maintainer Contact

Requirements

  • Silverstripe 4.4+

(For Silverstripe 3.* support, use ^1.0)

Installation Instructions

  1. Run composer require purplespider/file-listing ^2.0 to install the module
  2. Visit /dev/build to rebuild the database.
  3. Log in the CMS, and create a new File Download Page page.

Features

  • Choose an assets sub folder from a dropdown in the CMS
  • The page will then list all the files within that folder, along with download links and image previews
  • Button on CMS page, takes users straight to that assets folder to manage files
  • Supports subfolders
  • Lightbox support