Download the PHP package robbyahn/silverstripe-menumanager-subsites without Composer
On this page you can find all versions of the php package robbyahn/silverstripe-menumanager-subsites. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package silverstripe-menumanager-subsites
SilverStripe menu manager subsites integration
This module enables per subsite menu sets using Heyday's Menu Manager module.
Installation
Install via composer:
composer require guttmann/silverstripe-menumanager-subsites dev-master
No other configuration is required. Once installed any menu sets created will be linked to the currently selected Subsite at the time of creation.
Usage
Menu sets can still be accessed from templates via but if you want to ensure each Subsite only accesses its own MenuSets you can use this in your templates instead:
<% loop $SubsiteMenuSet("Your Menu Set").MenuItems %>
<a href="$Link" class="$LinkingMode">$MenuTitle</a>
<% end_loop %>
All versions of silverstripe-menumanager-subsites with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.2
composer/installers Version *
silverstripe/framework Version ~3.1
silverstripe/cms Version ~3.1
heyday/silverstripe-menumanager Version ~2.0
silverstripe/subsites Version ~1.0
composer/installers Version *
silverstripe/framework Version ~3.1
silverstripe/cms Version ~3.1
heyday/silverstripe-menumanager Version ~2.0
silverstripe/subsites Version ~1.0
The package robbyahn/silverstripe-menumanager-subsites contains the following files
Loading the files please wait ....