<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<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"
		>
	<channel>
		<title>Wordpress and Webdesign Forum go41 &#187; Recent Posts</title>
		<link>http://forum.go41.de/</link>
		<description>How To, tips, php and css code for your WordPress site</description>
		<language>en-US</language>
		<pubDate>Sun, 05 Feb 2012 09:29:00 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://forum.go41.de/rss/" rel="self" type="application/rss+xml" />

		<item>
			<title>Joern on "Customize header with slideshow"</title>
			<link>http://forum.go41.de/topic/customize-header-with-slideshow#post-1141</link>
			<pubDate>Tue, 17 Jan 2012 14:23:42 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1141@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi, I had a look at your site.</p>
<p>First: I would think about if I really want to load multiple BIG images. In a slider like this all images have to be transferred first to your visitor, a lot of traffic..</p>
<p>Second: You try to load two of this sliders, I would start with one (the smaller in the sidebar) and only if one is working go and setup a second slider.</p>
<p>Third: you might realize these '--&#62;' under your navigation menu? you actually left the old header stuff in place and tried to 'comment' it out. That's not working. Better you delete that 'Gopi header 1.16.2012' stuff and keep a backup of the file before changes.</p>
<p>Looking at the traffic coming from your site I would say, the slider is not working correctly, these two images (a terrible... and all that gitters...) are reloading on each display, that's why it flickers somehow.</p>
<p>Conclusion: start with only one slider at a time, delete stuff you do not need, not just 'hide' it. And do the small one first for bandthwidth reasons.</p>
<p>But do not give up, that's possible anyway.
</p>]]></description>
					</item>
		<item>
			<title>kinyofu on "Customize header with slideshow"</title>
			<link>http://forum.go41.de/topic/customize-header-with-slideshow#post-1140</link>
			<pubDate>Mon, 16 Jan 2012 20:03:32 +0000</pubDate>
			<dc:creator>kinyofu</dc:creator>
			<guid isPermaLink="false">1140@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Joern,</p>
