Skip to content

Instantly share code, notes, and snippets.

View maximilian-mayer's full-sized avatar

Maximilian Mayer maximilian-mayer

View GitHub Profile
// Exclude Piwik and Google Analytics parameter from cHash
$GLOBALS['TYPO3_CONF_VARS']['FE']['cHashExcludedParameters'] .= ', pk_campaign, pk_kwd, utm_source, utm_medium, utm_campaign, utm_term';
20 = HMENU
20 {
special = categories
special.value = 2
1 = TMENU
1 {
wrap = <ul>|</ul>
NO {
@maximilian-mayer
maximilian-mayer / AdditionalConfiguration.php
Created January 23, 2014 13:58
TYPO3 GFX Configuration
$GLOBALS['TYPO3_CONF_VARS'][GFX][colorspace] = sRGB
$GLOBALS['TYPO3_CONF_VARS'][GFX][im] = 1
$GLOBALS['TYPO3_CONF_VARS'][GFX][im_mask_temp_ext_gif] = 1
$GLOBALS['TYPO3_CONF_VARS'][GFX][im_path] = [PFAD ZUR IMAGMAGICK INSTALLATION]
$GLOBALS['TYPO3_CONF_VARS'][GFX][im_path_lzw] = [PFAD ZUR IMAGMAGICK INSTALLATION]
$GLOBALS['TYPO3_CONF_VARS'][GFX][im_v5effects] = 1
$GLOBALS['TYPO3_CONF_VARS'][GFX][im_version_5] = im6
$GLOBALS['TYPO3_CONF_VARS'][GFX][image_processing] = 1
$GLOBALS['TYPO3_CONF_VARS'][GFX][jpg_quality] = 80