Feature #20476
closedWhy do you overwrite the TS-Var: linkConfig.parameter?
0%
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
Updated by Simon Schick over 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) {
<<<
Updated by Simon Schick over 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 ...
Updated by Simon Schick over 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
Updated by Mathias Schreiber over 14 years ago
closed due to reporter request (at least I understood it this way - please re-open if I got you wrong)