https://github.com/b13/link2language
Allows to set links to a specific language of a page in FormEngine and the RTE link selector
https://github.com/b13/link2language
Last synced: over 1 year ago
JSON representation
Allows to set links to a specific language of a page in FormEngine and the RTE link selector
- Host: GitHub
- URL: https://github.com/b13/link2language
- Owner: b13
- License: gpl-2.0
- Created: 2017-01-26T10:18:37.000Z (over 9 years ago)
- Default Branch: main
- Last Pushed: 2024-10-17T12:51:02.000Z (over 1 year ago)
- Last Synced: 2025-03-30T21:13:41.213Z (over 1 year ago)
- Language: PHP
- Size: 77.1 KB
- Stars: 17
- Watchers: 3
- Forks: 11
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Link to a page with a specific language in TYPO3
This is a TYPO3 extension that allows an editor to select a specific language when linking to a
page or (free) content elements in the TYPO3 Backend.
## When do I need this extension?
Big instances with multiple page trees and loads of languages per tree might bring trouble when
allowing to link to a page in a different language.
The simplest way would be to link to the login page in a different language, with an automatic
redirect.
However the real strength of this extension pays off when having multiple page trees with different
languages to link to a properly available news.
The extension shows a specific button for each language that is available for this page, when
linking an image, or linking a text in the Rich Text Editor. The language selection is
always enabled when the extension is installed, no configuration needed.
## Linking to "free mode" content elements
In addition, linking to a specific content elements which are in a specific language
is also possible in the link picker for pages.
## How to install this extension?
Use `composer req b13/link2language` or install it via TYPO3's Extension Manager from the
[TYPO3 Extension Repository](https://extensions.typo3.org) using the extension key `link2language`.
## License
The extension is licensed under GPL v2+, same as the TYPO3 Core.
For details see the LICENSE file in this repository.
## Open Issues
If you find an issue, feel free to create an issue on GitHub or a pull request.
### Credits
This extension was created by [Benni Mack](https://github.com/bmack) for [b13 GmbH](https://b13.com).
[Find more TYPO3 extensions we have developed](https://b13.com/useful-typo3-extensions-from-b13-to-you) that help us deliver value in client projects. As part of the way we work, we focus on testing and best practices to ensure long-term performance, reliability, and results in all our code.