This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### this is the Global Git Ignore file | |
| # OS generated files # | |
| ###################### | |
| .DS_Store | |
| .DS_Store? | |
| ._* | |
| .Spotlight-V100 | |
| .Trashes | |
| Icon? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Define specific block style for the RTE editor in TYPO3 v6.1.7+ | |
| # Probably works in older v6 versions, but not tested | |
| # Add the following to TS config on the root page of your site | |
| # and add applicable CSS rules to e.g. fileadmin/templates/unia2014/Resources/Public/css/RTE.css | |
| # to make the formatting work in the BE. | |
| # (You will need to add the CSS to your FE CSS too.) | |
| # m@mhm.li - 04/2014 - Free use, no credit required | |
| RTE.classes{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| //TypoScript | |
| # Multi Domain Configuration | |
| [globalString = ENV:HTTP_HOST=example1.de] | |
| config.baseURL = http:// www.example1.de/ | |
| [global] | |
| [globalString = ENV:HTTP_HOST=www.example2.de] | |
| config.baseURL = http:// www.example2.de/ | |
| [global] |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // ======================================================================= | |
| // 1 - ZU /ttenews/ext_localconfig.php DATEI HINZUFÜGEN | |
| // | |
| // 2 - BEI 'fixedPostVars' SOLLTE MAN DER SINGLEPAGE UID EINGEBEN | |
| // | |
| // 3 - TYPOSCRIPT EINSTELLUNGEN WENN MAN OHNE DATUM VERWNDEN WILL | |
| // # ZU REAL URL | |
| // plugin.tt_news.useHRDatesSingle = 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # FLEXFORM / Snippet with ❤ by Typoheads | |
| <?xml version="1.0" encoding="utf-8" standalone="yes" ?> | |
| <T3DataStructure> | |
| <meta> | |
| <langDisable>1</langDisable> | |
| </meta> | |
| <ROOT type="array"> | |
| <type>array</type> | |
| <el type="array"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Page TSConfig: | |
| tx_gridelements.setup { | |
| # ID of Element | |
| 1 { | |
| title = Two Columns | |
| config { | |
| colCount = 2 | |
| rowCount = 1 | |
| rows { | |
| 1 { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| TSConfig: | |
| ################## | |
| ## IMAGE FX ## | |
| ################## | |
| TCEFORM.tt_content.image_effects.addItems.30 = Runde Ecken | |
| Typoscript: | |
| ## TYPO3 6.2.x |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # after typo3 4.2 > 4.5 update backend loads on some page very slow (or newer) -- after activating firebug i learned thumbs.php doesn't load. | |
| # next step was imagemagick via install tool > image processing, same very slow. finally i found an older posting which recommends to | |
| # disable im_useStripProfileByDefault at localconf.php | |
| $TYPO3_CONF_VARS['GFX']['im_useStripProfileByDefault'] = '0'; | |
| # tt_news && cache, always a pain for editors | |
| # enable cache reset for editors at user ts config | |
| options.clearCache.pages=1 # allow be user to clear cache of a page | |
| options.clearCache.all=1 # allow be user to clear fe cache |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # TYPOSCRIPT / Snippet with ❤ by Typoheads | |
| [dayofweek = 6,0] || [dayofweek = 1,2,3,4,5] && [hour = > 17, < 9] | |
| # do whatever when it's NOT Mo-Fr and 09:00-18:00 | |
| [END] |
NewerOlder