Project

General

Profile

Actions

Feature #22113

closed

Possibility to link to an explicit language of a page

Added by Sonja Schubert about 14 years ago. Updated about 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2010-02-12
Due date:
% Done:

0%

Estimated time:
PHP Version:
5.5
Tags:
Complexity:
Sprint Focus:

Description

Sometimes it's necessary to link to an explicit language version of a page. At the moment you have to do it with an external url link.

It would be better, if you can choose in the typolink popup which language version you want to link.

We've solved that problem with the extension cabag_langlink, which is in TER and on FORGE.
http://forge.typo3.org/projects/show/extension-cabag_langlink

But it would be great if that would become part of the core/rtehtmlarea. Of course I can create a patch, but I'm not shure about the way of change in browse_links.php

(issue imported from #M13524)


Related issues 3 (2 open1 closed)

Related to TYPO3 Core - Feature #87836: Can not link to translated page throug Link Browser.Closed2019-03-04

Actions
Related to TYPO3 Core - Bug #90100: Linking cross-site to page uid with different languages doesn't workNew2020-01-13

Actions
Related to TYPO3 Core - Feature #90825: link to an explicit language of a page - usability issueNew2020-03-24

Actions
Actions #1

Updated by Mathias Schreiber over 9 years ago

  • Description updated (diff)
  • Category set to Backend User Interface
  • Status changed from New to Accepted
  • Target version changed from 0 to 7.0
  • PHP Version changed from 5.2 to 5.5

Related to the whole locale stuff.

Actions #2

Updated by Mathias Schreiber over 9 years ago

  • Target version changed from 7.0 to 7.1 (Cleanup)
Actions #3

Updated by Benni Mack almost 9 years ago

  • Target version changed from 7.1 (Cleanup) to 7.4 (Backend)
Actions #4

Updated by Susanne Moog over 8 years ago

  • Target version changed from 7.4 (Backend) to 7.5
Actions #5

Updated by Benni Mack over 8 years ago

  • Target version changed from 7.5 to 8 LTS
Actions #6

Updated by Riccardo De Contardi about 7 years ago

  • Target version changed from 8 LTS to 9.0
Actions #7

Updated by Susanne Moog over 6 years ago

  • Status changed from Accepted to Needs Feedback
  • Target version deleted (9.0)

As far as I can see, this can already be achieved since quite some time when using Page TSConfig:

RTE.default.buttons.link.queryParametersSelector.enabled = 1 

(not specific for language but enables to use all kinds of parameters, which I consider "enough" to solve this use case.)

Actions #8

Updated by Riccardo De Contardi almost 6 years ago

The solution proposed by Susanne Moog seems to work with both 8.7.13 and 9.3.0-dev (latest master), but there are some usability issues

1) on the select link wizard you have to write &L=1 (for example) inside the "Additional link parameters" field so the editor must know what parameter is needed and its syntax
2) on the select link wizard, you must write &L=1 inside the "Additional link parameters" field before choosing the page, or the wizard popup will close and the procedure must be repeated :)
3) if you edit the link opening again the wizard, the field "Additional link parameters" results empty (wrong)
4) your editor must know beforehand that the page is translated

Actions #9

Updated by Riccardo De Contardi about 5 years ago

  • Related to Feature #87836: Can not link to translated page throug Link Browser. added
Actions #10

Updated by Riccardo De Contardi about 5 years ago

I report here that there is an extension that might be of help: https://github.com/CMSExperts/link2language

Actions #11

Updated by Riccardo De Contardi about 4 years ago

  • Related to Bug #90100: Linking cross-site to page uid with different languages doesn't work added
Actions #12

Updated by Susanne Moog about 4 years ago

  • Status changed from Needs Feedback to Closed

The usability issues are independent of the feature request. For the core, I consider the existing possibilities as enough for the usual use cases. For more specific use cases there are extensions that can be used or customized.

Actions #13

Updated by Riccardo De Contardi about 4 years ago

@Susanne Moog

Apart from the usability issues,

3) if you edit the link opening again the wizard, the field "Additional link parameters" results empty (wrong)

This is quite a problem; I will test again and open a new issue. Regards.

Actions #14

Updated by Riccardo De Contardi about 4 years ago

I repeated the test on my comment 8 with 10.4.0-dev and 9.5.14

1) on the select link wizard you have to write &L=1 (for example) inside the "Additional link parameters" field so the editor must know what parameter is needed and its syntax
2) on the select link wizard, you must write &L=1 inside the "Additional link parameters" field before choosing the page, or the wizard popup will close and the procedure must be repeated :)
3) if you edit the link opening again the wizard, the field "Additional link parameters" results empty (wrong)
4) your editor must know beforehand that the page is translated

Results:

1) Still true (obviously)
2) Still true; plus, if you click somewhere else on the tree in the wizard, the field will empty itself
3) Not true, the &L=1 is kept
4) Still true (obviously)

Actions #15

Updated by Riccardo De Contardi about 4 years ago

  • Related to Feature #90825: link to an explicit language of a page - usability issue added
Actions

Also available in: Atom PDF