Project

General

Profile

Actions

Bug #16077

closed

Yet another language bug

Added by Nick Weisser about 18 years ago. Updated over 10 years ago.

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

  1. 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]
  1. 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]
  1. 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)
Actions #1

Updated by Nick Weisser about 18 years ago

All ts_language_* and csh_* extensions for all languages are installed properly.

Actions #2

Updated by Alexander Opitz about 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)?

Actions #3

Updated by Alexander Opitz about 11 years ago

  • Status changed from New to Needs Feedback
Actions #4

Updated by Alexander Opitz over 10 years ago

  • Status changed from Needs Feedback to Closed

No feedback for over 90 days.

Actions

Also available in: Atom PDF