Configuration for all backend users

User TSconfig

First of all a backend user group we called "All BE Users" has to be created.

All BE users are part of this group as a sub group of their main group. So all general User TSconfig adjustments can be made in this group.

TCAdefaults.tt_content.hidden = 1
TCAdefaults.pages.hidden = 1

##Default position for pics
TCAdefaults.tt_content.imageorient = 2

##Default pic size
TCAdefaults.tt_content.imagewidth = 180

##Download with filesize
TCAdefaults.tt_content.filelink_size = 1

##Layout for Download with icon
TCAdefaults.tt_content.layout.types.uploads = 1

##Default column
#TCAdefaults.tt_content.columns.imagecols = 1

##Default border for pics
#TCAdefaults.tt_content.imageborder = 1

options.clearCache.pages = 1
options.saveDocNew = 1
options.showHistory = 1

## disable popup for alert on changing page type
options.alertPopups = 254
 
##upload-image-field in rte
options.uploadFieldsInTopOfEB = 1
options.createFoldersInEB = 1
options.shortcutFrame = 1
options.pageTree.hideFilter = 1

options {
  RTESmallWidth = 600
  RTESmallHeight = 600
}

setup.default.thumbnailsByDefault = 1
setup.default.saveTreePositions = 1
setup.default.edit_RTE = 1
setup.default.copyLevels = 6
setup.default.allSaveFunctions = 1

setup.override.edit_docModuleUpload = 0

##remove unused static_info_tables from list view
mod.web_list.hideTables=static_template,static_countries,static_country_zones,static_currencies,static_languages,static_territories,static_taxes,static_markets

Page TSconfig

Assigns new pages to group "All BE users"(uid=1) and sets access rights:&nb

TCEMAIN.permissions.groupid = 1
TCEMAIN.permissions.group = show, editcontent, edit, new, delete

Defines visible columns for content elements and removes unneeded columns in the selection box of the content:

mod.SHARED.colPos_list = 0,2
TCEFORM.tt_content.colPos.removeItems = 1,3

Label all headers and remove not needed:

TCEFORM.tt_content.header_layout {
    altLabels {
        0 = h1 - Page header
        1 =
        2 = h2 - Theme header
        3 = h3 - Subheader
        4 =
        5 =
       }
   removeItems = 1,4,5
}

Label all layout types for file download and remove not needed:

TCEFORM.tt_content.layout.types.uploads {
removeItems = 0,3
altLabels.1 = Icon
altLabels.2 = Preview
}

Change labels so that they are understandable:

TCEFORM.tt_content.spaceBefore.label.default = Space before (0-50)
TCEFORM.tt_content.spaceAfter.label.default = Space after (0-50)

Alternating colors for records in list-view:

mod.web_list.alternateBgColors = 1

Disable content element wizard:

mod.web_layout.disableNewContentElementWizard=1

Installtool

By default fields and plugins must be disabled for editors. If a new plugin is installed the editor automatically sees this plugin or field. To avoid this you can change the mode to allow plugins/fields in the install tool:

$TYPO3_CONF_VARS['BE']['explicitADmode'] = 'explicitAllow'
You are here: T3CON09 » BE Groups and Users » General Configuration