<?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 Topics</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 10:02:32 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://forum.go41.de/rss/topics" rel="self" type="application/rss+xml" />

		<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>winnieqin16 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-1147</link>
			<pubDate>Fri, 03 Feb 2012 05:02:04 +0000</pubDate>
			<dc:creator>winnieqin16</dc:creator>
			<guid isPermaLink="false">1147@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Thank you for telling me such useful news!<br />
Thank you!<br />
But it looks like difficult!<br />
I will check it out latter.<br />
Look through the information carefully.<br />
Thank you.</p>
<p><a href="http://www.dressale.com/formal-dresses-little-black-dresses-c-1_16.html">Little Black Dresses</a>;<a href="http://www.dressale.com/wedding-dresses-mermaidtrumpet-wedding-dresses-c-2_3_25.html">trumpet wedding dresses</a>;<a href="http://www.dressale.com/wedding-dresses-maternity-wedding-dresses-c-2_3_30.html">maternity wedding dresses</a>
</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-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>Xarzu on "How do I install a bbPress theme?"</title>
			<link>http://forum.go41.de/topic/how-do-i-install-a-bbpress-theme#post-55</link>
			<pubDate>Wed, 28 Oct 2009 04:38:02 +0000</pubDate>
			<dc:creator>Xarzu</dc:creator>
			<guid isPermaLink="false">55@http://forum.go41.de/</guid>
			<description><![CDATA[<p>How do I install a bbPress theme?  I created the "my-templates" directory and I unzipped my theme into a folder in that directory.  But when I go to my bbPress dashboard, the screenshot for my new theme shows a blank space with a red X in the upper left corner.  When I click to "Activate" the theme it shows a featureless version of bbPress with no theme at all.</p>
<p>Wie installiere ich ein bbPress Thema? Ich habe "my-Vorlagen"-Verzeichnis entpackt und ich mein Thema in einen Ordner in diesem Verzeichnis. Aber wenn ich in mein bbPress Armaturenbrett, zeigt der Screenshot fÃ¼r mein neues Thema ein Leerzeichen mit einem roten X in der oberen linken Ecke. Wenn ich auf "Aktivieren" das Thema es zeigt einen gesichtslosen Version mit bbPress Ã¼berhaupt kein Thema.
</p>]]></description>
					</item>
		<item>
			<title>sim_a1 on "Website not working"</title>
			<link>http://forum.go41.de/topic/website-not-working#post-1012</link>
			<pubDate>Thu, 18 Aug 2011 09:36:06 +0000</pubDate>
			<dc:creator>sim_a1</dc:creator>
			<guid isPermaLink="false">1012@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi joern. Can you plz help me out with this issue. My website is working. Not a single post is getting displayed. You can check yourself at techaban. Could you please tell what could be the problem.
</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>kinyofu on "Creating Customized Menus"</title>
			<link>http://forum.go41.de/topic/creating-customized-menus#post-1064</link>
			<pubDate>Sat, 22 Oct 2011 02:53:55 +0000</pubDate>
			<dc:creator>kinyofu</dc:creator>
			<guid isPermaLink="false">1064@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Joern,</p>
