peterbenke / pb-notifications
Notifications for TYPO3 backend
Installs: 2 816
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 2
Open Issues: 5
Type:typo3-cms-extension
Requires
- friendsoftypo3/fontawesome-provider: ^1.0
- typo3/cms-core: ^12.4
README
Description
This extension manages notifications for editors in the backend.
Introduction
What does it do?
This extension manages notifications for editors in the backend.
- You can create two types of notifications (information / warning).
- Select the backend user groups, which should see this notification (leave empty for all users)
- Add up to 3 images to your notification to illustrate the information
- Configure (extension configuration), if a popup will be shown after the user logs into the backend, if he has unread notifications
The editors get a list of notifications in the TYPO3 backend. If there are new, unread notifications, they will see a coloured icon according to that in the top-bar inside the TYPO3 backend.
Screenshots
![Screenshot 01] https://raw.githubusercontent.com/peterbenke/pb_notifications/refs/tags/12.4.0/Resources/Public/Screenshots/screenshot-01.png
![Screenshot 02] https://raw.githubusercontent.com/peterbenke/pb_notifications/refs/tags/12.4.0/Resources/Public/Screenshots/screenshot-02.png
![Screenshot 03] https://raw.githubusercontent.com/peterbenke/pb_notifications/refs/tags/12.4.0/Resources/Public/Screenshots/screenshot-03.png
![Screenshot 04] https://raw.githubusercontent.com/peterbenke/pb_notifications/refs/tags/12.4.0/Resources/Public/Screenshots/screenshot-04.png
Administration
Installation
Install this extension via composer
composer req peterbenke/pb-notifications
Configuration
- Create a sysfolder, where the notifications will be stored
- Go to extension configuration and input the uid of this sysfolder and the number of notifications, which should be displayed in the top bar inside the TYPO3 backend
- In the extension configuration you have the possibility to force, that a popup will be shown, after the user logs into the backend, if he has unread notifications
UsersManual
Create your notifications in your created sysfolder (see also chapter configuration). Add up to 3 images to your notification to illustrate the information.
Create also backend user groups, which should see this notification (leave empty for all users).
Do not forget to allow these users toi see the module.
Do not forget to add up to 3 images to your notification to illustrate the information.
KnownProblems
None at the moment.