Download the PHP package i-lateral/silverstripe-childhubpage without Composer
On this page you can find all versions of the php package i-lateral/silverstripe-childhubpage. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download i-lateral/silverstripe-childhubpage
More information about i-lateral/silverstripe-childhubpage
Files in i-lateral/silverstripe-childhubpage
Package silverstripe-childhubpage
Short Description Simple Silverstripe module that shows child pages as either a list or grid
License BSD-3-Clause
Homepage https://github.com/i-lateral/silverstripe-childhubpage
Informations about the package silverstripe-childhubpage
Silverstripe Child Hub Page
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:
- Download a Zip or Tarball of this module
- Extract the module into a directory called "childhubpage" in your project
- Run http://www.yoursite.com/dev/build?flush=all
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
.