Project

General

Profile

Actions

Bug #15169

closed

linkvar type is not rendert in a link

Added by old_mathiasuhl over 18 years ago. Updated over 17 years ago.

Status:
Closed
Priority:
Should have
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2005-11-01
Due date:
% Done:

0%

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

Description

m using the RTE htehtmlarea 0.7.4 (Typo3.8) with a framepage and i have to set the "type" var in the link.

If i use the "typo3 internal tags" like <link 14> testpage </link> in a RTE Disabled textbox the result is:

<a name="70"></a><p class="bodytext"><a href="index.php?id=14&amp;type=12" target="content_middle"> testpage </a></p>

But with the Htmlarea RTE enabled i got this:

<a name="67"></a><p class="bodytext"><a target="content_middle" href="?id=14"><img alt="interner Link folgt" src="typo3conf/ext/rtehtmlarea/htmlarea/plugins/TYPO3Browsers/img/internal_link.gif" />testpage</a><br /> </p>

(issue imported from #M1756)

Actions #1

Updated by Stanislas Rolland over 18 years ago

What tag and what value do you have in the database for this link?

Actions #2

Updated by old_mathiasuhl over 18 years ago

the render mode was ts_css by default.
Solution is to set it to ts :)

Actions

Also available in: Atom PDF