<p>Long time. Hope you are well.</p>
<p>I am using Arthemia for another site. I added some code to create Custom Menus as Arthemia does not support them.</p>
<p>I am having trouble with my navigation bar. I wish to only have 3 tabs: Choose To Evolve /  Gallery of Thoughts / Kinyofu (the ones on the top row with no drop down).</p>
<p>I don't know how to remove the 9 extra ones that are there. What am I missing?</p>
<p>My site: choosetoevolve.com</p>
<p>Thanks,</p>
<p>Kinyofu
</p>]]></description>
					</item>
		<item>
			<title>sdn001 on "TimThumb Question"</title>
			<link>http://forum.go41.de/topic/timthumb-question#post-1066</link>
			<pubDate>Sat, 22 Oct 2011 19:09:32 +0000</pubDate>
			<dc:creator>sdn001</dc:creator>
			<guid isPermaLink="false">1066@http://forum.go41.de/</guid>
			<description><![CDATA[<p>I saw the post about TimThumb exploits and the fact that you've removed all themes using TimThumb from your site based on that.</p>
<p>I have a WordPress site I am building based on your arthemix-bronze theme, but I have put a great deal of customization into it. So switching to something like Arronovo2 would mean redoing all that custom work from the beginning again. So I thought about getting the latest of version of TimThumb, but I see on their site that there are still possible security problems.</p>
<p>In lieu of having to re-do everything on my site, is there an easy way, once I find all references to TimThumb in my code, to switch all those over to the internal WordPress post thumbnails?
</p>]]></description>
					</item>
		<item>
			<title>masteradmin on "dropdown menu disappears behind jdGallery"</title>
			<link>http://forum.go41.de/topic/dropdown-menu-disappears-behind-jdgallery#post-48</link>
			<pubDate>Thu, 03 Sep 2009 16:37:12 +0000</pubDate>
			<dc:creator>masteradmin</dc:creator>
			<guid isPermaLink="false">48@http://forum.go41.de/</guid>
			<description><![CDATA[<p>you work on a site using jdGallery (myGallery) or any Dynamic Content Gallery your drop down menu might not display. I looks like it's behind the gallery.<br />
The dropdown menu is working, however it goes behind your featured content gallery!</p>
<p>Using the suckerfish menu or one of which is working this way you have to add z-index and position properties to the styles.css</p>
<p>You should try to add<br />
position:relative;<br />
and<br />
z-index:10;<br />
to the 'li li' entry of your menu bar.</p>
<p>like this:<br />
#pagemenu li li {<br />
position: relative;<br />
z-index: 10;<br />
}</p>
<p>In arthemia this could look like:</p>
<p>#page-bar li li {<br />
float:left;<br />
margin:0;<br />
padding:0;<br />
text-transform:none;<br />
width:122px;<br />
position:relative;<br />
z-index:10;<br />
}</p>
<p>the menu bar is called page bar here..</p>
<p>try it and be happy to see full drop down menues
</p>]]></description>
					</item>
		<item>
			<title>ysan on "Arthemia background image"</title>
			<link>http://forum.go41.de/topic/arthemia-background-image#post-1052</link>
			<pubDate>Mon, 03 Oct 2011 12:50:40 +0000</pubDate>
			<dc:creator>ysan</dc:creator>
			<guid isPermaLink="false">1052@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>First of all... this is a GREAT website. It has helped me a lot in my quest to change the Arthemia WP theme. </p>
<p>This should be an easy question : How to put a background image in the Arthemia theme. I was thinking of <code></p>
<p>body {<br />
	font: 100% Arial, Helvetica;<br />
	background: #fff url (/images/background.jpg);<br />
	color: #333;<br />
	}</code></p>
<p>but it does not work...</p>
<p>I have tried to put the url on several locations (body, page, content,...) without succes.</p>
<p>thank you for your advice.</p>
<p>Y
</p>]]></description>
					</item>
		<item>
			<title>Annie on "Arthemia poll&#039;s"</title>
			<link>http://forum.go41.de/topic/arthemia-polls#post-1033</link>
			<pubDate>Tue, 13 Sep 2011 23:03:06 +0000</pubDate>
			<dc:creator>Annie</dc:creator>
			<guid isPermaLink="false">1033@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Jorn!</p>
<p>You shouldnÂ´t happen to know if any wordpress poll works with Arthemia?<br />
I tryed out A LOT of them, UPM Polls, Version 1.0.4, By ProfProjects ( Artyom Chakhoyan ) works best, but is not good enough, since the layout goes crazy from time to time.</p>
<p>Best regards Annie
</p>]]></description>
					</item>
		<item>
			<title>Annie on "Arthemia, language"</title>
			<link>http://forum.go41.de/topic/arthemia-language#post-1022</link>
			<pubDate>Sun, 04 Sep 2011 19:08:39 +0000</pubDate>
			<dc:creator>Annie</dc:creator>
			<guid isPermaLink="false">1022@http://forum.go41.de/</guid>
			<description><![CDATA[<p>Hi Joern!<br />
I can see that you are a very helpfull guy. I bought Arthemia, by ColorLabs, unfurtunally I cant get in to their support site, so I wonderet if you could help me.<br />
1.The usual wordpress lauange transmitter dosnÂ´t work for me in Arthemia.<br />
I would like to change the "comments", "read full text" and so on to Faroese (wich means manually), how do I go about doing that?<br />
Sincerly Annie
</p>]]></description>
					</item>

	</channel>
</rss>

