Feature #46138
openAllow for shortcuts to files (and content-elements?)
0%
Description
Currently a page of type "Shortcut" can only link to a page. It would be great to allow linking to files as well. You might have used "External URL" for that in the past (hardcoding the URL in the links then) but with FAL we'll need to find a different solution imho.
And maybe linking to content-elements might also work in this context? Linking to a page and directly jumping to the respective anchor.
Updated by Stefan Neufeind over 11 years ago
Since features like "random subpage" won't work on files (or content-elements) imho we could simply create a new type of shortcut (in the type-dropdown) and add those two cases there. The shortcut would then instead of a page-id point to a "file-id" (FAL) or a content-ID (tt_content).
We'll need to have matching popups to select the content then. (Those functions are already there.)
Updated by Stefan Neufeind over 11 years ago
Linking to content-elements is somewhat related to #17037, where in the end due to workspaces etc. the linking to content-elements was skipped. But it sounds doable to me - not?
Updated by Rafal Brzeski almost 11 years ago
This can be realize by this extension http://typo3.org/extensions/repository/view/ts_page_file_shortcut
even on TYPO3 6.1, but without FAL support,
btw it would be nice to have this feature in the core.
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Riccardo De Contardi over 8 years ago
There is also https://typo3.org/extensions/repository/view/filepage alas, compatible with 6.2 only
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Frans Saris over 7 years ago
Isn't this possible now with the link handling?
Updated by Riccardo De Contardi over 7 years ago
As far as I can see, currently you can't add tabs (using linkhandler) to the popup that lets you select a destination page for the shortcuts.
Updated by Benni Mack about 5 years ago
- Related to Feature #41649: Doktype external as typolink added