purplespider/basic-files-page

Basic Files Page functionality

dev-master 2021-11-16 10:50 UTC

This package is auto-updated.

Last update: 2024-04-16 16:11:10 UTC


README

Introduction

Provides basic files page functionality to a SilverStripe site.

Designed to provide a simple, fool-proof way for users to add multiple file download links to a single page.

A "Files" tab in the CMS, allows CMS users to bulk upload multiple files which are then assigned to the page. The files are managed in a GridField, each file item contains a "Link Title" and the File itself. The template then displays links to all the files.

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.

Note: This is similar to my File Listing Page module, but this one has the files associated with the page, rather than a folder, so the files are managed while editing the page, and not in the Files area. This module also allows you to set the order the download links display in, but can't support a folder hierarchy, only a flat list of links.

Maintainer Contact

Requirements

  • Silverstripe 4.4+

Installation Instructions

  1. Run composer require purplespider/basic-files-page
  2. Do a dev/build

Usage Instructions

  1. Log in the CMS, and create a new Files Page.
  2. From the page's Files tab you can upload one or more files.
  3. You can then click on a file to customise the link text, or reorder the files.

Screenshot

Screenshot

Credits