Project

General

Profile

Actions

Bug #24394

closed

"defaultUserTSconfig" does not work

Added by Igor over 13 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2010-12-22
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

in the install tool ist the section:

[defaultUserTSconfig]
String (textarea). Enter lines of default frontend user/group TSconfig.

and so I did.

I have set hte value to:
options.pageTree.showPageIdWithTitle = 1

but it does not work.

(issue imported from #M16818)


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #24887: Context Menu of the pagetree is not shown anymore after updateClosed2011-01-28

Actions
Actions #1

Updated by Chris topher over 13 years ago

Could you please check if it works with any other option? E.g. check if bookmarks are still enabled, when you enter this line:
options.enableBookmarks=0

I believe this is no problem with defaultUserTSconfig but only with the property "options.pageTree.showPageIdWithTitle". Is that right?

Actions #2

Updated by Igor over 13 years ago

options.enableBookmarks=0
is set

The "Create bookmark on this page" icon is still there.

Actions #3

Updated by Chris topher over 13 years ago

I just realized that you are speaking about the field for the frontend ([FE][defaultUserTSconfig]) while your option (and also the one I mentioned) belong to the backend.

There also is [BE][defaultUserTSconfig], which you should be able to set manually in localconf.php. Does that work?
Seems like this field is no longer shown in the Install Tool since #21321 (rev. 6357). But don't ask me why...

Actions #4

Updated by Igor over 13 years ago

thank you for the hint.

Now I have this line in the localconf.php

$TYPO3_CONF_VARS['BE']['defaultUserTSconfig'] = 'options.enableBookmarks=0\' . LF . \'options.pageTree.showPageIdWithTitle = 1\' . LF . \'setup.override.navFrameResizable = true\' . LF . \'setup.override.navFrameWidth = 400\' . LF . \'setup.override.titleLen = 100';

but it does not work

Actions #5

Updated by Christian Kuhn about 13 years ago

localconf.php:
$TYPO3_CONF_VARS['BE']['defaultUserTSconfig'] .= '
options.pageTree.showPageIdWithTitle = 1
';

Works for me in 4.5 and before. Don't forget the .= (including dot) to append your config to already existing defaults from config_default.php, otherwise you for example unset the contextmenu config of the pagetree.

Actions #6

Updated by Susanne Moog over 12 years ago

  • Status changed from Needs Feedback to Closed
  • Target version deleted (0)
Actions

Also available in: Atom PDF