Feature #15736
closedIn RTE htmlArea, unable to do an internal link with several parameters
0%
Description
With the RTE htmlArea "link" popup, doing an "external link" to a link with several parameters won't work.
When saving, TYPO3 checks the link and reports in the HTML code that it is not valid by mentionning "no page found" error.
Exemple of a link :
http://site.profweb.qc.ca/index.php?id=24&tx_profwebchroniques_pi1[uid]=32
I've experienced this bug since TYPO3 3.6, with htmlArea 5.x and 1.1.x
(issue imported from #M2714)
Files
Updated by Stefano Cecere over 18 years ago
i agree that this is a very annoying bug/feature!
Updated by Stanislas Rolland over 18 years ago
When the link is external, you can add several parameters.
Updated by Stanislas Rolland over 18 years ago
Additional parameters are not currently supported by internal links. The link you are setting is not external.
Updated by Nick Weisser over 18 years ago
I can confirm this for all kinds of external URLs under TYPO3 4.0 with rtehtmlarea 1.2.0 with links such as
http://www.mydomain.com/index.php?id=10&L=0
whereas
http://rondodoge.com/index.php?id=10&L=0
will work (note the missing www).
Updated by Stephan Weiss almost 18 years ago
When the link is external......
No, all Links with parameters break.
This patch works for me. If the first Part of a URI match the Site URL, the URL is parsed as internal.
Updated by Michael Stucki over 17 years ago
Thanks for your patch! The attached update just fixes some glitches when using aliases and file references, but in general this seems to work.
Updated by Stanislas Rolland over 16 years ago
The attached patch (rtehtmlarea_feature_2714.patch) fixes the issue when applied to TYPO3core trunk.
A new field on the page tab of the link insertion dialogue allows to enter query parameters. This must be enabled in Page TSConfig with the following setting:
RTE.default.buttons.link.queryParametersSelector.enabled = 1
Updated by Stanislas Rolland over 16 years ago
In second version of the patch, if the query parameters do not start with &, it will be added.
Updated by Stanislas Rolland over 16 years ago
Third version regenerated against trunk revision 3983.
Updated by Stanislas Rolland over 16 years ago
Committed to trunk revision 4003.
Updated by Wolfgang Klinger over 15 years ago
I can't find this patch in TYPO3 4.2.6??
Please re-insert or explain why, as I think this feature is important, tia!
Updated by Wolfgang Klinger over 15 years ago
ok, forget it, I read your explanation in #9743