Project

General

Profile

Actions

Bug #53729

closed

Add additional link parameter for image links does not work

Added by Klaus Hinum over 10 years ago. Updated over 8 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-11-18
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
6.1
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:

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

nofollow.PNG (21.2 KB) nofollow.PNG Mario Wilhelm, 2014-03-24 08:04

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Task #68328: Remove additional link params field from ElementBrowserClosed2015-07-18

Actions
Is duplicate of TYPO3 Core - Bug #55739: typoLink() does not consider additional params for external urlsClosed2014-02-06

Actions
Actions #1

Updated by Markus Klein over 10 years ago

  • Category deleted (Frontend)
  • Status changed from New to Needs Feedback

Can you please post your complete TS setup?

Actions #2

Updated by Alexander Opitz about 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.

Actions #3

Updated by Mario Wilhelm about 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

Actions #4

Updated by Mario Wilhelm about 10 years ago

This is what I mean.

Actions #5

Updated by martijn no-lastname-given over 9 years ago

This is still an issue - adding additional params to a link is not working. LATEST LTS

Actions #6

Updated by Alexander Opitz almost 9 years ago

  • Status changed from Closed to New

Reopened on request by Ben Robinson

Actions #7

Updated by Benjamin Robinson almost 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>

Actions #8

Updated by Daniel Goerz over 8 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.

Actions

Also available in: Atom PDF