georgringer / invero
Invero
Fund package maintenance!
georgringer
paypal.me/GeorgRinger/10
www.amazon.de/hz/wishlist/ls/8F573K08TSDG
Patreon
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 1
Open Issues: 2
Type:typo3-cms-extension
Requires
- php: >= 8.1 < 8.5
- typo3/cms-backend: ^12.4 || ^13.4 || ^14.0.x-dev
This package is auto-updated.
Last update: 2025-08-08 09:45:44 UTC
README
This extension is a collection of various improvements to the TYPO3 Backend:
- Bulk editing
- Record selector in toolbar
- Translated page tree
- Password meter for the backend
Using mostly XCLASS to achieve those features.
Usage
Supported TYPO3 Versions: 14-dev, 13.4 LTS, 12.4 LTS
- Install the extension, e.g. using
composer req georgringer/invero
. - Optionally: Disable the features in the Extension settings you don't want to use.
- Done, give feedback via slack/mail/personal talk
Why open source?
This extension is open source and free to use. If it improves your workflow or your editors enjoy using it, please consider supporting my work.
A suggested sponsorship amount is €250, but any contribution is appreciated.
Invoices can be provided — just reach out via email: mail@ringer.it. Your support helps keep this project alive and maintained for future TYPO3 versions.
Feature description
Bulk editing
Easily update multiple records at once. For example, hide several items or assign categories in just a few clicks.
Record selector in the toolbar
Quickly jump to any record table directly from the backend toolbar — no more endless scrolling.
Click to show video
record-selector.mp4
Translated page tree
Browse the page tree in any available backend language. Great for editors working in translated environments.
Click to show video
multilanguage-tree.mp4
Password meter for the backend
Clearly see which password rules are met before submitting — avoiding failed saves and frustration.
Click to show video
password.mp4
Be aware*: Every password input is sent to the server and can possibly be logged or similar.