verdigado / multisite
Optimizing TYPO3 for multisite operation
0.0.8
2022-11-30 16:50 UTC
Requires
- typo3/cms-core: ^10.4
README
Introduction
This extension optimises TYPO3 for multisite.
It enables in TYPO3 the so called rootpid idea.
Tables will extended with the column rootpid. The columns rootpid contains the id of the current website.
While saving a record, the rootpid will set and updated automatically.
A cron job enables to update rootpids regularly for example once a day.
Advantages of a rootpid
If you want to know, which news are owned by the current website, you need one SQL query only.
Administrators will see in a TCA form relations of records, which are ownded by the current website only.
Requirements
If you like the rootpid idea for your extension or your tables, you must configure ...
See details at the Documentation