Feature #12484
Add RealURL Support
| Status: | New | Start date: | 2011-01-24 | |
|---|---|---|---|---|
| Priority: | Could have | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| TYPO3 Version: | 4.7 | Tags: | ||
| PHP Version: | Complexity: | |||
| Votes: | 0 |
Description
If RealURL is installed, the target of internal links could be shown using RealURL.
Best would be if there was an API: page number => Path. Example
Related issues
| related to Linkvalidator - Bug #12647: No API used to build the links in renderTableRow() | New | 2011-01-30 |
History
Updated by Philipp Gampe over 2 years ago
why not use typolink() function ... then it will always work ?
I think you will need a cObject instance and then use typolink with $conf = array(...) like with TS.
Just thinking about it ... you will also need to parse the template and set it all up, because realurl might need the configuration from template.
Updated by Michael Miousse over 2 years ago
Yes but it will wait for the next version
Updated by Patrick Gaumond over 2 years ago
- Tracker changed from Bug to Feature
- Status changed from New to Accepted
For TYPO3 4.6
Updated by Philipp Gampe over 1 year ago
- Target version set to 4.7.0
- TYPO3 Version set to 4.7
This one needs to be reevaluated after release of 4.6.
Updated by Philipp Gampe about 1 year ago
- Status changed from Accepted to New
- Target version deleted (
4.7.0)
This one is really hard, because there is no api for this and it would mean, that we need to parse the whole template, which might be a major performance problem.