Project

General

Profile

Actions

Feature #23248

closed

It would be nice to be able to adjust link texts

Added by Alban Cousinie over 14 years ago. Updated almost 10 years ago.

Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-07-22
Due date:
% Done:

0%

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

Description

In flexforms, when you use a link field, the created link in the frontend has its text set automatically by typo3 :

if you link to an internal page, you will get a link like :
<a href="index.php?id=3">The typo3 page title</a>

if you link to a website, you will get :
<a href="http://www.youtube.com&quot;&gt;www.youtube.com&lt;/a>

What happens if you you want to have a link like ?
<a href="http://www.youtube.com&quot;&gt;View more videos</a>

Well you can't ! This is because the Typolink dialog won't allow you to overlay the text of the specified link. I often miss this feature. The only workaround I have found so far is to map a <a> tag with 3 fields : 'href' and 'target' attributes + a text field. But using this flexform setup, you lose the open window feature...

(issue imported from #M15199)

Actions

Also available in: Atom PDF