<p>I am still working with Yoko. Found a plugin called "image slideshow gallery " or Horizontal motion gallery" by Gopi. I would like them to display in place of a still image header. Is that possible?</p>
<p>Kinyofu<br />
<a href="http://www.choosetoevolve.com" rel="nofollow">http://www.choosetoevolve.com</a>
</p>]]></description>
					</item>
		<item>
			<title>Joern on "add the previous / next post link to single post template"</title>
			<link>http://forum.go41.de/topic/add-the-previous-next-post-link-to-single-post-template#post-1133</link>
			<pubDate>Thu, 29 Dec 2011 00:09:10 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1133@http://forum.go41.de/</guid>
			<description><![CDATA[<p>there are themes like Arthemia which do not link from a single post to the previous or next post.<br />
To make navigation easier and improve your SEO by internal linking you can add these two links very easy!</p>
<p>Find in (Arthemia theme) single.php the last six lines, they should look like this:<br />
<pre><code>&#60;?php endif; ?&#62;

	&#60;/div&#62;

&#60;?php get_sidebar(); ?&#62;
&#60;?php get_footer(); ?&#62;</code></pre>
<p>Now add the following just below &#60;?php endif; ?&#62; and above the following &#60;/div&#62;</p>
<pre><code>&#60;div class=&#34;navigation&#34;&#62;
&#60;div class=&#34;right&#34;&#62;&#60;?php next_post_link(&#039;%link &#38;raquo;&#039;) ?&#62;&#60;/div&#62;
&#60;div class=&#34;left&#34;&#62;&#60;?php previous_post_link(&#039;&#38;laquo; %link&#039;) ?&#62;&#60;/div&#62;
&#60;/div&#62;</code></pre>
<p>The result should be:<br />
<pre><code>&#60;?php endif; ?&#62;
&#60;div class=&#34;navigation&#34;&#62;
&#60;div class=&#34;right&#34;&#62;&#60;?php next_post_link(&#039;%link &#38;raquo;&#039;) ?&#62;&#60;/div&#62;
&#60;div class=&#34;left&#34;&#62;&#60;?php previous_post_link(&#039;&#38;laquo; %link&#039;) ?&#62;&#60;/div&#62;
&#60;/div&#62;
	&#60;/div&#62;

&#60;?php get_sidebar(); ?&#62;
&#60;?php get_footer(); ?&#62;</code></pre>
<p>to get the correct styling should be in your style.css already, normally you do not need to change something.<br />
the styles (somewhere in your .css) are:</p>
<p>.navigation {<br />
	padding:5px 0px;<br />
	text-align:Center;<br />
	}</p>
<p>and somewhere else:</p>
<p>.left, .alignleft {<br />
	float:left;<br />
	}</p>
<p>.right, .alignright {<br />
	float:right;<br />
	}
</p>]]></description>
					</item>
		<item>
			<title>Joern on "removing the Social Bookmark Icons in Arthemia"</title>
			<link>http://forum.go41.de/topic/removing-the-social-bookmark-icons-in-arthemia#post-1132</link>
			<pubDate>Wed, 28 Dec 2011 23:50:55 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1132@http://forum.go41.de/</guid>
			<description><![CDATA[<p>If you use a plugin to display social bookmarks and also use the Arthemia free theme, you might get some icons displayed twice.<br />
Here I explain how to remove the social icons which are hardcoded into single.php of Arthemia theme.</p>
<p>Open up single.php with any text editor and find a line with &#60;div id="tools"&#62;<br />
In this DIV are some lines loading the icons and also one line, which loads 'the_ratings' if you use the plugin WP-PostRatings. (we delete this line too..)</p>
<p>So delete this:<br />
<pre><code>&#60;div id=&#34;tools&#34;&#62;
&#60;div style=&#34;float:left;&#34;&#62;&#60;a href=&#34; <a href="http://digg.com/submit?phase=2&#038;url=" rel="nofollow">http://digg.com/submit?phase=2&#038;url=</a> &#60;?php the_permalink();?&#62;&#38;title=&#60;?php the_title();?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/digg.png&#34; title=&#34;Digg this!&#34;&#62;&#60;/a&#62;&#60;a href=&#34; <a href="http://del.icio.us/post?v=4&#038;noui&#038;jump=close" rel="nofollow">http://del.icio.us/post?v=4&#038;noui&#038;jump=close</a>
&#38;url=&#60;?php the_permalink();?&#62;
&#38;title=&#60;?php the_title();?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/delicious.png&#34; title=&#34;Add to del.icio.us!&#34;&#62;&#60;/a&#62;&#60;a href=&#34;http://www.stumbleupon.com/submit?url=&#60;?php the_permalink(); ?&#62;&#38;title=&#60;?php the_title(); ?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/stumbleupon.png&#34; title=&#34;Stumble this!&#34;&#62;&#60;/a&#62;&#60;a href=&#34; <a href="http://technorati.com/faves?add=&#060;?php" rel="nofollow">http://technorati.com/faves?add=&#060;?php</a> echo get_option(&#039;home&#039;); ?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/technorati.png&#34; title=&#34;Add to Techorati!&#34;&#62;&#60;/a&#62;&#60;a href=&#34;http://www.facebook.com/sharer.php?u=&#60;?php the_permalink();?&#62;&#38;t=&#60;?php the_title();?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/facebook.png&#34; title=&#34;Share on Facebook!&#34;&#62;&#60;/a&#62;&#60;a href=&#34; <a href="http://www.newsvine.com/_tools/seed&#038;save?" rel="nofollow">http://www.newsvine.com/_tools/seed&#038;save?</a> u=&#60;?php the_permalink();?&#62;&#38;h=&#60;?php the_title();?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/newsvine.png&#34; title=&#34;Seed Newsvine!&#34;&#62;&#60;/a&#62;&#60;a href=&#34; <a href="http://reddit.com/submit?url=" rel="nofollow">http://reddit.com/submit?url=</a>
&#60;?php the_permalink();?&#62;&#38;title=&#60;?php the_title();?&#62;&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/reddit.png&#34; title=&#34;Reddit!&#34;&#62;&#60;/a&#62;&#60;a href=&#34; <a href="http://myweb.yahoo.com/myresults/bookmarklet?" rel="nofollow">http://myweb.yahoo.com/myresults/bookmarklet?</a> t=&#60;?php the_title();?&#62;&#38;u=&#60;?php the_permalink();?&#62;&#38;ei=UTF&#34; target=&#34;_blank&#34;&#62;&#60;img src=&#34;&#60;?php echo get_option(&#039;home&#039;); ?&#62;/wp-content/themes/arthemia/images/sociable/yahoomyweb.png&#34; title=&#34;Add to Yahoo!&#34;&#62;&#60;/a&#62;
&#60;/div&#62;

	&#60;div style=&#34;float:right;display:block;&#34;&#62;&#60;?php if(function_exists(&#039;the_ratings&#039;)) { the_ratings(); } ?&#62;&#60;/div&#62;
	&#60;/div&#62;</code></pre>
<p>the following stuff (below the lines deleted) will have to stay in place!!<br />
<pre><code>&#60;/div&#62;

	&#60;div id=&#34;comments&#34;&#62;
	&#60;?php comments_template(); ?&#62;
	&#60;/div&#62;
.......</code></pre>
<p>Now the hardcoded icons should be gone, not more and not less.</p>
<p>ABOUT THE OLD 'RO Social Bookmarks' Plugin: I do NOT recommend to use this as it inserts also a hidden link to the developers website into your site! Google doesn't like hidden links! This link you might find in your sites sourcecode:<br />
&#60;div id="dwcredit"&#62;&#60;a id="dwlogo" href=".......</p>
<p>Talking about single.php we could add the standard previous/next post link to your single posts here!</p>
<p>Details how to add previous_post_link and next_post_link you find in this topic:<br />
<a href="http://forum.go41.de/topic/add-the-previous-next-post-link-to-single-post-template" rel="nofollow">http://forum.go41.de/topic/add-the-previous-next-post-link-to-single-post-template</a>
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Fix for rel=”category tag” - Bad value category tag for HTML5 themes"</title>
			<link>http://forum.go41.de/topic/fix-for-rel%e2%80%9dcategory-tag%e2%80%9d-bad-value-category-tag-for-html5-themes#post-1129</link>
			<pubDate>Sun, 25 Dec 2011 18:07:47 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1129@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Using more HTML5 themes with WordPress I found that the W3C doesn't validate all HTML5 output of WordPress.<br />
The error I am talking of is:</p>
<p><strong>Bad value category tag for attribute rel on element a: Keyword category is not registered.</strong></p>
<p>WordPress adds to the category list of each post:  rel="category tag"<br />
The <strong>HTML5 Conformance Checker</strong> however would like to see only rel="tag"</p>
<p>The solution is to filter "&#60;?php the_category(', '); ?&#62;" (the list of categories generated)</p>
<p>most themes have already a functions.php to add or modify functions of WordPress.</p>
<p>Best for me seems to be to add a filter into this file, which replaces rel="category tag" with rel="tag"</p>
<p>The lines to add to functions.php:</p>
<pre><code>function remove_rel_category( $text ) { // w3c error for Bad value category tag for attribute rel
    $text = str_replace(&#039;rel=&#34;category tag&#34;&#039;, &#039;rel=&#34;tag&#34;&#039;, $text);
    return $text;
}
add_filter( &#039;the_category&#039;, &#039;remove_rel_category&#039; );</code></pre>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature/page/2#post-1125</link>
			<pubDate>Sat, 17 Dec 2011 18:17:28 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1125@http://forum.go41.de/</guid>
			<description><![CDATA[<p>You are the best. I implemented all of your suggestions and it looks so much, much better. Thanks again. </p>
<p>Yes, I have been playing around with the sidebar. It has been giving me some trouble. The top Sidebar won't take new widgets so I have been testing to see what it will take. I also can't put anything in the Right Sidebar and I don't need the "pages" in the Left Sidebar but for now "pages"(or "categories") are the only widgets it will accept. I tried turning off and on the plugins to see if that would shake it up. I must have added something by accident that is restricting its use. </p>
<p>I can't thank you enough for all your help. Please if you have any more suggestions, pass them along. They are absolutely welcome :)<br />
Marinka
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature/page/2#post-1124</link>
			<pubDate>Sat, 17 Dec 2011 15:25:39 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">1124@http://forum.go41.de/</guid>
			<description><![CDATA[<p>good, thank you,<br />
there is still an image not loading on your site:<br />
#navbar-wrapper {<br />
	width:960px;<br />
	background: url(images/navbar-wrapper.png);<br />
}<br />
it's not needed anyway so you could uncomment or delete that line like this:</p>
<p>/* background: url(images/navbar-wrapper.png); */</p>
<p>more again, (sorry I am 'playing' with your css..)<br />
the sidebar is somehow not nice aligned below adsense ad, I mean div id="sidebar-top"</p>
<p>adding some padding makes it looking better (for me)<br />
you have:<br />
#sidebar-top, #sidebar-bottom {<br />
	width:300px;<br />
	float:right;</p>
<p>	}<br />
better like this:<br />
#sidebar-top, #sidebar-bottom {<br />
	width:300px;<br />
	float:right;<br />
	padding:10px;<br />
	}</p>
<p>'the pages' I do not consider by now, at least they move down a bit</p>
<p>and more: to shift the taskbar (the menu) a bit up below your logo remove in #navbar the margin-top:15px;</p>
<p>#navbar {<br />
	margin:0 auto;</p>
<p>	padding:0px 10px;<br />
	text-transform:uppercase;<br />
	background: url(images/navbar.png) no-repeat;<br />
	}</p>
<p>*******<br />
found this forum in your blogroll ;-)<br />
thank you<br />
*******</p>
<p>Happy holidays for you too, Jörn
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature/page/2#post-1123</link>
			<pubDate>Sat, 17 Dec 2011 12:48:27 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1123@http://forum.go41.de/</guid>
			<description><![CDATA[<p>That did the trick! Thanks again so very, very much.</p>
<p>Merry Christmas and happy holidays to you!<br />
Marinka
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature/page/2#post-1122</link>
			<pubDate>Sat, 17 Dec 2011 10:49:51 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">1122@http://forum.go41.de/</guid>
			<description><![CDATA[<p>hi, welcome back<br />
the background of the text in the slider is indeed an overlay, it's an image actually!</p>
<p>In your style.css the div class="info" tries to load this 'transparent-bg.png' image:</p>
<p>#myslider .ui-tabs-panel .info{<br />
	position:absolute;<br />
	top:240px; left:0;<br />
	width:610px; height:70px;<br />
	background: url('images/transparent-bg.png');<br />
}</p>
<p>So what you need is this transparent-bg.png in your .../themes/arthemia/images/ folder on the server:<br />
I put the image for you here: (use 'target save as' with right mouse button)</p>
<p><a href="http://forum.go41.de/downloads/images/transparent-bg.png" rel="nofollow">http://forum.go41.de/downloads/images/transparent-bg.png</a></p>
<p>and one more image is missing, the small arrow appearing beside the selected item in the slider, the entry is in your css (background:url('images/selected-item.gif') top left no-repeat;), you just need the image, take this one:</p>
<p><a href="http://forum.go41.de/downloads/images/selected-item.gif" rel="nofollow">http://forum.go41.de/downloads/images/selected-item.gif</a></p>
<p>So, both images into the folder .../themes/arthemia/images/ and you should be done.</p>
<p>Come back pls if this doesn't do the trick
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1121</link>
			<pubDate>Sat, 17 Dec 2011 03:57:25 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1121@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Joren,<br />
I found your earlier instructions regarding setting the slider on a specific category and it works great. Thanks. May I ask you, how do you change the overlay on the slider to a darker color? So far I am only able to change the text color.<br />
As always, thank you.
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1105</link>
			<pubDate>Tue, 22 Nov 2011 13:16:24 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1105@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi,<br />
Thank you again for taking the time to help me. I know you have lots of other things to do. I think the #2 option looks like the simpliest approach using a featured category.</p>
<p>Yes, I repaired the header.php. No idea how I lost that file in the first place :)<br />
Again, many, many thanks.
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1104</link>
			<pubDate>Tue, 22 Nov 2011 09:18:52 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">1104@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi there, good morning!<br />
There are many possibilities to do that.<br />
1. hardcode the IDs of 4 of your posts - you have to edit myslider.php to change to other posts however<br />
2. you assign a new CATEGORY to the for posts you want to see there - easier to swap posts (would work like headline or featured before, taking the latest 4 posts of the choosen category, you could even use headline or featured...)<br />
3. same as above, using a TAG to query for posts</p>
<p>decide yourself, I will give you the code, actually by replacing in myslider.php  this (occurs twice):<br />
<code>query_posts(&#039;showposts=4&#039;);</code><br />
with for example:<br />
<code>query_posts(&#34;showposts=4&#38;category_name=Featured&#34;);</code><br />
or<br />
<code>query_posts(&#34;showposts=1&#38;category_name=Headline&#34;);</code></p>
<p>or something like that...</p>
<p>I see you 'repaired' the missing /div in header.php</p>
<p>(answers might take a while, I've got to do something else too ;-)
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1102</link>
			<pubDate>Tue, 22 Nov 2011 03:06:34 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1102@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi,<br />
May I ask you another question? Can this slider be coded to pick up 4 images (posts) over and over instead of it picking up the latest four posts that are posted? I found the code where it is directed to grab the first four posts but I was afraid I'd mess up if I tinkered with it. :)<br />
As always, many, many thanks.<br />
Marinka
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1101</link>
			<pubDate>Mon, 21 Nov 2011 19:11:39 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1101@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Excellent. Thanks again!
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1100</link>
			<pubDate>Mon, 21 Nov 2011 16:39:18 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1100@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Marinka, yes!</p>
<p>should be okay now, you are welcome
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1099</link>
			<pubDate>Mon, 21 Nov 2011 15:22:56 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1099@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi there!<br />
You have solved my latest problem once again. I tried your suggestion for the first four pictures and they are now appearing. THANK YOU. I have the timthumb 2 version installed from your most recent link. Is this the correct one to avoid hackers? Also, after I manually change the source code for the images, if I am assuming correctly from now on I should add pictures beginning with wp-content/ etc. only and I should be okay. Yes?<br />
Thanks again so very, very much.
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1098</link>
			<pubDate>Mon, 21 Nov 2011 14:25:53 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1098@http://forum.go41.de/</guid>
			<description><![CDATA[<p>lucky you are,  was thinking of you</p>
<p>I realized this already on your site, did you change the entry in your 'Image' customfield?</p>
<p>Actually the developer said you should enter this path like this: (sample)</p>
<p>wp-content/uploads/2011/11/Occupy-Toronto-Flag.png</p>
<p>this should in sourcecode result in<br />
....timthumb.php?src=/wp-content/uploads/2....</p>
<p>your sourcecode for the images looks like this:</p>
<p>...timthumb.php?src=/http://www.ma...n.com/wp-content/uploads/2</p>
<p>looks like you entered the full path including http...</p>
<p>arthemia adds a / in front so that it is not really readable</p>
<p>try with one post to enter only the path starting with  wp-content/
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1097</link>
			<pubDate>Mon, 21 Nov 2011 12:45:12 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1097@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Joern,<br />
I reinstalled the theme and the images are not working either with the original Timthumb or the updated one. I set the cache to 777 as well. Any suggestions? Many thanks.<br />
Marinka
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1096</link>
			<pubDate>Mon, 21 Nov 2011 01:46:43 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1096@http://forum.go41.de/</guid>
			<description><![CDATA[<p>You are right. There were two folders (I have no idea how I did that). I deleted them both and just reinstalled arthemia. Will have to redo. Thank you.
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1095</link>
			<pubDate>Mon, 21 Nov 2011 01:15:39 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1095@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi!<br />
I'm looking for my images now :) Yes, I tried the new Timthumb and was not successful. </p>
<p>Oh, oh. I have a arthemia folder in a arthemia folder. That can't be good. I'm in my FTP right now.
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1094</link>
			<pubDate>Mon, 21 Nov 2011 00:23:53 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1094@http://forum.go41.de/</guid>
			<description><![CDATA[<p>But... where are your images now?<br />
Looks like you got an arthemia folder inside the arthemia folder?</p>
<p>The link to the style.css points this (wrong) way:<br />
....wp-content/themes/arthemia-free/arthemia-free/style.css</p>
<p>I hope that's not because I suggested to use a new timthumb?</p>
<p>I think there was for long time no 'recent' version of this theme, I was just talking about the image resizing script in ....wp-content/arthemia-free/scripts/ folder
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1093</link>
			<pubDate>Sun, 20 Nov 2011 23:39:23 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1093@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Joern,<br />
You are a God sent. Your instructions worked!! THANK YOU. Just to show you how challenged I am at this --  Here I thought I had downloaded the most recent version of this theme. :) Slowly but surely I will learn ... Thanks for the tip on the timthumb.php. I'll go look into that. </p>
<p>I can't thank you enough.<br />
All best,<br />
Marinka
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1092</link>
			<pubDate>Sun, 20 Nov 2011 17:35:56 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1092@http://forum.go41.de/</guid>
			<description><![CDATA[<p>great, you did it...!</p>
<p>actually you need to remove in index.php stuff just below<br />
&#60;?php if(file_exists(TEMPLATEPATH . '/myslider.php')) {<br />
include (TEMPLATEPATH . '/myslider.php'); } ?&#62;</p>
<p>from here:<br />
<pre><code>&#60;div id=&#34;top&#34; class=&#34;clearfloat&#34;&#62;

&#60;div id=&#34;headline&#34;&#62;

blabla bla  bla down to this part:

&#60;/div&#62;

&#60;/div&#62;
&#60;/div&#62;

&#60;?php endwhile; ?&#62;

&#60;/div&#62;

&#60;/div&#62;</code></pre>
<p>KEEP the next line and everything below:</p>
<p>&#60;div id="middle" class="clearfloat"&#62;</p>
<p>I think I explained this here:<br />
<a href="http://forum.go41.de/topic/content-slider-jquery-ui-for-wordpress-with-timthumb-how-to#post-500" rel="nofollow">http://forum.go41.de/topic/content-slider-jquery-ui-for-wordpress-with-timthumb-how-to#post-500</a></p>
<p>Disable caching while testing - it might cheat you!</p>
<p>I see you put a lot of effort customize a quite old theme. That's okay, but be sure to use the latest timthumb.php available to prevent your server from beeing hacked!</p>
<p>It really happened to my demo site themes.go41.de, was some work to restore and made me remove all themes using this script. Actually WordPress has a good importing and resizing tool built in now, for my feeling better and easier to handle.
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Added Slider trouble deleting code for Headline and Feature"</title>
			<link>http://forum.go41.de/topic/added-slider-trouble-deleting-code-for-headline-and-feature#post-1091</link>
			<pubDate>Sun, 20 Nov 2011 12:59:35 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1091@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi again,</p>
<p>I installed the slider using your instructions from about a year ago and it is working (THANK YOU!) but it appears my main index page is slightly different than the one you used to delete the code to remove the headline and features that was previously on the main page. So right now I have both the slider and the "headline," "features" operating. I have been trying to delete the correct code to remove the "headline" and "feature" from the main index php to no avail. </p>
<p>Following is my main index code. Can you tell me what I need to delete from it please?<br />
Again, many, many thanks. Best always, Marinka </p>
<p>marinkapeschmann.com</p>
<p>main index php[b][u]</p>
<p>&#60;?php get_header(); ?&#62;</p>
<p>	&#60;?php if(!is_paged()) { ?&#62;<br />
&#60;?php if(file_exists(TEMPLATEPATH . '/myslider.php')) {<br />
include (TEMPLATEPATH . '/myslider.php'); } ?&#62;</p>
<p>	&#60;div id="top" class="clearfloat"&#62;</p>
<p>		&#60;div id="headline"&#62;<br />
			&#60;img src="&#60;?php bloginfo('template_url'); ?&#62;/images/headline.png" width="75" height="21" alt="" /&#62;</p>
<p>	&#60;?php query_posts("showposts=1&#38;category_name=Headline"); ?&#62;<br />
	&#60;?php while (have_posts()) : the_post(); $values = get_post_custom_values("Image");<br />
			?&#62;<br />
                &#60;div class="title"&#62;<br />
                	<a>" rel="bookmark"&#62;&#60;?php the_title(); ?&#62;</a><br />
               	&#60;/div&#62;<br />
                &#60;div class="meta"&#62;<br />
                	[ &#60;?php the_time('j M Y') ?&#62; &#124; &#60;?php comments_popup_link('No Comment', 'One Comment', '% Comments');?&#62; &#60;?php if(function_exists('the_views')) { ?&#62;&#124; &#60;?php the_views(); } ?&#62;]<br />
               	&#60;/div&#62;<br />
                &#60;?php if (has_post_thumbnail()) {<br />
				?&#62;<br />
		 <a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
			&#60;?php			 		the_post_thumbnail('headline',array('class'=&#62;'headline-thumb-wrapper', 'title'=&#62;$title));					?&#62;<br />
                	</a><br />
				&#60;?php<br />
				} else<br />
				if (isset($values[0])){<br />
				?&#62;<br />
	<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/&#60;?php<br />
echo urlencode($values[0]); ?&#62;&#38;w=300&#38;h=275&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="300" height="275"  /&#62;</a><br />
				&#60;?php<br />
				} else {<br />
				?&#62;<br />
                	<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/images/no-image.png&#38;w=300&#38;h=275&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="300" height="275"  /&#62;</a><br />
                &#60;?php } ?&#62;<br />
				&#60;?php the_excerpt(); ?&#62;<br />
	<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;Read the full story &#187;</a><br />
		&#60;?php endwhile; ?&#62;<br />
	&#60;/div&#62;<br />
	&#60;div id="featured"&#62;<br />
	&#60;img src="&#60;?php bloginfo('template_url'); ?&#62;/images/featured.png" width="72" height="17" alt="" /&#62;</p>
<p>	&#60;?php query_posts("showposts=4&#38;category_name=Featured"); $i = 1; ?&#62;</p>
<p>   &#60;?php while (have_posts()) : the_post();<br />
	$values = get_post_custom_values("Image");<br />
	?&#62;</p>
<p>        &#60;div class="clearfloat"&#62;</p>
<p>             &#60;?php if (has_post_thumbnail()) {<br />
				?&#62;<br />
					 <a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					 	&#60;?php<br />
					 		the_post_thumbnail('featured',array('class'=&#62;'featured-thumb-wrapper', 'title'=&#62;$title));<br />
						?&#62;<br />
                	</a><br />
				&#60;?php<br />
				} else<br />
				if (isset($values[0])){<br />
				?&#62;<br />
					<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/&#60;?php echo urlencode($values[0]); ?&#62;&#38;w=100&#38;h=65&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="100" height="65"  /&#62;</a><br />
				&#60;?php<br />
				} else {<br />
				?&#62;<br />
                	<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/images/no-image.png&#38;w=100&#38;h=65&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="100" height="65"  /&#62;</a><br />
                &#60;?php } ?&#62;</p>
<p>			&#60;div class="info"&#62;<br />
        		<a>" rel="bookmark" class="title"&#62;&#60;?php the_title(); ?&#62;</a><br />
				&#60;div class="meta"&#62;[ &#60;?php the_time('j M Y') ?&#62; &#124; &#60;?php comments_popup_link('No Comment', 'One Comment', '% Comments');?&#62; &#60;?php if(function_exists('the_views')) { ?&#62;&#124;  &#60;?php the_views(); } ?&#62;]<br />
                &#60;/div&#62;	</p>
<p>			&#60;/div&#62;<br />
    	&#60;/div&#62;</p>
<p>	&#60;?php endwhile; ?&#62;</p>
<p>	&#60;/div&#62;</p>
<p>&#60;/div&#62;	</p>
<p>	&#60;div id="middle" class="clearfloat"&#62;<br />
	&#60;img src="&#60;?php bloginfo('template_url'); ?&#62;/images/category.png" class="clearfloat" alt="" /&#62;<br />
	&#60;?php $display_categories = array(758,757,37,187,192); $i = 1;<br />
	foreach ($display_categories as $category) { ?&#62;</p>
<p>	&#60;div id="cat-&#60;?php echo $i; ?&#62;" class="category" onclick="window.location.href='&#60;?php echo get_category_link($category);?&#62;'" &#62;<br />
		&#60;?php query_posts("showposts=1&#38;cat=$category")?&#62;<br />
		&#60;?php if (is_category($category)) { ?&#62;<br />
		&#60;span class="cat_title"&#62;&#60;?php single_cat_title(); ?&#62;&#60;/span&#62;</p>
<p>		&#60;?php echo category_description($category);  } ?&#62;<br />
	&#60;/div&#62;</p>
<p>	&#60;?php $i++; ?&#62;<br />
    	&#60;?php } ?&#62;</p>
<p>	&#60;/div&#62;</p>
<p>	&#60;?php } ?&#62;</p>
<p>	&#60;div id="bottom" class="clearfloat"&#62;</p>
<p>	&#60;div id="front-list"&#62;	</p>
<p>	&#60;?php<br />
      $page = (get_query_var('paged')) ? get_query_var('paged') : 1;<br />
      query_posts("cat=-27,-28&#38;paged=$page"); ?&#62;</p>
<p>	&#60;?php while (have_posts()) : the_post();<br />
		$values = get_post_custom_values("Image");<br />
	?&#62;		</p>
<p>	&#60;div class="clearfloat"&#62;<br />
	&#60;h3 class="cat_title"&#62;&#60;?php the_category(', '); ?&#62; &#187;&#60;/h3&#62;<br />
	&#60;div class="title"&#62;<a>" rel="bookmark"&#62;&#60;?php the_title(); ?&#62;</a>&#60;/div&#62;<br />
	&#60;div class="meta"&#62;[ &#60;?php the_time('j M Y') ?&#62; &#124; &#60;?php comments_popup_link('No Comment', 'One Comment', '% Comments');?&#62; &#60;?php if(function_exists('the_views')) { ?&#62;&#124; &#60;?php the_views(); } ?&#62;]&#60;/div&#62;	</p>
<p>	&#60;div class="spoiler"&#62;</p>
<p>       &#60;?php if (has_post_thumbnail()) {<br />
				?&#62;<br />
					 <a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					 	&#60;?php<br />
					 		the_post_thumbnail('front-list',array('class'=&#62;'front-list-thumb-wrapper', 'title'=&#62;$title));<br />
						?&#62;<br />
                	</a><br />
				&#60;?php<br />
				} else<br />
				if (isset($values[0])){<br />
				?&#62;<br />
					<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/&#60;?php echo urlencode($values[0]); ?&#62;&#38;w=150&#38;h=150&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="150" height="150"  /&#62;</a><br />
				&#60;?php<br />
				} else {<br />
				?&#62;<br />
                	<a>" rel="bookmark" title="Permanent Link to &#60;?php the_title(); ?&#62;"&#62;<br />
					&#60;img src="&#60;?php echo bloginfo('template_url'); ?&#62;/scripts/timthumb.php?src=/images/no-image.png&#38;w=150&#38;h=150&#38;zc=1&#38;q=100" alt="&#60;?php the_title(); ?&#62;" class="left" width="150" height="150"  /&#62;</a><br />
                &#60;?php } ?&#62;</p>
<p>	&#60;?php the_excerpt(); ?&#62;<br />
	&#60;/div&#62;</p>
<p>	&#60;/div&#62;<br />
      &#60;?php endwhile; ?&#62;</p>
<p>	&#60;div class="navigation"&#62;<br />
		&#60;?php if(function_exists('wp_pagenavi')) { wp_pagenavi(); }<br />
			else { ?&#62;</p>
<p>			&#60;div class="right"&#62;&#60;?php next_posts_link('Next Page &#187;') ?&#62;&#60;/div&#62;<br />
			&#60;div class="left"&#62;&#60;?php previous_posts_link('&#171; Previous Page') ?&#62;&#60;/div&#62;<br />
			&#60;?php } ?&#62;</p>
<p>	&#60;/div&#62;<br />
	&#60;/div&#62;</p>
<p>	&#60;?php get_sidebar(); ?&#62;<br />
	&#60;/div&#62;<br />
&#60;?php get_footer(); ?&#62;
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Help! Homepage fonts are all italics"</title>
			<link>http://forum.go41.de/topic/help-homepage-fonts-are-all-italics#post-1090</link>
			<pubDate>Sun, 20 Nov 2011 12:48:31 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1090@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Thank you so very much. Problem solved.<br />
Best, Marinka
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Help! Homepage fonts are all italics"</title>
			<link>http://forum.go41.de/topic/help-homepage-fonts-are-all-italics#post-1089</link>
			<pubDate>Sat, 19 Nov 2011 12:50:46 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1089@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Marinka, I can see the italics..<br />
I think your problem starts in the second post in the featured section:<br />
The title of this post in source code reads:<br />
<pre><code>Pentagon Report Reveals Financial Terrorism Suspected in 2008 Economic Crash&#8230;&#60;i&#62;Updated</code></pre>
<p>there is an open <code>&#60;i&#62;</code> before the word 'Updated' and behind is the closing <code>&#60;/i&#62;</code> missing</p>
<p>this is imho the reason of italics in following posts.</p>
<p>you should not use html tags in the title of a post, you might have forgotten this one or it is stripped somehow...</p>
<p>in the W3C Markup Validation Service you can read details about this:</p>
<p><a href="http://validator.w3.org/check?uri=http%3A%2F%2Fwww.marinkapeschmann.com%2F&#038;charset=%28detect+automatically%29&#038;doctype=Inline&#038;group=0" rel="nofollow">http://validator.w3.org/check?uri=http%3A%2F%2Fwww.marinkapeschmann.com%2F&#038;charset=%28detect+automatically%29&#038;doctype=Inline&#038;group=0</a></p>
<p>hope it helps...
</p>]]></description>
					</item>
		<item>
			<title>Marinka on "Help! Homepage fonts are all italics"</title>
			<link>http://forum.go41.de/topic/help-homepage-fonts-are-all-italics#post-1088</link>
			<pubDate>Fri, 18 Nov 2011 05:34:33 +0000</pubDate>
			<dc:creator>Marinka</dc:creator>
			<guid isPermaLink="false">1088@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi!<br />
I just changed my website to the excellent Arthemia theme and for reasons unknown on my homepage all the fonts are in italics. Is there anything you can suggest that I may do to remove that? Many, many thanks.<br />
Marinka</p>
<p>marinkapeschmann.com
</p>]]></description>
					</item>
		<item>
			<title>Jireizo on "How do I install a bbPress theme?"</title>
			<link>http://forum.go41.de/topic/how-do-i-install-a-bbpress-theme#post-1087</link>
			<pubDate>Wed, 16 Nov 2011 10:01:34 +0000</pubDate>
			<dc:creator>Jireizo</dc:creator>
			<guid isPermaLink="false">1087@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Selection-topic bbPress<br />
The default theme bbPress forum is not very catchy and strong eyes. You can easily change the template. BBshowcase has provided a series of templates to forums powered by bbPress. I installed the template structure of my forum. Take a look here. Full list bbPress templates and themes available in BBshowcase here. </p>
<p>-Install new theme or custom bbPress<br />
Installation is very easy bbPress themes. Just follow the simple steps below. </p>
<p>Create a directory named 'my-templates' in the root directory of bbPress. Suppose you have installed the bbPress forum 'forum' folder (follow the installation steps above). Now you have to create a folder called 'my-templates.<br />
Select the theme and download it to your desktop. Unzip the folder. Now upload the theme to your server on your my-templates directory using any FTP client. You can use Cute FTP, FileZilla or other FTP software. Make sure the transfer mode is set to automatic. No FTP in ASCII 'mode, existing staff more than the current theme or images within the folder will not be visible in your forum.<br />
Enter as Keymaster.<br />
Click Administration and then select the Design tab. The new item is added to the topic at hand. Select your new theme to be your current bbPress theme.<br />
If you want to design your own theme bbPress then follow the steps suggested by bbPress here.<br />
After you have installed bbPress forum and changed the subject that best fits your taste or blog website, now is the time to install plugins. I've compiled a list of 20 plugins bbPress with the installation steps that must be installed to make your forum much more robust, flexible and different from others.<br />
...................<a href="http://www.designsreview.com/top-five-online-thumbnail-generator.html">online thumbnail generator</a>........................
</p>]]></description>
					</item>
		<item>
			<title>dream on "How do I install a bbPress theme?"</title>
			<link>http://forum.go41.de/topic/how-do-i-install-a-bbpress-theme#post-1077</link>
			<pubDate>Fri, 11 Nov 2011 03:29:15 +0000</pubDate>
			<dc:creator>dream</dc:creator>
			<guid isPermaLink="false">1077@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Thanks for this great share. This site is a fantastic resource. Keep up the great work here at Sprint Connection! Many thanks.
</p>]]></description>
					</item>
		<item>
			<title>suetom80 on "Website not working"</title>
			<link>http://forum.go41.de/topic/website-not-working#post-1076</link>
			<pubDate>Mon, 07 Nov 2011 14:31:21 +0000</pubDate>
			<dc:creator>suetom80</dc:creator>
			<guid isPermaLink="false">1076@http://forum.go41.de/</guid>
			<description><![CDATA[<p>i used to havre the same issue<br />
can't remember what was wrong it was long time ago...</p>
<p>maybe try to reinstall it :) </p>
<p>hope i could help, </p>
<p>sue<br />
-------------<br />
raminoroyalonline dot com
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Upgrading this forum from bbpress 0.9.0.5 to bbpress 1.1"</title>
			<link>http://forum.go41.de/topic/upgrading-this-forum-from-bbpress-0905-to-bbpress-11#post-1072</link>
			<pubDate>Mon, 24 Oct 2011 22:28:08 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1072@http://forum.go41.de/</guid>
			<description><![CDATA[<p>this forum is running now on bbPress 1.1, but I get the feeling as if the support for bbPress has stopped long time ago ..</p>
<p>If I want to logout from the dasboard, I get a blank page, why?<br />
Searching the web you find a Ticket #1272 (closed defect: fixed) on <a href="http://bbpress.trac.wordpress.org/ticket/1272" rel="nofollow">http://bbpress.trac.wordpress.org/ticket/1272</a> for:<br />
<strong>If you click the Log Out Link you get the following error..</strong><br />
where is the solution:<br />
Changing<br />
<pre><code>&#60;?php bb_logout_link( array( &#039;redirect&#039; =&#62; bb_get_uri( null, null, BB_URI_CONTEXT_HEADER ) ) ); ?&#62;</code></pre>
<p>to<br />
<pre><code>&#60;?php bb_logout_link( array( &#039;redirect&#039; =&#62; urlencode( bb_get_uri( null, null, BB_URI_CONTEXT_HEADER) ) ) ); ?&#62;</code></pre>
<p>in admin-header.php fixes this issue.</p>
<p>This ticket is closed with 'Resolution set to fixed' 17 months ago, but still not in the latest files of bbPress 1.1</p>
<p>There is also no documentation of the database structure of this updated software.<br />
My database has the following tables listed:</p>
<p>bb_forums<br />
bb_meta<br />
bb_posts<br />
bb_tagged  -&#62;not used anymore?<br />
bb_tags  -&#62;not used anymore?<br />
bb_terms<br />
bb_term_relationships<br />
bb_term_taxonomy<br />
bb_topicmeta  -&#62;not used anymore?<br />
bb_topics<br />
bb_usermeta<br />
bb_users<br />
subscribe_to_topic  -&#62;not used anymore?</p>
<p>I leave these tables as I know the old plugins still use them, but updating any content like tags or subscribers will not be updated by the core.</p>
<p>Coming to plugins, most of them work for versions 0.9.x, there is almost no plugin updated within the last 12 - 18 months.</p>
<p>Okay, this is just a small standalone forum, I will most definitely not make the step to bbPress 2.0 plugin. This WordPress plugin converts your topics to a kind of posts in WordPress and runs as plugin.</p>
<p>Will there be themes and plugins deep in the wp-content/plugins/bbpress/bbp-themes folder?</p>
<p>I would like to get a ready to use WordPress theme for a standalone forum using bbpress-plugin in a blank WordPress.</p>
<p>Just my thoughts after upgrading to the latest and last standalone bbPress 1.1
</p>]]></description>
					</item>
		<item>
			<title>kinyofu on "Creating Customized Menus"</title>
			<link>http://forum.go41.de/topic/creating-customized-menus#post-1071</link>
			<pubDate>Sun, 23 Oct 2011 18:01:27 +0000</pubDate>
			<dc:creator>kinyofu</dc:creator>
			<guid isPermaLink="false">1071@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Yes, and versatile with set up instruction. Thanks for sharing.</p>
<p>Kinyofu
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "Upgrading this forum from bbpress 0.9.0.5 to bbpress 1.1"</title>
			<link>http://forum.go41.de/topic/upgrading-this-forum-from-bbpress-0905-to-bbpress-11#post-1070</link>
			<pubDate>Sun, 23 Oct 2011 16:01:32 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">1070@http://forum.go41.de/</guid>
			<description><![CDATA[<p>I just upgraded the forum software used here from version <strong>0.9.0.5 to bbpress 1.1</strong></p>
<p>Actually bbpress is now available a plugin for WordPress, bbpress 2.0 plugin, which might be the next step for me. As it is not possible to import/convert bbpress 0.9x to the plugin 2.0 version, I had to go this upgrade path via bbpress 1.1</p>
<p>Switching to this latest and last standalone bbpress worked flawless as it seems by now.</p>
<p>Just two plugins I used seem to be obsolete, as they are buikt in now.</p>
<p>One is the plugin 'Subscribe to Topic' which gave you the chance to be emailed on updates.<br />
Possibly you have to use the 'Notify me of follow-up posts via email' marker below to renew your email subscription - we will see.</p>
<p>The second plugin not needed anymore is 'Topics Per Page' for pagination, I just set topics per page in the dashboard now.</p>
<p>On converting the database I realized once again that all spam and deleted posts/topics are still kept in this database...</p>
<p>I deleted them in phpmyadmin in four steps:</p>
<p>First 'delete' all spam topics in your forum dashboard to get marked as deleted</p>
<p>(BACKUP FIRST by EXPORTING, WHO KNOWS)</p>
<p>Second delete all posts in this marked as deleted topics as sql in phpmyadmin:<br />
<pre><code>DELETE FROM bb_posts WHERE post_id IN (
    SELECT post_id FROM (
        SELECT DISTINCT(p.post_id)
        FROM bb_posts AS p LEFT JOIN bb_topics AS t ON p.topic_id=t.topic_id
        WHERE t.topic_status=1
    ) AS bb_posts_in_deleted_topics
);</code></pre>
<p>Third: remove all deleted posts:<br />
<pre><code>DELETE FROM bb_posts WHERE post_status=1;</code></pre>
<p>At last remove all deleted topics:<br />
<pre><code>DELETE FROM bb_topics WHERE topic_status=1;</code></pre>
<p>I think now the database is cleaner and you should recount posts in the Tools of your Dashboard, just tick all boxes.
</p>]]></description>
					</item>
		<item>
			<title>Joern on "Creating Customized Menus"</title>
			<link>http://forum.go41.de/topic/creating-customized-menus#post-1069</link>
			<pubDate>Sat, 22 Oct 2011 23:09:36 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1069@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Had to look at your new site - looks great!<br />
It's a really clean theme, isn't it?
</p>]]></description>
					</item>
		<item>
			<title>Joern on "TimThumb Question"</title>
			<link>http://forum.go41.de/topic/timthumb-question#post-1068</link>
			<pubDate>Sat, 22 Oct 2011 23:01:00 +0000</pubDate>
			<dc:creator>Joern</dc:creator>
			<guid isPermaLink="false">1068@http://forum.go41.de/</guid>
			<description><![CDATA[<p>I had some demo themes with timthumb on my demo site and was using the latest script in july '11 ('VERSION', '1.11').<br />
In august I found .php files in the themes /cache folder, while there should be only images...<br />
Sure, first thing I did was disabling all themes using timthumb.</p>
<p>Now to your question: Using a theme with different sizes of images I am going for post thumbnails handled now by WordPress.</p>
<p>There is a plugin <a href="http://wordpress.org/extend/plugins/regenerate-thumbnails/" rel="nofollow">http://wordpress.org/extend/plugins/regenerate-thumbnails/</a> doing the creation of all image sizes for your images.</p>
<p>To set image size you can use the 'Media Settings' in your dashboard and also functions.php in your theme.</p>
<p>First thing would be to enable post-thumbnails for your theme by adding two lines into your functions.php before the '?&#62;'<br />
<pre><code>if ( function_exists( &#39;add_theme_support&#39; ) )
	add_theme_support( &#39;post-thumbnails&#39; );</code></pre>
<p>just below these two lines you also can set additional thumb sizes, looks like this in a theme I use:<br />
<pre><code>if ( function_exists( &#39;add_theme_support&#39; ) )
	add_theme_support( &#39;post-thumbnails&#39; );
set_post_thumbnail_size( 150, 150, true ); // 150 pixels wide by 150 pixels tall, hard crop mode for archive and index
add_image_size( &#39;300sq-thumbnail&#39;, 300, 300, true ); // 300x300 big thumbnail size for headlnes
add_image_size( &#39;80sq-thumbnail&#39;, 80, 80, true ); // 80x80 small thumbnail size for index below
add_image_size( &#39;100x65-thumbnail&#39;, 100, 65, true ); // 100x65 small thumbnail size for index below</code></pre>
<p>Lets say you put this in your functions.php and run the plugin mentioned above, you will get all your images in your uploads folder in these sizes created additionally.</p>
<p>Now it's time to change the code to call the image in your theme files.<br />
Replace for example in index.php (150px square image)<br />
<pre><code>&#60;div class=&#34;spoiler&#34;&#62;
&#60;?php $values = get_post_custom_values(&#34;Image&#34;); if (isset($values[0])) {
	if(substr($values[0], 0, 3) == &#39;wp-&#39;) { $values[0]= &#34;/&#34;.$values[0];} // add slash if local url does not have to be compatible to arthemia ?&#62;
&#60;a href=&#34;&#60;?php the_permalink() ?&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#60;?php the_title(); ?&#62;&#34;&#62;
&#60;img src=&#34;&#60;?php echo bloginfo(&#39;template_url&#39;); ?&#62;/scripts/timthumb.php?src=&#60;?php $values = get_post_custom_values(&#34;Image&#34;); echo $values[0]; ?&#62;&#38;w=150&#38;h=150&#38;zc=1&#38;q=80&#34; alt=&#34;&#60;?php the_title(); ?&#62;&#34; class=&#34;left&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#60;?php the_excerpt(); ?&#62;
&#60;/div&#62;</code></pre>
<p>with:<br />
<pre><code>&#60;div class=&#34;spoiler&#34;&#62;
&#60;?php if ( has_post_thumbnail() ) { ?&#62;
&#60;a href=&#34;&#60;?php the_permalink(); ?&#62;&#34; title=&#34;&#60;?php the_title(); ?&#62;&#34;&#62;
&#60;?php the_post_thumbnail(&#39;thumbnail&#39;, array(&#39;class&#39; =&#62; &#39;left&#39; , &#39;alt&#39; =&#62; get_the_title() , &#39;title&#39; =&#62; get_the_title() )); //get the 150px square ?&#62;
&#60;/a&#62;
&#60;?php } ?&#62;
&#60;?php the_excerpt(); ?&#62;
&#60;/div&#62;</code></pre>
<p>and for the 80px square replace:<br />
<pre><code>&#60;div class=&#34;spoiler&#34;&#62;
&#60;?php $values = get_post_custom_values(&#34;Image&#34;); if (isset($values[0])) {
	if(substr($values[0], 0, 3) == &#39;wp-&#39;) { $values[0]= &#34;/&#34;.$values[0];} // add slash if local url does not have to be compatible to arthemia ?&#62;
&#60;a href=&#34;&#60;?php the_permalink() ?&#62;&#34; rel=&#34;bookmark&#34; title=&#34;Permanent Link to &#60;?php the_title(); ?&#62;&#34;&#62;
&#60;img src=&#34;&#60;?php echo bloginfo(&#39;template_url&#39;); ?&#62;/scripts/timthumb.php?src=&#60;?php $values = get_post_custom_values(&#34;Image&#34;); echo $values[0]; ?&#62;&#38;w=80&#38;h=80&#38;zc=1&#38;q=80&#34; alt=&#34;&#60;?php the_title(); ?&#62;&#34; class=&#34;left&#34; /&#62;&#60;/a&#62;
&#60;?php } ?&#62;
&#60;p&#62;&#60;?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,23) . &#34; ...\r\n&#34;; ?&#62;&#60;/p&#62;
&#60;/div&#62;</code></pre>
<p>with this post_thumb code:<br />
<pre><code>&#60;div class=&#34;spoiler&#34;&#62;
&#60;?php if ( has_post_thumbnail() ) { ?&#62;
&#60;a href=&#34;&#60;?php the_permalink(); ?&#62;&#34; title=&#34;&#60;?php the_title(); ?&#62;&#34;&#62;
&#60;?php the_post_thumbnail(&#39;80sq-thumbnail&#39;, array(&#39;class&#39; =&#62; &#39;left&#39; , &#39;alt&#39; =&#62; get_the_title() , &#39;title&#39; =&#62; get_the_title() )); ?&#62;
&#60;/a&#62;
&#60;?php } ?&#62;
&#60;p&#62;&#60;?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,23) . &#34; ...\r\n&#34;; ?&#62;&#60;/p&#62;
&#60;/div&#62;</code></pre>
<p>Okay, that's to start, either switch to a new theme using post thumbnails or modify arthemix, it's some work to do...</p>
<p>Tell me what you will do, I can help more - but not tonight ;-)
</p>]]></description>
					</item>

	</channel>
</rss>

