MODX EXTRA
Frontbar
Frontbar displays an admin toolbar in the front end.
Creator: Treigh (treigh)
1.2.0-beta (20 KB) Other Versions Need help installing this extra?About Frontbar
Frontbar is an extra for MODX Revolution that displays an admin toolbar in the front end for logged in users.
Usage example:
Simply call Frontbar
uncached inside the body
tag of your template.
Available properties:
position
=> Set to bottom to position Frontbar at the bottom of the page. Defaults to top.
tpl
=> Name of the chunk serving as template. Default is Frontbar.
Information
Instructions
Download from within the MODX Revolution manager via [Package Management](https://rtfm.modx.com/revolution/2.x/developing-in-modx/advanced-development/package-management).
New in Frontbar 1.2.0-beta
Frontbar 1.2.0-beta (June 11, 2019)
- Fixed inconsistent manager session check
- Dropped JS and JQuery
- Dropped Semantic UI dependency
- Switched to CSS-only Bulma for styling
- Additional code cleanup
Frontbar 1.1.0-beta (September 11, 2016)
- Added option to change Frontbar position
- Added Template Edit menu item
- Switched to CDN for dropdown styles
- More enhancements + bug fixes