i-lateral/silverstripe-childhubpage

Simple Silverstripe module that shows child pages as either a list or grid

Installs: 3 135

Dependents: 2

Suggesters: 0

Security: 0

Stars: 2

Watchers: 3

Forks: 1

Open Issues: 0

Language:Scheme

Type:silverstripe-vendormodule

2.0.4 2023-01-06 17:09 UTC

This package is auto-updated.

Last update: 2024-04-06 20:04:17 UTC


README

Simple page type to allow displaying child pages of this page as a "Hub Page", that can be viewied as either a "list" or "grid".#

This allows for a simple, more visual way of creating more complex site trees, without adding lots more complexity to the CMS.

Author

This module was created by ilateral.

Installation

You can install this module either manually or via composer.

Via composer

The default way to do this is to use composer, via:

composer require i-lateral/silverstripe-childhubpage

From source / manually

You can download this module either direct from the Silverstripe addons directory or Github.

If you do, then follow this process:

Usage

Once installed, you can add a "Child Hub Page" page in the CMS, then add child pages below it.

Changing display modes

You can view child pages of a ChildHubPage in two states:

  • List
  • Grid

By default, child pages are shown as a Grid, but if you want to change this to display as a list then navigate to your ChildHubPage in the admin and click settings, finally select List from the dropdown.

Adding a sidebar

You can add a sidebar to your hubpages (which can be useful if you are nesting multiple levels of hub pages).

To do this, navigate navigate to your ChildHubPage in the admin and click settings. Finally, click Show Sidebar.