i-lateral / silverstripe-compactnavigator
A Silverstripe module that adds a simple, themable admin menu to the front end of a site (when you are logged in)
Installs: 1 509
Dependents: 1
Suggesters: 0
Security: 0
Stars: 8
Watchers: 4
Forks: 2
Type:silverstripe-module
Requires
- silverstripe/framework: >=3.1
This package is auto-updated.
Last update: 2024-10-20 22:45:50 UTC
README
Frontent, themable, admin menu for the Silverstripe CMS, allowing quick access to admin, edit and draft/live links from the front end of your site.
Author
This module was created by i-lateral.
Installation
Install this module either by downloading and adding to:
[silverstripe-root]/compactnavigator
Then run: http://yoursiteurl.com/dev/build/
Or alternativly add to your projects composer.json
Usage
Once installed, simply add the template variable $SSCompactNavigator to your Page master template (preaferable just after the opening body tag), EG:
<head>
...
</head>
<body>
$SSCompactNavigator
...
</body>
If you are in development mode, then the menu will appear at all times in your templates.
Once you are in live mode, the menu will appear once you have logged in.