Project

General

Profile

Actions

Bug #19260

closed

The new Usersettings area is a little bit inconsistent

Added by Clemens Riccabona over 15 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Should have
Assignee:
Category:
-
Target version:
-
Start date:
2008-08-27
Due date:
% Done:

0%

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

Description

After introduction of the new feature 'start in every module you want and allowed to' it is quite inconsistent:
I now can set easily via user-tsconfig: setup.default.startModule = web_layout, that every user starts in Page Module by default.
And i also can override it the same way.
BUT: I can't disable the selectbox in user-settings (and also the description text does not get grayed).

Just set in your user-tsconfig:
###schnipp###

setup.default.startModule = web_layout
setup.override.startModule = web_layout

###schnapp###

and try to edit the startup module in your usersettings

(issue imported from #M9238)


Related issues 1 (0 open1 closed)

Is duplicate of TYPO3 Core - Bug #20385: User Setup Rewrite #4ClosedSteffen Kamper2009-05-02

Actions
Actions #1

Updated by Clemens Riccabona over 15 years ago

This is maybe connected with closed feature: 0003894

greetz, clemens

Actions #2

Updated by Clemens Riccabona over 15 years ago

okay, i was too fast posting. sorry.

The problem seems to be somewhere else.

Actions #3

Updated by Clemens Riccabona over 15 years ago

okay: it is a very strange problem, but has definitively nothing to do with the be-interface.
Probably someone could move to the right place.

So this is the Problem:
I want to set some userTSConfig within my extension. Yeah, easy. just:

t3lib_extMgm::addUserTSConfig($userTSconfig);

ok, if i say $userTSconfig = 'my user ts config string';
everything fine.

if i say:

$userTSconfig = file_get_contents('path to my usertsconfigfile');
everything okay too.

if i say:
$userTSconfig = t3lib_div::getURL('path to my usertsconfig file');

it does not return the override. at least. if everything else is put to the usertsconfig i don't know exactly. but seems so, partially.

really strange

ps: all been done within an ext_tables.php of an extension

Actions #4

Updated by Chris topher about 14 years ago

With TYPO3 4.3 it now is possible to hide certain fields in the module User Settings using the array $GLOBALS['TYPO3_USER_SETTINGS']['showitem'].

Actions #5

Updated by Benni Mack over 5 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF