https://github.com/b13/t3ext-directexternallinks
TYPO3 Extension: Create links to pages that redirect to external URLs directly to the external sites
https://github.com/b13/t3ext-directexternallinks
Last synced: 9 months ago
JSON representation
TYPO3 Extension: Create links to pages that redirect to external URLs directly to the external sites
- Host: GitHub
- URL: https://github.com/b13/t3ext-directexternallinks
- Owner: b13
- Created: 2012-12-06T15:04:06.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-12-06T15:12:06.000Z (over 13 years ago)
- Last Synced: 2025-09-17T00:50:20.281Z (10 months ago)
- Language: PHP
- Size: 109 KB
- Stars: 0
- Watchers: 9
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TYPO3 Extension: Direct External Links
A simple TYPO3 Extension that creates links to pages that redirect to external URLs directly to the external URLs.
> Extension Key: directexternallinks
> Author: b:dreizehn GmbH, 2012
> Licensed under: GPL 2+
## Introduction
Currently the functionality is quite simple: All frontend links are checked if their doctype equals "3" (= Type is "External URL"). If so, the URLs are resolved directly to the target URL.
## Set up
Just install the extension and clear the frontend caches.
## ToDo
For future releases, the functionality of this extension could be enabled via TypoScript, so it is available not site-wide, but on a per page-tree basis.