[TYPO3-german] Sonderzeichen in der Suche
Michael Warzitz
m.warzitz at creativteam.com
Wed Mar 2 17:05:26 CET 2011
bitte schön.
Es trifft nur bei dem hochgestellten ® zu, das wird in der Überschrift
mit <sup>®</sup> und im normal suchergebnisstext. Auf der Orginalseite
wird es richtig angezeigt....
<?php
$TYPO3_CONF_VARS['SYS']['sitename'] = 'New TYPO3 site';
// Default password is "" :
$TYPO3_CONF_VARS['BE']['installToolPassword'] = '';
$TYPO3_CONF_VARS['EXT']['extList'] =
'version,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,css_styled_content,t3skin,t3editor,reports';
$TYPO3_CONF_VARS['SYS']['UTF8filesystem'] = '1';
$TYPO3_CONF_VARS['SYS']['setDBinit'] = 'SET NAMES utf8;'.chr(10).'SET
SESSION character_set_server=utf8;'.chr(10).'';
$TYPO3_CONF_VARS['BE']['forceCharset'] = 'utf-8';
$typo_db_extTableDef_script = 'extTables.php';
## INSTALL SCRIPT EDIT POINT TOKEN - all lines after this points may be
changed by the install script!
$typo_db_username = ''; // Modified or inserted by TYPO3 Install Tool.
$typo_db_password = ''; // Modified or inserted by TYPO3 Install Tool.
$typo_db_host = 'localhost'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['encryptionKey'] =
'fae759b6c015ca662f07b956250dddc4fc02e3ee23dd343ba7fe4c2fbdb71bf7eba8ea90c39a89fdc0cea4edc1a15776';
// Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['SYS']['compat_version'] = '4.3'; // Modified or
inserted by TYPO3 Install Tool.
$typo_db = '45_typo3'; // Modified or inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['BE']['installToolPassword'] = ''; // Modified or
inserted by TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['gdlib_2'] = '1'; // Modified or inserted by
TYPO3 Install Tool.
$TYPO3_CONF_VARS['GFX']['im_path'] = '/usr/bin/'; // Modified or
inserted by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 21-05-10 17:25:01
$TYPO3_CONF_VARS['EXT']['extList'] =
'css_styled_content,version,tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate_analyzer,func_wizards,wizard_crpages,wizard_sortpages,lowlevel,install,belog,beuser,aboutmodules,setup,taskcenter,info_pagetsconfig,viewpage,rtehtmlarea,t3skin,t3editor,reports,tt_news,phpmyadmin,perfectlightbox,doc_indexed_search,indexed_search';
// Modified or inserted by TYPO3 Extension Manager.
$TYPO3_CONF_VARS['EXT']['extList_FE'] =
'css_styled_content,install,rtehtmlarea,t3skin,tt_news,phpmyadmin,perfectlightbox,doc_indexed_search,indexed_search';
// Modified or inserted by TYPO3 Extension Manager.
$TYPO3_CONF_VARS['EXT']['extConf']['tt_news'] =
'a:20:{s:13:"useStoragePid";s:1:"1";s:17:"requireCategories";s:1:"0";s:18:"useInternalCaching";s:1:"1";s:11:"cachingMode";s:6:"normal";s:13:"cacheLifetime";s:1:"0";s:13:"cachingEngine";s:8:"internal";s:11:"treeOrderBy";s:3:"uid";s:13:"prependAtCopy";s:1:"1";s:5:"label";s:5:"title";s:9:"label_alt";s:0:"";s:10:"label_alt2";s:0:"";s:15:"label_alt_force";s:1:"0";s:21:"categorySelectedWidth";s:1:"0";s:17:"categoryTreeWidth";s:1:"0";s:25:"l10n_mode_prefixLangTitle";s:1:"1";s:22:"l10n_mode_imageExclude";s:1:"1";s:20:"hideNewLocalizations";s:1:"0";s:24:"writeCachingInfoToDevlog";s:10:"disabled|0";s:23:"writeParseTimesToDevlog";s:1:"0";s:18:"parsetimeThreshold";s:3:"0.1";}';
// Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 27-05-10 05:35:47
$TYPO3_CONF_VARS['GFX']['jpg_quality'] = '100'; // Modified or inserted
by TYPO3 Install Tool.
// Updated by TYPO3 Install Tool 17-06-10 16:54:36
$TYPO3_CONF_VARS['EXT']['extConf']['rtehtmlarea'] =
'a:13:{s:21:"noSpellCheckLanguages";s:23:"ja,km,ko,lo,th,zh,b5,gb";s:15:"AspellDirectory";s:15:"/usr/bin/aspell";s:17:"defaultDictionary";s:2:"en";s:14:"dictionaryList";s:2:"en";s:20:"defaultConfiguration";s:95:"Demo
(Show-off configuration. Includes pre-configured styles. Not for
production
environments.)";s:12:"enableImages";s:1:"1";s:20:"enableInlineElements";s:1:"0";s:19:"allowStyleAttribute";s:1:"1";s:24:"enableAccessibilityIcons";s:1:"0";s:16:"enableDAMBrowser";s:1:"0";s:16:"forceCommandMode";s:1:"0";s:15:"enableDebugMode";s:1:"0";s:23:"enableCompressedScripts";s:1:"1";}';
// Modified or inserted by TYPO3 Extension Manager.
// Updated by TYPO3 Extension Manager 22-02-11 09:50:34
// Updated by TYPO3 Extension Manager 02-03-11 15:22:16
?>
Am 02.03.2011 16:36, schrieb Rainer Schleevoigt:
> ohne Zugangsdaten
More information about the TYPO3-german
mailing list