<?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>ki GmbH :: tec blog &#187; chnewssort</title>
	<atom:link href="http://www.kigmbh.com/wordpress/tag/chnewssort/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kigmbh.com/wordpress</link>
	<description>essenzen aus der tekki welt</description>
	<lastBuildDate>Mon, 26 Jul 2010 07:24:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Typo3 tt_news Installation</title>
		<link>http://www.kigmbh.com/wordpress/2009/02/typo3-tt_news-installation/</link>
		<comments>http://www.kigmbh.com/wordpress/2009/02/typo3-tt_news-installation/#comments</comments>
		<pubDate>Tue, 24 Feb 2009 16:55:26 +0000</pubDate>
		<dc:creator>dirk</dc:creator>
				<category><![CDATA[typo3]]></category>
		<category><![CDATA[chnewssort]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[tt_news]]></category>

		<guid isPermaLink="false">http://www.kigmbh.com/wordpress/?p=32</guid>
		<description><![CDATA[Bei der Installation von tt_news kann die Extention &#8216;chnewssort&#8216; zusätzlich eingesetzt werden. Diese zeigt die News im Backend an, die im Frondend ausgegeben werden. Nach der Installation muß das statische Template eingebunden werden. Also in der root-page auf Template und dann &#8216;Click here to edit whole template record&#8216; und unter &#8216;Enthält&#8217; folgendes hizufügen: CSS-based tmpl [...]]]></description>
			<content:encoded><![CDATA[<p>Bei der Installation von <a title="tt_news" href="http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&amp;no_cache=1&amp;tx_terfe_pi1[sword]=tt_news" target="_blank">tt_news</a> kann die Extention &#8216;<a title="chnewssort" href="http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&amp;no_cache=1&amp;tx_terfe_pi1[sword]=chnewssort" target="_blank"><em>chnewssort</em></a>&#8216; zusätzlich eingesetzt werden. Diese zeigt die News im Backend an, die im Frondend ausgegeben werden.</p>
<p>Nach der Installation muß das statische Template eingebunden werden. Also in der root-page auf Template und dann &#8216;<strong>Click here to edit whole template record</strong>&#8216; und unter &#8216;Enthält&#8217; folgendes hizufügen:<br />
CSS-based tmpl (tt_news)</p>
<p>Nächster Schritt ist ein &#8216;Sys-Ordners&#8217; namens News (frei wählbar) erzeugen. Nachdem diesem unter Optionen/<span class="class-main54"><strong>Enthält Plug-In</strong></span> das Plug-In News zugewiesen wurde, bekommte er ein neues Symbol im Sitestrukturbaum und <strong>News Kategorie</strong> kann angelegt werden. Mindestens eine Kategorie muß angelegt werden.<br />
<strong>Achtung:</strong> Dieser Ordner sollte dann auch mit &#8216;pid_list = id_hier_anpassen&#8217; angegeben werden.</p>

<div class="wp_syntax"><div class="code"><pre class="typoscript" style="font-family:monospace;"><span style="color: #aaa; font-style: italic;"># </span><span style="color: #aaa; font-style: italic;"># de overwrite</span>
<span style="color: #000066; font-weight: bold;">plugin</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #000066; font-weight: bold;">tt_news</span> <span style="color: #009900;">&#123;</span>
	_LOCAL_LANG<span style="color: #339933; font-weight: bold;">.</span>de <span style="color: #009900;">&#123;</span>
		more <span style="color: #339933; font-weight: bold;">=</span> mehr
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #aaa; font-style: italic;"># </span><span style="color: #aaa; font-style: italic;"># en overwrite</span>
<span style="color: #000066; font-weight: bold;">plugin</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #000066; font-weight: bold;">tt_news</span> <span style="color: #009900;">&#123;</span>
	_LOCAL_LANG<span style="color: #339933; font-weight: bold;">.</span>en <span style="color: #009900;">&#123;</span>
		more <span style="color: #339933; font-weight: bold;">=</span> more
	<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #aaa; font-style: italic;"># </span><span style="color: #aaa; font-style: italic;"># plugin.tt_news default overwrite</span>
<span style="color: #000066; font-weight: bold;">plugin</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #000066; font-weight: bold;">tt_news</span> <span style="color: #009900;">&#123;</span>
	#debug this pid newsfolder
	pid_list <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">62</span>
	#debug this pid singleview
	singlePid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">33</span>
	catImageMode <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
	catTextMode <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
	templateFile <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span><span style="color: #000066; font-weight: bold;">tt_news</span><span style="color: #339933; font-weight: bold;">/</span><span style="color: #000066; font-weight: bold;">tt_news_v2_template</span><span style="color: #339933; font-weight: bold;">.</span>html
<span style="color: #009900;">&#125;</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>show_news &amp;lt; <span style="color: #000066; font-weight: bold;">plugin</span><span style="color: #339933; font-weight: bold;">.</span><span style="color: #000066; font-weight: bold;">tt_news</span>
<span style="color: #000066; font-weight: bold;">lib</span><span style="color: #339933; font-weight: bold;">.</span>show_news <span style="color: #009900;">&#123;</span>
	code &amp;gt;
	code <span style="color: #339933; font-weight: bold;">=</span> LATEST
	pid_list &amp;gt;
	<span<span style="color: #339933; font-weight: bold;">!</span>REG3XP6<span style="color: #339933; font-weight: bold;">!</span>>### sysfolder mit news
	pid_list <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">162</span>
	###</span> die seiten id, in der die single news sind
	singlePid <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">491</span>
	catImageMode <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
	catTextMode <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">0</span>
	latestLimit <span style="color: #339933; font-weight: bold;">=</span> <span style="color: #cc0000;">3</span>
	templateFile <span style="color: #339933; font-weight: bold;">=</span> fileadmin<span style="color: #339933; font-weight: bold;">/</span>templates<span style="color: #339933; font-weight: bold;">/</span><span style="color: #000066; font-weight: bold;">tt_news</span><span style="color: #339933; font-weight: bold;">/</span><span style="color: #000066; font-weight: bold;">tt_news_v2_template_krug</span><span style="color: #339933; font-weight: bold;">.</span>html
<span style="color: #009900;">&#125;</span></pre></div></div>

<p>&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kigmbh.com/wordpress/2009/02/typo3-tt_news-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
