Project

General

Profile

Actions

Feature #20476

closed

Why do you overwrite the TS-Var: linkConfig.parameter?

Added by Simon Schick almost 15 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
felogin
Target version:
-
Start date:
2009-05-19
Due date:
% Done:

0%

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

Description

Hi, all

I want to have a loginbox on the right side on every page

But therefore I have to set the ID for all links of this LoginBox ...

And now I see that you have it hardcoded to the current page ...

Can you pleace check if this value is set and if not - you can set the current page :)

Bye
Simon

Typo3 v4.2.6
felogin v1.0.0
(issue imported from #M11149)


Files

Actions #1

Updated by Simon Schick almost 15 years ago

Here are the changes I'd do to implement this feature:

  • typo3\sysext\felogin\ext_typoscript_setup.txt

plugin.tx_felogin_pi1 {
...
linkConfig {
target =
+ parameter.data = TSFE:id
}
...
}
<<<

  • typo3\sysext\felogin\pi1\class.tx_felogin_pi1.php
    DELETE line 540:

- $this->conf['linkConfig.']['parameter'] = $GLOBALS['TSFE']->id;
if ($additionalParams) {
<<<

Actions #2

Updated by Simon Schick almost 15 years ago

Here's my xClass - for all other who can't wait for this feature :)

But don't forget to add

plugin.tx_felogin_pi1.linkConfig.parameter.data = TSFE:id
<<<
to your TypoScript ...

Actions #3

Updated by Simon Schick almost 14 years ago

I think this issue is outdated.

If you want to use a loginbox on the left/right side on every page - please read this german tutorial:
http://www.typo3wizard.com/de/snippets/cool-stuff-typoscript/loginbox-per-typoscript-mit-kb-md5feuser-und-newloginbox.html

Actions #4

Updated by Mathias Schreiber over 13 years ago

closed due to reporter request (at least I understood it this way - please re-open if I got you wrong)

Actions

Also available in: Atom PDF