Project

General

Profile

Actions

Feature #84187

open

Add possibility to change links inside a recursive copy of a pagetree

Added by Stefan Neufeind over 6 years ago. Updated almost 3 years ago.

Status:
New
Priority:
Should have
Assignee:
-
Category:
Site Handling, Site Sets & Routing
Target version:
-
Start date:
2018-03-09
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:

Description

For links to subpages of a tree it would be cool to define that those links will be treated relatively. Currently they still link to the original pid. But it would be nice to copy them "relative" to the newly copied pagetree.

Actions #1

Updated by Benni Mack almost 3 years ago

OK. I get the idea, but this seems rather a logic like import/export where UIDs and references are rewritten. Doing this in TYPO3 Backend will probably kill the PHP memory_limit. I don't think we will do this in TYPO3 Backend, even though I see the point of having this functionality.

Actions #2

Updated by Stefan Neufeind almost 3 years ago

Could we handle this by mechanisms that plug into the rewriting-process? For example marking fields to tell TYPO3 core that they contain page-uids (and need to be rewritten as well on import) or providing hooks that can rewrite more complex fields that possibly contain pids or URIs (for example links like "t3://page?uid=...").

Actions

Also available in: Atom PDF