The Shortcut module for Backdrop CMS provides a persistent toolbar that lets users manage personalized shortcut links without leaving the current page. Inline AJAX controls make it easy to add links, re-enable disabled items, or temporarily hide shortcuts from view.
Features
- Displays a sticky toolbar with quick links tailored to each user.
- Lets every user manage independent shortcut sets without a shared configuration screen.
- Inline button toggles allow add, enable, and disable actions without page reloads.
- Color picker support gives each set its own active-toolbar background hue.
- Confirmation dialog prevents accidental disables while keeping the UI steady.
- Respects Backdrop permissions so only authorized users can manage shortcuts.
Installation
- Place the
shortcutdirectory inside your Backdropmodulesfolder (for examplemodules/contrib). - Visit
Admin > Functionalityand enable the Shortcut module. - Clear caches to ensure the toolbar library (CSS/JS) loads correctly.
Configuration
There is no central settings page for this module. Each authenticated user configures their own shortcut sets from their account area, including the toolbar highlight color.
- Assign the Manage own shortcuts permission to roles that should maintain their toolbar.
- Optionally grant Administer shortcuts to site managers who need to edit sets for other users.
Usage
- Open any page while authenticated; the shortcut toolbar appears at the bottom by default.
- Use the inline manage button next to each shortcut to add a link, re-enable a disabled entry, or disable it after confirmation.
- Visit
User > Shortcutsto organize sets, rename collections, pick a toolbar highlight color, or activate a different default set.
Troubleshooting
- If the toolbar does not appear, verify permissions and clear caches so updated libraries load.
- AJAX actions require valid CSRF tokens; log out and back in if you encounter token errors.
- Theme overrides may hide the toolbar; ensure templates include
page_bottomor the relevant hooks.
Maintainers
This module is created and maintained by Alan Mels of AltaGrade.com. Contributions and issue reports are welcome.
Credits
Built from the ground up for Backdrop CMS, this project revives the Shortcut experience that core removed as "a feature not used by the majority of websites". By bringing the tool back as a contributed module, it delivers richer controls, per-user customization, and a modernized toolbar that outpaces the original implementation.