<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://cms.iltisworld.de/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://cms.iltisworld.de/feed.php">
        <title>cms how to</title>
        <description></description>
        <link>http://cms.iltisworld.de/</link>
        <image rdf:resource="http://cms.iltisworld.de/lib/images/favicon.ico" />
       <dc:date>2012-05-15T22:02:38+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://cms.iltisworld.de/doku.php?id=tl:typo3_howto&amp;rev=1336556054&amp;do=diff"/>
                <rdf:li rdf:resource="http://cms.iltisworld.de/doku.php?id=welcome&amp;rev=1336474890&amp;do=diff"/>
                <rdf:li rdf:resource="http://cms.iltisworld.de/doku.php?id=ezpublish_snippets&amp;rev=1336474754&amp;do=diff"/>
                <rdf:li rdf:resource="http://cms.iltisworld.de/doku.php?id=typo3_typoscript&amp;rev=1336474660&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://cms.iltisworld.de/lib/images/favicon.ico">
        <title>cms how to</title>
        <link>http://cms.iltisworld.de/</link>
        <url>http://cms.iltisworld.de/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://cms.iltisworld.de/doku.php?id=tl:typo3_howto&amp;rev=1336556054&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-09T11:34:14+02:00</dc:date>
        <dc:creator>clemenst</dc:creator>
        <title>tl:typo3_howto</title>
        <link>http://cms.iltisworld.de/doku.php?id=tl:typo3_howto&amp;rev=1336556054&amp;do=diff</link>
        <description>localconf.php

Datei Upload

In TYPO3 langt es nicht, die Uploadgröße in der php.ini festzulegen, sondern man muss diese nochmal in der localconf.php angeben....


$TYPO3_CONF_VARS['BE']['maxFileSize'] = 512000;


----------

Layout einbinden


TCEFORM.pages {
  layout.altLabels.0 = 1 Column
  layout.altLabels.1 = 2 Columns
  layout.altLabels.2 = 2 Rows
}

[globalVar=TSFE:page|layout=1] 
plugin.tx_automaketemplate_pi1.content.file = fileadmin/templates/1-column.html
...
[global]</description>
    </item>
    <item rdf:about="http://cms.iltisworld.de/doku.php?id=welcome&amp;rev=1336474890&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-08T13:01:30+02:00</dc:date>
        <dc:creator>clemenst</dc:creator>
        <title>welcome</title>
        <link>http://cms.iltisworld.de/doku.php?id=welcome&amp;rev=1336474890&amp;do=diff</link>
        <description>Hier entsteht eine Sammlung von How To's, Links, Problemen, Lösungen über verschiedene Conten Management Systeme. Die Info's werden keine kompletten Anleitungen oder Dokumentationen sein, sondern eine Ansammlung von Informationen, die während der Entwicklung mit dem jeweiligen System gesammelt worden sind.</description>
    </item>
    <item rdf:about="http://cms.iltisworld.de/doku.php?id=ezpublish_snippets&amp;rev=1336474754&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-08T12:59:14+02:00</dc:date>
        <dc:creator>clemenst</dc:creator>
        <title>ezpublish_snippets</title>
        <link>http://cms.iltisworld.de/doku.php?id=ezpublish_snippets&amp;rev=1336474754&amp;do=diff</link>
        <description>eZ Publish Snippets

Cache löschen


./bin/php/ezcache.php --clear-all --purge</description>
    </item>
    <item rdf:about="http://cms.iltisworld.de/doku.php?id=typo3_typoscript&amp;rev=1336474660&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2012-05-08T12:57:40+02:00</dc:date>
        <dc:creator>clemenst</dc:creator>
        <title>typo3_typoscript</title>
        <link>http://cms.iltisworld.de/doku.php?id=typo3_typoscript&amp;rev=1336474660&amp;do=diff</link>
        <description>TypoScript Snippets


tt_content.text.stdWrap.wrap = &lt;div class=&quot;content-element&quot;&gt;|&lt;/div&gt;
tt_content.text.20.wrap = &lt;div class=&quot;content&quot;&gt;|&lt;/div&gt;


CSS Klasse hinzufügen


page.bodyTagAdd = class=&quot;home&quot;


PageID hinzufügen


page.typeNum = 0
page.bodyTag &gt;
page.bodyTagCObject = HTML
page.bodyTagCObject.value.field = alias
page.bodyTagCObject.value.wrap = &lt;body id=&quot;id|&quot;&gt;</description>
    </item>
</rdf:RDF>

