Actions
Bug #16077
closedYet another language bug
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Indexed Search
Target version:
-
Start date:
2006-04-21
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Shouldn't this property be set automatically according to the language TS settings: plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang
Currently I need to do this here to set the hidden field
<input type="hidden" name="tx_indexedsearch[lang]" value="0" />
to the desired value.
Here is an example setup
config.sys_language_uid=0
config.language = en
config.locale_all = english
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 0
- English language, sys_language.uid = 1
[globalVar = GP:L=1]
config.sys_language_uid = 1
config.language = de
config.locale_all = de_CH
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 1
[end]
- French language, sys_language.uid = 2
[globalVar = GP:L=2]
config.sys_language_uid = 2
config.language = fr
config.locale_all = french
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 2
[end]
- Spanish language, sys_language.uid = 4
[globalVar = GP:L=4]
config.sys_language_uid = 4
config.language = es
config.locale_all = spanish
plugin.tx_indexedsearch._DEFAULT_PI_VARS.lang = 4
[end]
(issue imported from #M3314)
Updated by Nick Weisser over 18 years ago
All ts_language_* and csh_* extensions for all languages are installed properly.
Updated by Alexander Opitz over 11 years ago
- Target version deleted (
0) - TYPO3 Version set to 4.0
The issue is very old, does this issue exists in newer versions of TYPO3 CMS (4.5 or 6.1)?
Updated by Alexander Opitz over 11 years ago
- Status changed from New to Needs Feedback
Updated by Alexander Opitz about 11 years ago
- Status changed from Needs Feedback to Closed
No feedback for over 90 days.
Actions