<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Kommentare zu: blog &#124; Neues Theme aktiviert</title>
	<atom:link href="http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/feed/" rel="self" type="application/rss+xml" />
	<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/</link>
	<description>mehr als nur ein Notizblock</description>
	<lastBuildDate>Sun, 13 May 2012 18:48:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>Von: makomi</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-181</link>
		<dc:creator>makomi</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:27:57 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-181</guid>
		<description>Und in der &lt;i&gt;comments.php&lt;/i&gt; die Zeile

&lt;pre lang=&quot;php&quot;&gt;&lt; ?php if (function_exists(&#039;show_subscription_checkbox&#039;)) { show_subscription_checkbox(); } ?&gt;&lt;/pre&gt;

damit das Plugin &lt;i&gt;subscribe-to-comment&lt;/i&gt; auch funktioniert bzw. angezeigt wird. Der komplette Block sind dann so aus:

&lt;pre lang=&quot;php&quot;&gt;
&lt;div id=&quot;submit_comment_wrapper&quot;&gt;
        &lt; ?php if (function_exists(&#039;show_subscription_checkbox&#039;)) { show_subscription_checkbox(); } ?&gt;
        &lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit_comment&quot; tabindex=&quot;5&quot; value=&quot;&lt;?php _e(&#039;Submit Comment&#039;, &#039;monochrome&#039;); ?/&gt;&quot; title=&quot;&lt; ?php _e(&#039;Submit Comment&#039;, &#039;monochrome&#039;); ?&gt;&quot; alt=&quot;&lt; ?php _e(&#039;Submit Comment&#039;, &#039;monochrome&#039;); ?&gt;&quot; /&gt;
&lt;/div&gt;
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Und in der <i>comments.php</i> die Zeile</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span> ?php <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">function_exists</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'show_subscription_checkbox'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span> show_subscription_checkbox<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #009900;">&#125;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span></pre></div></div>

<p>damit das Plugin <i>subscribe-to-comment</i> auch funktioniert bzw. angezeigt wird. Der komplette Block sind dann so aus:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">&lt;div id=&quot;submit_comment_wrapper&quot;&gt;
        &lt; ?php if (function_exists('show_subscription_checkbox')) { show_subscription_checkbox(); } ?&gt;
        &lt;input name=&quot;submit&quot; type=&quot;submit&quot; id=&quot;submit_comment&quot; tabindex=&quot;5&quot; value=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Submit Comment'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'monochrome'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> ?<span style="color: #339933;">/&gt;</span><span style="color: #0000ff;">&quot; title=&quot;</span><span style="color: #339933;">&lt;</span> ?php _e<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Submit Comment'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'monochrome'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; alt=&quot;&lt; ?php _e('Submit Comment', 'monochrome'); ?&gt;&quot; /&gt;
&lt;/div&gt;</pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Von: makomi</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-180</link>
		<dc:creator>makomi</dc:creator>
		<pubDate>Mon, 18 Jan 2010 12:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-180</guid>
		<description>Folgende Änderungen habe ich an dem Theme noch vorgenommen:

&lt;i&gt;style.css&lt;/i&gt;

Änderung der beiden Zeilen, damit der Rand um die Bilder weg ist.
&lt;pre lang=&quot;css&quot;&gt;.post img, .post a img { border:0px; padding:5px; margin:0 10px 0 0;  background:#f2f2f2; }
.post a:hover img { border:0px; background:#9cd1e1; }&lt;/pre&gt;

Hinzufügen der Zeile, damit für das Plugin &lt;i&gt;subscribe-to-comment&lt;/i&gt; unter dem Kommentarblock ein kleiner Zwischenraum ist.

&lt;pre lang=&quot;css&quot;&gt;.subscribe-to-comments { margin:15px 0 -15px 0; }&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>Folgende Änderungen habe ich an dem Theme noch vorgenommen:</p>
<p><i>style.css</i></p>
<p>Änderung der beiden Zeilen, damit der Rand um die Bilder weg ist.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.post</span> img<span style="color: #00AA00;">,</span> <span style="color: #6666ff;">.post</span> a img <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">padding</span><span style="color: #00AA00;">:</span><span style="color: #933;">5px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #cc66cc;">0</span> <span style="color: #933;">10px</span> <span style="color: #cc66cc;">0</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span>  <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#f2f2f2</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span>
<span style="color: #6666ff;">.post</span> a<span style="color: #3333ff;">:hover </span>img <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">border</span><span style="color: #00AA00;">:</span><span style="color: #933;">0px</span><span style="color: #00AA00;">;</span> <span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span><span style="color: #cc00cc;">#9cd1e1</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>Hinzufügen der Zeile, damit für das Plugin <i>subscribe-to-comment</i> unter dem Kommentarblock ein kleiner Zwischenraum ist.</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #6666ff;">.subscribe-to-comments</span> <span style="color: #00AA00;">&#123;</span> <span style="color: #000000; font-weight: bold;">margin</span><span style="color: #00AA00;">:</span><span style="color: #933;">15px</span> <span style="color: #cc66cc;">0</span> <span style="color: #933;">-15px</span> <span style="color: #cc66cc;">0</span><span style="color: #00AA00;">;</span> <span style="color: #00AA00;">&#125;</span></pre></div></div>

]]></content:encoded>
	</item>
	<item>
		<title>Von: makomi</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-174</link>
		<dc:creator>makomi</dc:creator>
		<pubDate>Fri, 15 Jan 2010 12:28:51 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-174</guid>
		<description>Richtig genial finde ich - auch wenn es auf meine Art Blog nicht passen würde: &lt;url&gt;http://blog.tigion.de/&lt;/url&gt;</description>
		<content:encoded><![CDATA[<p>Richtig genial finde ich — auch wenn es auf meine Art Blog nicht passen würde: <url><a href="http://blog.tigion.de/" rel="nofollow">http://blog.tigion.de/</a></url></p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: Markus</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-173</link>
		<dc:creator>Markus</dc:creator>
		<pubDate>Fri, 15 Jan 2010 09:28:02 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-173</guid>
		<description>Also ich mag das Theme :-) Nutz es ja auch! Viele Grüße!</description>
		<content:encoded><![CDATA[<p>Also ich mag das Theme :-) Nutz es ja auch! Viele Grüße!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: fidel</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-172</link>
		<dc:creator>fidel</dc:creator>
		<pubDate>Thu, 14 Jan 2010 16:55:16 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-172</guid>
		<description>schoen - damit hast diese Pest schonmal weg ;)</description>
		<content:encoded><![CDATA[<p>schoen — damit hast diese Pest schonmal weg ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: makomi</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-166</link>
		<dc:creator>makomi</dc:creator>
		<pubDate>Wed, 13 Jan 2010 19:37:52 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-166</guid>
		<description>So, wegen der Bildermacke habe ich nochmal nachgeschaut: Die Bilder, welche zu breit sind, werden nun korrekt skaliert statt einfach nur gestaucht. Also das Problem wäre erstmal gelöst :)</description>
		<content:encoded><![CDATA[<p>So, wegen der Bildermacke habe ich nochmal nachgeschaut: Die Bilder, welche zu breit sind, werden nun korrekt skaliert statt einfach nur gestaucht. Also das Problem wäre erstmal gelöst <img src='http://controlc.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: makomi</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-165</link>
		<dc:creator>makomi</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:54:30 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-165</guid>
		<description>Danke für Dein Feedback.

Beim alten Theme hat mich immer gestört, das die Textspalte so schmal war und damit meines Erachtens der Lesefluß zu sehr beeinträchtigt wurde.

Ja das mit den Bildern, das interessiert mich auch - mal schauen wie es beim nächsten Beitrag mit Bild aussehen wird. Ich habs ehrlich gesagt noch nicht getestet :).

Aber der Theme hat ne andere Bildmacke: Es werden die Bilder nicht, wie angegeben, zentriert angezeigt :(.

Anderes Problem: Das Plugin &quot;Subscribe To Comments&quot; zum Abonnieren der Kommentare funktioniert nicht mehr :(.

Mit den FavIcons haste recht - werde ich ändern.</description>
		<content:encoded><![CDATA[<p>Danke für Dein Feedback.</p>
<p>Beim alten Theme hat mich immer gestört, das die Textspalte so schmal war und damit meines Erachtens der Lesefluß zu sehr beeinträchtigt wurde.</p>
<p>Ja das mit den Bildern, das interessiert mich auch — mal schauen wie es beim nächsten Beitrag mit Bild aussehen wird. Ich habs ehrlich gesagt noch nicht getestet <img src='http://controlc.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> .</p>
<p>Aber der Theme hat ne andere Bildmacke: Es werden die Bilder nicht, wie angegeben, zentriert angezeigt <img src='http://controlc.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Anderes Problem: Das Plugin »Subscribe To Comments« zum Abonnieren der Kommentare funktioniert nicht mehr <img src='http://controlc.de/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>Mit den FavIcons haste recht — werde ich ändern.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Von: fidel</title>
		<link>http://controlc.de/2010/01/13/blog-neues-theme-aktiviert/comment-page-1/#comment-164</link>
		<dc:creator>fidel</dc:creator>
		<pubDate>Wed, 13 Jan 2010 18:44:31 +0000</pubDate>
		<guid isPermaLink="false">http://controlc.de/?p=1145#comment-164</guid>
		<description>Also ich finds schick - die Delicious-Favicons würde ich noch wegmachen - zwecks einheitlichkeit.

Insgesamt positiv - wobei ich das alte auch gut fand - abgesehen von der Bildschrinkproblematik. Ist dies bei diesem besser ?


Gruss
fidel</description>
		<content:encoded><![CDATA[<p>Also ich finds schick — die Delicious-Favicons würde ich noch wegmachen — zwecks einheitlichkeit.</p>
<p>Insgesamt positiv — wobei ich das alte auch gut fand — abgesehen von der Bildschrinkproblematik. Ist dies bei diesem besser ?</p>
<p>Gruss<br />
fidel</p>
]]></content:encoded>
	</item>
</channel>
</rss>

