<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>just4freaks.de</title>
	<atom:link href="http://www.just4freaks.de/feed" rel="self" type="application/rss+xml" />
	<link>http://www.just4freaks.de</link>
	<description>Typo3 München Wordpress Starnberg  Freelancer</description>
	<lastBuildDate>Sun, 02 Sep 2012 12:24:54 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>TYPO3 &#8211; Bild Qualität ändern</title>
		<link>http://www.just4freaks.de/typo3/typo3-bild-qualitaet-aendern</link>
		<comments>http://www.just4freaks.de/typo3/typo3-bild-qualitaet-aendern#comments</comments>
		<pubDate>Thu, 22 Sep 2011 17:58:25 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[install tool]]></category>
		<category><![CDATA[localconf]]></category>
		<category><![CDATA[tips]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=801</guid>
		<description><![CDATA[Hier ein kleiner Snippsel um die Qualität der Bilder in TYPO3 zu ändern. Hierzu gibt es 2 Möglichkeiten: Entweder öffnet ihr eure localconf.php im Ordner typo3conf/ und trägt ein oder ihr ändert es über das &#8220;Install Tool&#8221; unter &#8220;All Configuration&#8221; im Backend. Hier müsst ihr nach [jpg_quality] suchen.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="TYPO3 - Bild Qualität ändern" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="TYPO3 - Bild Qualität ändern" width="403" height="111" /><br />
Hier ein kleiner Snippsel um die Qualität der Bilder in TYPO3 zu ändern. Hierzu gibt es 2 Möglichkeiten:</p>
<p>Entweder öffnet ihr eure localconf.php im Ordner typo3conf/ und trägt</p>
<pre class="brush: xml; title: ; notranslate">
$TYPO3_CONF_VARS['GFX']['jpg_quality'] = '90';	// Image Quality
</pre>
<p>ein oder ihr ändert es über das &#8220;Install Tool&#8221; unter &#8220;All Configuration&#8221; im Backend. Hier müsst ihr nach [jpg_quality] suchen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-bild-qualitaet-aendern/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Typoscript &#8211; JavaScript im Footer auslagern</title>
		<link>http://www.just4freaks.de/typo3/typoscript-javascript-im-footer-auslagern</link>
		<comments>http://www.just4freaks.de/typo3/typoscript-javascript-im-footer-auslagern#comments</comments>
		<pubDate>Tue, 31 May 2011 08:01:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=794</guid>
		<description><![CDATA[Hier ein Typoscript Snippsel um euer JavaScript im Footer auszulagern. Durch includeJSFooter ist es möglich JavaScript in den Body vor dem abschliessenden &#60;/body&#62;-tag einzubinden. Diese Funktion kann man ab der TYPO3 Version 4.3 benützen. Typoscript Setup:]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typoscript - JavaScript im Footer auslagern" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typoscript - JavaScript im Footer auslagern" width="403" height="111" /><br />
Hier ein Typoscript Snippsel um euer JavaScript im Footer auszulagern. Durch includeJSFooter ist es möglich JavaScript in den Body vor dem abschliessenden  &lt;/body&gt;-tag einzubinden. Diese Funktion kann man ab der TYPO3 Version 4.3 benützen.<br />
<span id="more-794"></span><br />
Typoscript Setup:</p>
<pre class="brush: xml; title: ; notranslate">
page = PAGE
page {
	includeJSFooter {
		jquery = fileadmin/templates/js/jquery-1.6.1.min.js
		jquery {
			allWrap = |
			external =
			compress =
			forceOnTop = 0
			type = text/javascript
		}
	}
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typoscript-javascript-im-footer-auslagern/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; tt_news Dokument speichern und Webseite anzeigen</title>
		<link>http://www.just4freaks.de/typo3/typo3-tt_news-dokument-speichern-und-webseite-anzeigen</link>
		<comments>http://www.just4freaks.de/typo3/typo3-tt_news-dokument-speichern-und-webseite-anzeigen#comments</comments>
		<pubDate>Fri, 25 Feb 2011 21:18:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[ts]]></category>
		<category><![CDATA[tt_news]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=779</guid>
		<description><![CDATA[Hier ein Typoscript Snippsel um aus dem Storagefolder von tt_news die Singleseite beim Speichern direkt aufzurufen. Dazu müsst ihr euren Storagefolder von tt_news auswählen. Unter den Seiteneigenschaften müsst ihr den Tab Resources öffnen und innerhalb des Feldes &#8220;Page TSConfig&#8221; folgendes eintragen. Ihr müsst nur &#8220;xx&#8221; mit eurer Seiten ID der tt_news Single Ansicht ersetzen.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - tt_news Dokument speichern und Webseite anzeigen" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - tt_news Dokument speichern und Webseite anzeigen" width="403" height="111" /></p>
<p>Hier ein Typoscript Snippsel um aus dem Storagefolder von tt_news die Singleseite beim Speichern direkt aufzurufen. Dazu müsst ihr euren Storagefolder von tt_news auswählen. <span id="more-779"></span>Unter den Seiteneigenschaften müsst ihr den Tab Resources öffnen und innerhalb des Feldes &#8220;Page TSConfig&#8221; folgendes eintragen.</p>
<pre class="brush: xml; title: ; notranslate">
tx_ttnews.singlePid = xx 
</pre>
<p>Ihr müsst nur &#8220;xx&#8221; mit eurer Seiten ID der tt_news Single Ansicht ersetzen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-tt_news-dokument-speichern-und-webseite-anzeigen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Templavoila &#8211; Maximale Bildgröße im Contentbereich</title>
		<link>http://www.just4freaks.de/typo3/templavoila-maximale-bildgroesse-im-contentbereich</link>
		<comments>http://www.just4freaks.de/typo3/templavoila-maximale-bildgroesse-im-contentbereich#comments</comments>
		<pubDate>Thu, 24 Feb 2011 20:41:23 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[fce]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=765</guid>
		<description><![CDATA[Hier ein Typoscript Snippsel um die Maximale Bildgröße im Contentbereich von Templavoila zu beeinflussen. Dazu müsst euren Templavoila Storagefolder auswählen. Wechselt dann auf die Listenansicht und sucht euer Haupttemplate. Hier müsst Ihr unter &#8220;TemplaVoilà Data Structure&#8221; das Template auswählen und auf den Editierbutton klicken. In der XML Datei von Templavoila müsst Ihr dann euren Contentbereich [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Templavoila - Maximale Bildgröße im Contentbereich" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Templavoila - Maximale Bildgröße im Contentbereich" width="403" height="111" /><br />
Hier ein Typoscript Snippsel um die <strong>Maximale Bildgröße</strong> im Contentbereich von <strong>Templavoila</strong> zu beeinflussen. Dazu müsst euren Templavoila Storagefolder auswählen. Wechselt dann auf die Listenansicht und sucht euer Haupttemplate. Hier müsst Ihr unter &#8220;<em>TemplaVoilà Data Structure</em>&#8221; das Template auswählen und auf den Editierbutton klicken. In der XML Datei von Templavoila müsst Ihr dann euren Contentbereich suchen.<br />
<span id="more-765"></span><br />
Hier ein Beispiel:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;field_content type=&quot;array&quot;&gt;
	&lt;tx_templavoila type=&quot;array&quot;&gt;
		&lt;title&gt;Inhalt&lt;/title&gt;
		&lt;sample_data type=&quot;array&quot;&gt;
			&lt;numIndex index=&quot;0&quot;&gt;&lt;/numIndex&gt;
		&lt;/sample_data&gt;
		&lt;eType&gt;ce&lt;/eType&gt;
		&lt;TypoScript&gt;
			&lt;![CDATA[
			10= RECORDS
			10.source.current=1
			10.tables = tt_content
			10.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
			]]&gt;
		&lt;/TypoScript&gt;
		&lt;preview&gt;&lt;/preview&gt;
		&lt;enableDragDrop type=&quot;integer&quot;&gt;1&lt;/enableDragDrop&gt;
	&lt;/tx_templavoila&gt;
	&lt;TCEforms type=&quot;array&quot;&gt;
		&lt;label&gt;Inhalt&lt;/label&gt;
		&lt;config type=&quot;array&quot;&gt;
			&lt;type&gt;group&lt;/type&gt;
			&lt;internal_type&gt;db&lt;/internal_type&gt;
			&lt;allowed&gt;tt_content&lt;/allowed&gt;
			&lt;size&gt;5&lt;/size&gt;
			&lt;maxitems&gt;200&lt;/maxitems&gt;
			&lt;minitems&gt;0&lt;/minitems&gt;
			&lt;multiple&gt;1&lt;/multiple&gt;
			&lt;show_thumbs&gt;1&lt;/show_thumbs&gt;
		&lt;/config&gt;
	&lt;/TCEforms&gt;
&lt;/field_content&gt;
</pre>
<p>Ihr müsst dann nur den Bereich Typoscript mit diesen Code ersetzen.</p>
<pre class="brush: xml; title: ; notranslate">
&lt;TypoScript&gt;
	&lt;![CDATA[
	10 = LOAD_REGISTER
	10.maxImageWidth = 470
        10.maxImageWidthInText = 235
	15 = RECORDS
	15.source.current = 1
	15.tables = tt_content
       15.wrap = &lt;!--TYPO3SEARCH_begin--&gt; | &lt;!--TYPO3SEARCH_end--&gt;
	20 = RESTORE_REGISTER	
	]]&gt;
&lt;/TypoScript&gt;
</pre>
<p>10.maxImageWidth = hier eure Maximale Bildgröße eintragen<br />
10.maxImageWidthInText = hier könnt ihr den Wert für Text/bild eintragen</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/templavoila-maximale-bildgroesse-im-contentbereich/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; tt_news cache deaktivieren</title>
		<link>http://www.just4freaks.de/typoscript/typo3-tt_news-cache-deaktivieren</link>
		<comments>http://www.just4freaks.de/typoscript/typo3-tt_news-cache-deaktivieren#comments</comments>
		<pubDate>Thu, 21 Oct 2010 13:56:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=751</guid>
		<description><![CDATA[Hier ein Typoscript Snippsel der den Cache der tt_news Listenansicht automatisch bei einem neuen Eintrag löscht. Dieser muss in den Storagefolder der News unter Seiteneigenschaften -&#62; Optionen in TSconfig eingetragen werden. Als PID gibt ihr die SeitenID mit der News an.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - tt_news cache deaktivieren" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - tt_news cache deaktivieren‎" width="403" height="111" /><br />
Hier ein Typoscript Snippsel der den Cache der tt_news Listenansicht automatisch bei einem neuen Eintrag löscht.<br />
Dieser muss in den Storagefolder der News unter Seiteneigenschaften -&gt; Optionen in TSconfig eingetragen werden.</p>
<p><span id="more-751"></span></p>
<p>Als PID gibt ihr die SeitenID mit der News an.</p>
<pre class="brush: xml; title: ; notranslate">
	TCEMAIN.clearCacheCmd = PID
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typoscript/typo3-tt_news-cache-deaktivieren/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Untermenü ausblenden wenn kein Inhalt vorhanden</title>
		<link>http://www.just4freaks.de/typo3/typo3-untermenue-ausblenden-wenn-kein-inhalt-vorhanden</link>
		<comments>http://www.just4freaks.de/typo3/typo3-untermenue-ausblenden-wenn-kein-inhalt-vorhanden#comments</comments>
		<pubDate>Sat, 16 Oct 2010 10:53:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[hmenu]]></category>
		<category><![CDATA[submenu]]></category>
		<category><![CDATA[tmenu]]></category>
		<category><![CDATA[typoscript]]></category>
		<category><![CDATA[untermenü]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=743</guid>
		<description><![CDATA[Hier ein Typoscript Snippsel das verhindert das ein Untermenü in Typo3 angezeigt wird, falls kein Unterpunkte vorhanden sind. stdWrap.if.isTrue.data = register:count_menuItems Dieser Teil überprüft ob ein Untermenü vorhanden ist. Falls kein Untermenu vorhanden ist wird wird nichts dargestellt. Hier wird nachgeprüft ob die Anzahl der Menü-Unterpunkte &#62; 0 ist.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - Untermenü ausblenden wenn kein Inhalt vorhanden‎" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - Untermenü ausblenden wenn kein Inhalt vorhanden‎" width="403" height="111" /><br />
Hier ein Typoscript Snippsel das verhindert das ein Untermenü in Typo3 angezeigt wird, falls kein Unterpunkte vorhanden sind.</p>
<pre class="brush: xml; title: ; notranslate">
temp.subnavi = HMENU
temp.subnavi {
  entryLevel = 1
  wrap = &lt;ul class=&quot;subnavi&quot;&gt;|&lt;/ul&gt;
  stdWrap.if.isTrue.data = register:count_menuItems
  1 = TMENU
  1 {
    noBlur = 1
    expAll = 1
    NO = 1
    NO {
      wrapItemAndSub = &lt;li&gt;|&lt;/li&gt;
      ATagTitle.field = abstract // description // subtitle// title
    }
    IFSUB &lt; .NO
    IFSUB = 1
    ACT &lt; .NO
    ACT = 1
    ACT.ATagParams = class=&quot;active&quot;
  }

  2 &lt; .1
  2.IFSUB = 1
  2.IFSUB.ATagParams = class=&quot;parent&quot;
  2.wrap = &lt;ul&gt;|&lt;/ul&gt;
  2.NO.ATagParams=
}
</pre>
<p><strong>stdWrap.if.isTrue.data = register:count_menuItems</strong><br />
Dieser Teil überprüft ob ein Untermenü vorhanden ist. Falls kein Untermenu vorhanden ist wird wird nichts dargestellt.<br />
Hier wird nachgeprüft ob die Anzahl der Menü-Unterpunkte &gt; 0 ist.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-untermenue-ausblenden-wenn-kein-inhalt-vorhanden/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; Pipe in Typoscript</title>
		<link>http://www.just4freaks.de/typo3/typo3-pipe-in-typoscript</link>
		<comments>http://www.just4freaks.de/typo3/typo3-pipe-in-typoscript#comments</comments>
		<pubDate>Mon, 04 Oct 2010 09:57:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=736</guid>
		<description><![CDATA[Solltet ihr ein Pipe Symbol in Typoscript benötigen, lässt sich das ganz einfach mit &#8220;&#38;#x007C;&#8221; lösen. Alternativ könnt ihr auch &#8220;&#38;#124;&#8221; hernehmen. Hier ein kleines Beispiel: Quelle: http://de.wikipedia.org/wiki/Senkrechter_Strich]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - Pipes in Typoscript" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - Pipes in Typoscript" width="403" height="111" /></p>
<p>Solltet ihr ein Pipe Symbol in Typoscript benötigen, lässt sich das ganz einfach mit &#8220;&amp;#x007C;&#8221; lösen.<br />
Alternativ könnt ihr auch &#8220;&amp;#124;&#8221; hernehmen.</p>
<p>Hier ein kleines Beispiel:</p>
<pre class="brush: xml; title: ; notranslate">
temp.nav = COA
temp.nav {
	10 = TEXT
	10.value = Pipes in Typoscript
}
lib.menu &lt; temp.nav
lib.menu.wrap = &lt;div class=&quot;pipe&quot;&gt;&amp;#x007C;|&amp;#x007C;&lt;/div&gt;
</pre>
<p>Quelle: <a href="http://de.wikipedia.org/wiki/Senkrechter_Strich">http://de.wikipedia.org/wiki/Senkrechter_Strich<br />
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-pipe-in-typoscript/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Typo3 &#8211; tt_news RSS übersetzen (translation)</title>
		<link>http://www.just4freaks.de/typo3/typo3-tt_news-rss-uebersetzen-translation</link>
		<comments>http://www.just4freaks.de/typo3/typo3-tt_news-rss-uebersetzen-translation#comments</comments>
		<pubDate>Thu, 09 Sep 2010 15:42:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[tt_news]]></category>
		<category><![CDATA[typoscript]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=733</guid>
		<description><![CDATA[Hier ein Beispiel für eine tt_news (RSS Feed) Sprachenübersetzung mit Typoscript. Typoscript für die Defaultsprache (in diesem Beispiel Deutsch) Falls ihr Fragen dazu habt, nützt einfach die Kommentarfunktion.]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone mb5" title="Typo3 - tt_news RSS übersetzen (translation)" src="http://www.just4freaks.de/wp-content/uploads/2009/02/typo3-logo.png" alt="Typo3 - tt_news RSS übersetzen (translation)" width="403" height="111" /></p>
<p>Hier ein Beispiel für eine tt_news (RSS Feed) Sprachenübersetzung mit Typoscript. </p>
<p>Typoscript für die Defaultsprache (in diesem Beispiel Deutsch)</p>
<pre class="brush: xml; title: ; notranslate">
xmlnews = PAGE
xmlnews {
	10.displayXML {
		xmlTitle = tt_news rss german title
		xmlLink = http://domain.de/
		xmlDesc = www.domain.de RSS Feed
		xmlLang = de
	}
}
 
[globalVar = GP:L = 1]
xmlnews = PAGE
xmlnews {
	10.displayXML {
		xmlTitle = tt_news rss english title
		xmlLink = http://domain.de/
		xmlDesc = www.domain.de RSS Feed
		xmlLang = en
	}
}
[global]
</pre>
<p>Falls ihr Fragen dazu habt, nützt einfach die Kommentarfunktion.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/typo3/typo3-tt_news-rss-uebersetzen-translation/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress 3 Custom Post Types</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types#comments</comments>
		<pubDate>Tue, 22 Jun 2010 09:04:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[wordpress 3]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=716</guid>
		<description><![CDATA[In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzmöglichkeiten der populären Blog-Software wesentlich verbessert. Die wichtigste Neuerung lautet Custom Post Types, welche es erlauben, neben den herkömmlichen Standart Post Types auch eigene Post Types zu definieren. Hierzu möchte ich euch ein paar interessante Links bereitstellen: WP Engineer Custom Post Types in [...]]]></description>
				<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Custom Post Types" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Custom Post Types" width="403" height="158" /><br />
In der neusten Version bietet WordPress 3 einige wichtige Neuerungen, welche die Einsatzmöglichkeiten der populären Blog-Software wesentlich verbessert.<br />
Die wichtigste Neuerung lautet <strong>Custom Post Types</strong>, welche es erlauben, neben den herkömmlichen Standart Post Types auch eigene Post Types zu definieren.<br />
<span id="more-716"></span><br />
Hierzu möchte ich euch ein paar interessante Links bereitstellen:</p>
<ul>
<li><a href="http://wpengineer.com/impressions-of-custom-post-type/">WP Engineer</a></li>
<li><a href="http://kovshenin.com/archives/custom-post-types-in-wordpress-3-0/">Custom Post Types in WordPress 3.0</a></li>
<li><a href="http://blog.netprofit.de/custom-post-types-wordpress.html">Custom Post Types ab WordPress 3.0 nutzen</a></li>
<li><a href="http://www.vooshthemes.com/blog/wordpress-tip/create-a-professional-portfolio-using-wordpress-3-0-custom-post-types/">Create A Professional Portfolio Using WordPress 3.0 Custom Post Types</a></li>
<li><a href="http://net.tutsplus.com/tutorials/wordpress/rock-solid-wordpress-3-0-themes-using-custom-post-types/">Rock-Solid WordPress 3.0 Themes using Custom Post Types</a></li>
<li><a href="http://justintadlock.com/archives/2010/04/29/custom-post-types-in-wordpres">Custom post types in WordPress</a></li>
<li><a href="http://www.catswhocode.com/blog/how-to-create-a-side-blog-with-wordpress-3-0">How to create a side blog with WordPress 3.0</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-3-custom-post-types/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Admin Passwort zurücksetzen</title>
		<link>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen</link>
		<comments>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen#comments</comments>
		<pubDate>Fri, 09 Apr 2010 07:32:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[admin]]></category>
		<category><![CDATA[phpmyadmin]]></category>
		<category><![CDATA[sql]]></category>
		<category><![CDATA[wp]]></category>

		<guid isPermaLink="false">http://www.just4freaks.de/?p=711</guid>
		<description><![CDATA[Falls du dein Admin Passwort für dein WordPress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die Möglichkeit per phpMyAdmin das Passwort neu zu setzen. Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in WordPress neu zu setzen. Einfach neues_passwort_hier mit dem neuen Passwort ersetzen und den richtigen Admin Usernamen ersetzen.]]></description>
				<content:encoded><![CDATA[<p><img class="img-border mb5" title="Wordpress Attachments" src="http://www.just4freaks.de/wp-content/uploads/2009/02/wp-logo1.png" alt="Wordpress Attachments" width="403" height="158" /><br />
Falls du dein Admin Passwort für dein WordPress Theme vergessen hast und keinen Zugriff auf dein E-Mail Konto hast, besteht die Möglichkeit per phpMyAdmin das Passwort neu zu setzen.<br />
Hier ein einfacher Sql-Schnipsel, um das Admin Passwort in WordPress neu zu setzen.<br />
<span id="more-711"></span></p>
<pre class="brush: php; title: ; notranslate">
UPDATE `wp_users` SET `user_pass` = MD5( 'neues_passwort_hier' ) WHERE `wp_users`.`user_login` = &quot;admin_username&quot;;
</pre>
<p>Einfach <em>neues_passwort_hier</em> mit dem neuen Passwort ersetzen und den richtigen <em>Admin Usernamen</em> ersetzen.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.just4freaks.de/wordpress/wordpress-admin-passwort-zuruecksetzen/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
