Project

General

Profile

Actions

Feature #15269

closed

Add a Querystring to a <LINK id/type-pair

Added by René Wagner over 18 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Frontend
Target version:
-
Start date:
2005-12-09
Due date:
% Done:

0%

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

Description

The additionalParams - Behaviour should be also available for a manually or by RTE inserted typolink <LINK>. The Querystring could be an extension of the id/type-pair of the LINK. For example: <LINK 97,1,&print=1>

Working example for class.tslib_content.php

$pairParts = t3lib_div::trimExplode(',',$link_param);
if (count($pairParts)>1) {
$link_param = $pairParts0;
$theTypeP = $pairParts1; // Overruling 'type'
+++ if(isset($pairParts2)) $conf['additionalParams'] = $pairParts2;
}
(issue imported from #M2019)


Files

class.tslib_content.php.patch (886 Bytes) class.tslib_content.php.patch Administrator Admin, 2006-01-19 13:23
bug_2019.diff (729 Bytes) bug_2019.diff Administrator Admin, 2008-02-29 14:34

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Feature #15736: In RTE htmlArea, unable to do an internal link with several parametersClosedStanislas Rolland2006-02-27

Actions
Actions #1

Updated by Michael Stucki over 16 years ago

Well, this could also be considered as a bug. But let's see if it still can go into 4.2...

Actions #2

Updated by Michael Stucki over 16 years ago

Hi Ingo, can you add this to the 4.2 roadmap? (Or is it ok if I do such things on my own? :-))

Actions #3

Updated by Ingo Renner over 16 years ago

Just did so, I'd rather keep control of that myself...

Actions #4

Updated by Michael Stucki over 16 years ago

Fixed in revision 3344. Thanks to René Wagner!

Actions

Also available in: Atom PDF