Project

General

Profile

Actions

Bug #20549

closed

none of parameters are working with php when having a linkhandler link

Added by Bas van der Togt almost 15 years ago. Updated about 11 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2009-06-02
Due date:
% Done:

0%

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

Description

When making a link of a record with linkhandler none of the typolink parameters are working when making the link with php. With typoscript all the parameters are working right with linkhandler.

example:
-----
$conf = array();
$conf['parameter'] = 'record:tx_myplugin:450';
$conf['ATagParams'] = 'class="readmore"';
$conf['target'] = '_blank';
$linktext = 'Read more';

return $this->cObj->typoLink($linktext,$conf);
-----

returns: <a href="index.php?id=3&tx_myplugin_pi1[showUid]=450">Read more</a>

Should return: <a href="index.php?id=3&tx_myplugin_pi1[showUid]=450" class="readmore" target="_blank">Read more</a>

(issue imported from #M11246)

Actions #1

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Needs Feedback
  • Target version deleted (0)

The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?

Actions #2

Updated by Bas van der Togt about 11 years ago

this issue can be closed

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from Needs Feedback to Closed
Actions

Also available in: Atom PDF