Actions
Feature #22515
closedHookrequest - t3lib_parsehtml_proc::TS_links_rte()
Status:
Closed
Priority:
Should have
Assignee:
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2010-04-26
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.2
Tags:
Complexity:
Sprint Focus:
Description
The attached patch adds a preprocess-hook to t3lib_parsehtml_proc::TS_links_rte().
Hook for manipulating the resulted href
(issue imported from #M14205)
Files
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0)
As this report is very old, is the handling in newer TYPO3 CMS Versions (like 6.0/6.1) more like you expect it?
Updated by Dimitri Koenig over 11 years ago
Nope, this issue is still current. The hook would be awesome.
Updated by Alexander Opitz about 11 years ago
- Category set to RTE (rtehtmlarea + ckeditor)
- Status changed from Needs Feedback to New
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack over 8 years ago
- Status changed from New to Accepted
- Assignee set to Benni Mack
Updated by Benni Mack over 8 years ago
- Status changed from Accepted to Resolved
Hey Dmitry,
the hook "modifyParams_LinksRte" should suffice. I would then hook in there, there you have the "href" parameter and build your own <a> tag the same way as above except for manipulating the url property of the hook parameters.
If you need anything more, let me know.
Actions