Feature #15736
closed
In RTE htmlArea, unable to do an internal link with several parameters
Added by Jo© Bussi¨re over 18 years ago.
Updated about 6 years ago.
Category:
RTE (rtehtmlarea + ckeditor)
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
i agree that this is a very annoying bug/feature!
When the link is external, you can add several parameters.
Additional parameters are not currently supported by internal links. The link you are setting is not external.
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.
Thanks for your patch! The attached update just fixes some glitches when using aliases and file references, but in general this seems to work.
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
In second version of the patch, if the query parameters do not start with &, it will be added.
Third version regenerated against trunk revision 3983.
Committed to trunk revision 4003.
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!
ok, forget it, I read your explanation in #9743
- Status changed from Resolved to Closed
Also available in: Atom
PDF