concrete5-community / dashboard_favorites_manager
A ConcreteCMS package to manage, reorder, and remove dashboard favorites
Package info
github.com/concrete5-community/dashboard_favorites_manager
Type:concrete5-package
pkg:composer/concrete5-community/dashboard_favorites_manager
Requires
- concrete5/core: ^9.2
README
Dashboard Favorites Manager: the Concrete CMS missing feature!!
Dashboard Favorites Manager helps Concrete CMS users manage the existing dashboard favorites menu, which is not directly editable in the default interface.
The package adds a dedicated dashboard page where users can add, remove, reorder, import, and export their favorite dashboard links without manually editing user data.
It also adds an optional star button to the Concrete CMS toolbar. This button opens a quick menu with the current user's dashboard favorites, making frequently used dashboard pages easier to reach.
Favorites can be reordered with drag and drop in table, or with simple up and down controls on smaller screens. A real-time search feature makes it easy to find pages and add them to favorites in one single operation.
The toolbar menu can also include optional actions such as "Clear cache now!" and "Log out". These actions can be enabled or disabled from the package settings.
All settings are saved per user.
Installation
There are multiple ways to install this package.
With the Concrete CMS Marketplace
See the marketplace page of this package.
With composer
- run
composer require concrete5-community/dashboard_favorites_manager
- In the Concrete CMS dashboard, go to System & Settings > Extend Concrete > Add Functionality
- Find Dashboard Favorites Manager in the list of available packages and click Install.
Manually
- Go to the releases page page
- download the
dashboard_favorites_manager-v….zipfile attached to the releases - extract it into the
packagesdirectory of your Concrete CMS installation - In the Concrete CMS dashboard, go to System & Settings > Extend Concrete > Add Functionality
- Find Dashboard Favorites Manager in the list of available packages and click Install.
Usage
After installation, open Dashboard > Welcome > Dashboard Favorites Manager to manage your dashboard favorites and toolbar options.
Features
- Dedicated dashboard page to manage Concrete CMS dashboard favorites
- Add or remove dashboard pages from favorites
- Reorder favorites with drag and drop on desktop
- Reorder favorites with up/down controls on smaller screens
- Search dashboard pages before adding them
- Import favorites from JSON
- Export favorites to JSON
- Import report showing imported, existing, and unavailable items
- Optional toolbar star button for quick favorites access
- Optional "Clear cache now!" action inside the toolbar menu
- Optional "Log out" action inside the toolbar menu
- Per-user settings and favorites
- Automatically repairs malformed dashboard favorite data where possible
- Safe dashboard-only favorite links in the toolbar menu
License
This package is licensed under the GNU General Public License v2.0 only. See the LICENSE file for details.