Bug #16559
closedlinks in the RTE with more than one GET Parameter don't work.
0%
Description
"External links" in the RTE with more than one GET Parameter don't work.
See http://bugs.typo3.org/view.php?id=1094 for more.
I tried adding a link to http://host/typo3/index.php?id=7 which worked as expected.
Now doing the same with the URL http://host/typo3/index.php?id=7&tx_peoplefinder_pi1[detail]=1180
Gets the link outlined red and filled yellow in the RTE and not displayed as a link in the frontend.
(issue imported from #M4211)
Updated by Helmut Hummel about 18 years ago
I can confirm this for internal Links as noted in Bug 1094
External Links are working fine with any URL
<link 1234,4></link> will be converted into
http://host/index.php?id=1234&type=4
In my opinion it should be possible to give other GET variables to the Link like this:
<link 1234,4&L=2>
http://host/index.php?id=1234&type=4&L=2
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
- Target version deleted (
0) - PHP Version deleted (
5)
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.