Bug #53729
closedAdd additional link parameter for image links does not work
0%
Description
In Typo3 6.1 adding an "addition link parameter" for an image in a tt_content element wont add the parameter to the link in the frontend.
Furthermore, characters like = " are parsed (but not rendered anyways).
Tried with
rel=nofollow
"rel="nofollow""
rel="nofollow"
but nothing is added to the rendered link.
Files
Updated by Markus Klein about 11 years ago
- Category deleted (
Frontend) - Status changed from New to Needs Feedback
Can you please post your complete TS setup?
Updated by Alexander Opitz over 10 years ago
- Status changed from Needs Feedback to Closed
No feedback within the last 90 days => closing this ticket.
If you think that this is the wrong decision or experience this issue again, then please write to the mailing list typo3.teams.bugs with issue number and an explanation or open a new ticket and add a relation to this ticket number.
Updated by Mario Wilhelm over 10 years ago
I need to add a rel="nofollow" to an image. I use in the Object Browser the additional parameter field. Nothing is added to the Link. = is encoded in %3D
I tried to add it in Typo3 4.5.32
Updated by Mario Wilhelm over 10 years ago
- File nofollow.PNG nofollow.PNG added
This is what I mean.
Updated by martijn no-lastname-given about 10 years ago
This is still an issue - adding additional params to a link is not working. LATEST LTS
Updated by Alexander Opitz over 9 years ago
- Status changed from Closed to New
Reopened on request by Ben Robinson
Updated by Benjamin Robinson over 9 years ago
The issue does still exist (TYPO3 6.2.12) and it does not only concern image links, but also the header_link .
For example use the Link-Wizard to create an external link for a header "Testheader" ...
URL: http://www.test.de/ Additional link parameters: rel="myrel" CSS-Class: testclass Title: testtitle Target: _blank
... and click "Set Link". This results in:
www.test.de/ _blank testclass testtitle rel="myrel"
Unfortunately the "additional link parameters" are missing in the Frontend:
<h1><a href="http://www.test.de/" title="testtitle" target="_blank" class="testclass">Testheader</a></h1>
Updated by Daniel Goerz over 9 years ago
- Status changed from New to Closed
I close this one as a dublicate of the already closed https://forge.typo3.org/issues/55739.
The field was removed for TYPO3 7 with https://forge.typo3.org/issues/68328 but remains in TYPO3 6.2
Anyway it was never supposed to add new attributes to the HTML tag but to provide (GET-) parameter for the URL like ?q=searchword
. This should however be achieved by simply adding to the URL of the link.
If you think that this is the wrong decision, then please join us on slack (https://forger.typo3.org/slack) with the issue number and an explanation or open a new ticket and add a relation to this ticket number.