<?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>bbPress Support Forums &#187; Forum: Themes - Recent Posts</title>
		<link>http://bbpress.org/forums/forum/templates</link>
		<description>bbPress Support Forums &#187; Forum: Themes - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Fri, 25 May 2012 15:42:16 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/forums/rss/forum/templates" rel="self" type="application/rss+xml" />

		<item>
			<title>stoeffel-media on "User-Profile-Edit Link for bbpress"</title>
			<link>http://bbpress.org/forums/topic/user-profile-edit-link-for-bbpress#post-103220</link>
			<pubDate>Fri, 25 May 2012 14:07:00 +0000</pubDate>
			<dc:creator>stoeffel-media</dc:creator>
			<guid isPermaLink="false">103220@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I am not very good in php, how do I display this link? Do you have a code for me with echo function?, thx!
</p>]]></description>
					</item>
		<item>
			<title>Lynq on "User-Profile-Edit Link for bbpress"</title>
			<link>http://bbpress.org/forums/topic/user-profile-edit-link-for-bbpress#post-103218</link>
			<pubDate>Fri, 25 May 2012 11:39:46 +0000</pubDate>
			<dc:creator>Lynq</dc:creator>
			<guid isPermaLink="false">103218@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I found this in the template files.</p>
<p><code>&#60;?php bbp_user_profile_edit_url(); ?&#62;</code>
</p>]]></description>
					</item>
		<item>
			<title>stoeffel-media on "User-Profile-Edit Link for bbpress"</title>
			<link>http://bbpress.org/forums/topic/user-profile-edit-link-for-bbpress#post-103193</link>
			<pubDate>Thu, 24 May 2012 22:11:02 +0000</pubDate>
			<dc:creator>stoeffel-media</dc:creator>
			<guid isPermaLink="false">103193@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello everyone.</p>
<p>I already searched for my problem but couldnt find any working solution for my bbpress 2.0.2.</p>
<p>Since there is no direct link for users to change their profile (not good), therefore I am searching to generate a link to put in a header or so.</p>
<p>I only found solutions for older bbpress installations with user id (number) but in the new bbpress it looks like you need userNAMES.</p>
<p>Can somebody paste me a working php code to display a profile-link? Thx!
</p>]]></description>
					</item>
		<item>
			<title>StephAO on "Where can i remove the &quot;this forum contains ... topics... and ... themes&quot;?"</title>
			<link>http://bbpress.org/forums/topic/where-can-i-remove-the-this-forum-contains-topics-and-themes#post-103191</link>
			<pubDate>Thu, 24 May 2012 21:13:59 +0000</pubDate>
			<dc:creator>StephAO</dc:creator>
			<guid isPermaLink="false">103191@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>My question is should i put your code here:</p>
<p>wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php</p>
<p>or there:</p>
<p>wp-content/themes/genesis/functions.php</p>
<p>?<br />
Is there a special spot in the file ?</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>StephAO on "Where can i remove the &quot;this forum contains ... topics... and ... themes&quot;?"</title>
			<link>http://bbpress.org/forums/topic/where-can-i-remove-the-this-forum-contains-topics-and-themes#post-103190</link>
			<pubDate>Thu, 24 May 2012 20:05:46 +0000</pubDate>
			<dc:creator>StephAO</dc:creator>
			<guid isPermaLink="false">103190@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi Jaredatch,</p>
<p>I tried to add the code in<br />
wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php</p>
<p>But the message still appearing.<br />
"Ce forum contient 5 sujets et 8 réponses, et a été mis à jour par"<br />
(it s in french).</p>
<p>I added the code like that:</p>
<p>add_filter( 'bbp_get_single_forum_description', 'ja_return_blank' ) );<br />
add_filter( 'bbp_get_single_topic_description', 'ja_return_blank' ) );<br />
function ja_return_blank() {<br />
ja_return '';<br />
}<br />
?&#62;</p>
<p>Just before the ?&#62;</p>
<p>I'm using Genesis WordPress Theme.</p>
<p>I also tried to add the code there:<br />
wp-content/plugins/bbpress/bbp-themes/bbp-twentyten/functions.php<br />
Same problem a white page.
</p>]]></description>
					</item>
		<item>
			<title>StephAO on "bbPress 2.0 - Theme Compatibility"</title>
			<link>http://bbpress.org/forums/topic/bbpress-20-theme-compatibility/page/5#post-103189</link>
			<pubDate>Thu, 24 May 2012 20:02:59 +0000</pubDate>
			<dc:creator>StephAO</dc:creator>
			<guid isPermaLink="false">103189@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>no the good forum. sorry
</p>]]></description>
					</item>
		<item>
			<title>Lynq on "custom recent activity column"</title>
			<link>http://bbpress.org/forums/topic/custom-recent-activity-column#post-103050</link>
			<pubDate>Mon, 21 May 2012 09:06:57 +0000</pubDate>
			<dc:creator>Lynq</dc:creator>
			<guid isPermaLink="false">103050@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi deathbybear,</p>
<p>The only way I have found to make this happen is to edit the core code provided by bbpress.</p>
<p>I am not sure if this is the right way to go, so if someone else can suggest another way then let me know.</p>
<p>Here is what I have done. I replaced the bbp_list_forums function inside forum-template.php and then inside the loops-single-forum I changed the arguments to enable the last poster.</p>
<pre><code>function bbp_list_forums( $args = &#039;&#039; ) {

	// Define used variables
	$output = $sub_forums = $topic_count = $reply_count = $counts = &#039;&#039;;
	$i = 0;
	$count = array();

	// Defaults and arguments
	$defaults = array (
		&#039;before&#039;              =&#62; &#039;&#60;ul class=&#34;bbp-forums&#34;&#62;&#039;,
		&#039;after&#039;               =&#62; &#039;&#60;/ul&#62;&#039;,
		&#039;link_before&#039;         =&#62; &#039;&#60;li class=&#34;bbp-forum&#34;&#62;&#039;,
		&#039;link_after&#039;          =&#62; &#039;&#60;/li&#62;&#039;,
		&#039;count_before&#039;        =&#62; &#039; (&#039;,
		&#039;count_after&#039;         =&#62; &#039;)&#039;,
		&#039;count_sep&#039;           =&#62; &#039;, &#039;,
		&#039;separator&#039;           =&#62; &#039;, &#039;,
		&#039;forum_id&#039;            =&#62; &#039;&#039;,
		&#039;show_topic_count&#039;    =&#62; true,
		&#039;show_reply_count&#039;    =&#62; true,
		&#039;freshness_before&#039;    =&#62; &#039;&#60;td class=&#34;last-posted-box&#34;&#62;&#039;,
		&#039;freshness_after&#039;     =&#62; &#039;&#60;/td&#62;&#039;,
		&#039;show_freshness_link&#039; =&#62; true,
		&#039;freshness_author_before&#039;    =&#62; &#039;&#60;div class=&#34;author-box&#34;&#62;&#039;,
		&#039;freshness_author_after&#039;     =&#62; &#039;&#60;/div&#62;&#039;
		);
	$r = wp_parse_args( $args, $defaults );
	extract( $r, EXTR_SKIP );

	// Bail if there are no subforums
	if ( !bbp_get_forum_subforum_count( $forum_id ) )
		return;

	// Loop through forums and create a list
	if ( $sub_forums = bbp_forum_get_subforums( $forum_id ) ) {

		// Total count (for separator)
		$total_subs = count( $sub_forums );
		foreach ( $sub_forums as $sub_forum ) {
			$i++; // Separator count

			// Get forum details
			$count     = array();
			$show_sep  = $total_subs &#62; $i ? $separator : &#039;&#039;;
			$permalink = bbp_get_forum_permalink( $sub_forum-&#62;ID );
			$title     = bbp_get_forum_title( $sub_forum-&#62;ID );

			// Show topic count
			if ( !empty( $show_topic_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;topic&#039;] = bbp_get_forum_topic_count( $sub_forum-&#62;ID );

			// Show reply count
			if ( !empty( $show_reply_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;reply&#039;] = bbp_get_forum_reply_count( $sub_forum-&#62;ID );

			// Counts to show
			if ( !empty( $count ) )
				$counts = $count_before . implode( $count_sep, $count ) . $count_after;

			// Show topic count
			if ( !empty( $show_freshness_link ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) ) {
				$freshness_link = bbp_get_forum_freshness_link( $sub_forum-&#62;ID );
				$freshness_author = $freshness_author_before . bbp_get_author_link( array( &#039;post_id&#039; =&#62; bbp_get_forum_last_active_id( $sub_forum-&#62;ID ), &#039;size&#039; =&#62; 14 ) ) . $freshness_author_after;
				$freshness_link = $freshness_before . $freshness_link . $freshness_author . $freshness_after;
			}

			// Build this sub forums link
			$output .= $link_before . &#039;&#60;a href=&#34;&#039; . $permalink . &#039;&#34; class=&#34;bbp-forum-link&#34;&#62;&#039; . $title . $counts . $freshness_link . &#039;&#60;/a&#62;&#039; . $show_sep . $link_after;
		}

		// Output the list
		echo $before . $output . $after;
	}
}</code></pre>
<p>Let me know how you get on, good luck!
</p>]]></description>
					</item>
		<item>
			<title>deathbybear on "custom recent activity column"</title>
			<link>http://bbpress.org/forums/topic/custom-recent-activity-column#post-103049</link>
			<pubDate>Mon, 21 May 2012 08:41:01 +0000</pubDate>
			<dc:creator>deathbybear</dc:creator>
			<guid isPermaLink="false">103049@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>hey everyone - i'm a newbie at wordpress, bbpress and php - but pretty decent with general html/css stuff.</p>
<p>i'm working on customizing a bbpress installation with the twentyten bbpress theme and want to set it up so on the main "Forums" page there is a Recent Activity column that displays information about the most recent post - </p>
<p>1. the topic the post was made in<br />
2. the poster<br />
3. the poster's avatar<br />
4. how long ago the post was mad</p>
<p>i have edited the loop-forums.php file to add the additional "Recent Activity" column to to the list of Forums - now I just need to figure out how to pull those pieces of information into the column. </p>
<p>i have created a placeholder column in loops-single-forum.php file where the information will be pulled, i just don't know how to get it in there - i imagine there are existing functions i can call to pull this data, i just don't happen to know what those are or where to find them! </p>
<p>any guidance you could give me would be greatly appreciated.  thanks a lot!
</p>]]></description>
					</item>
		<item>
			<title>Lynq on "Layout bbPress as Invision or phpBB or vBulletin"</title>
			<link>http://bbpress.org/forums/topic/layout-bbpress-as-invision-or-phpbb-or-vbulletin#post-102965</link>
			<pubDate>Fri, 18 May 2012 14:48:55 +0000</pubDate>
			<dc:creator>Lynq</dc:creator>
			<guid isPermaLink="false">102965@http://bbpress.org/forums/</guid>
			<description><![CDATA[<pre><code>function bbp_list_forums( $args = &#039;&#039; ) {

	// Define used variables
	$output = $sub_forums = $topic_count = $reply_count = $counts = &#039;&#039;;
	$i = 0;
	$count = array();

	// Defaults and arguments
	$defaults = array (
		&#039;before&#039;              =&#62; &#039;&#60;ul class=&#34;bbp-forums&#34;&#62;&#039;,
		&#039;after&#039;               =&#62; &#039;&#60;/ul&#62;&#039;,
		&#039;link_before&#039;         =&#62; &#039;&#60;li class=&#34;bbp-forum&#34;&#62;&#039;,
		&#039;link_after&#039;          =&#62; &#039;&#60;/li&#62;&#039;,
		&#039;count_before&#039;        =&#62; &#039; (&#039;,
		&#039;count_after&#039;         =&#62; &#039;)&#039;,
		&#039;count_sep&#039;           =&#62; &#039;, &#039;,
		&#039;separator&#039;           =&#62; &#039;, &#039;,
		&#039;forum_id&#039;            =&#62; &#039;&#039;,
		&#039;show_topic_count&#039;    =&#62; true,
		&#039;show_reply_count&#039;    =&#62; true,
		&#039;freshness_before&#039;    =&#62; &#039;&#60;td class=&#34;last-posted-box&#34;&#62;&#039;,
		&#039;freshness_after&#039;     =&#62; &#039;&#60;/td&#62;&#039;,
		&#039;show_freshness_link&#039; =&#62; true,
		&#039;freshness_author_before&#039;    =&#62; &#039;&#60;div class=&#34;author-box&#34;&#62;&#039;,
		&#039;freshness_author_after&#039;     =&#62; &#039;&#60;/div&#62;&#039;
		);
	$r = wp_parse_args( $args, $defaults );
	extract( $r, EXTR_SKIP );

	// Bail if there are no subforums
	if ( !bbp_get_forum_subforum_count( $forum_id ) )
		return;

	// Loop through forums and create a list
	if ( $sub_forums = bbp_forum_get_subforums( $forum_id ) ) {

		// Total count (for separator)
		$total_subs = count( $sub_forums );
		foreach ( $sub_forums as $sub_forum ) {
			$i++; // Separator count

			// Get forum details
			$count     = array();
			$show_sep  = $total_subs &#62; $i ? $separator : &#039;&#039;;
			$permalink = bbp_get_forum_permalink( $sub_forum-&#62;ID );
			$title     = bbp_get_forum_title( $sub_forum-&#62;ID );

			// Show topic count
			if ( !empty( $show_topic_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;topic&#039;] = bbp_get_forum_topic_count( $sub_forum-&#62;ID );

			// Show reply count
			if ( !empty( $show_reply_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;reply&#039;] = bbp_get_forum_reply_count( $sub_forum-&#62;ID );

			// Counts to show
			if ( !empty( $count ) )
				$counts = $count_before . implode( $count_sep, $count ) . $count_after;

			// Show topic count
			if ( !empty( $show_freshness_link ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) ) {
				$freshness_link = bbp_get_forum_freshness_link( $sub_forum-&#62;ID );
				$freshness_author = $freshness_author_before . bbp_get_author_link( array( &#039;post_id&#039; =&#62; bbp_get_forum_last_active_id( $sub_forum-&#62;ID ), &#039;size&#039; =&#62; 14 ) ) . $freshness_author_after;
				$freshness_link = $freshness_before . $freshness_link . $freshness_author . $freshness_after;
			}

			// Build this sub forums link
			$output .= $link_before . &#039;&#60;a href=&#34;&#039; . $permalink . &#039;&#34; class=&#34;bbp-forum-link&#34;&#62;&#039; . $title . $counts . $freshness_link . &#039;&#60;/a&#62;&#039; . $show_sep . $link_after;
		}

		// Output the list
		echo $before . $output . $after;
	}
}</code></pre>
<p>This will give you more control over creating a theme which looks like Invision or PHPBB.</p>
<p>You will have to customize your theme as well to make sure it is compatible.
</p>]]></description>
					</item>
		<item>
			<title>Lynq on "Theme Issue - Paid GIG"</title>
			<link>http://bbpress.org/forums/topic/theme-issue-paid-gig#post-102958</link>
			<pubDate>Fri, 18 May 2012 14:12:24 +0000</pubDate>
			<dc:creator>Lynq</dc:creator>
			<guid isPermaLink="false">102958@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Great, glad to be of help!
</p>]]></description>
					</item>
		<item>
			<title>Lynq on "Layout bbPress as Invision or phpBB or vBulletin"</title>
			<link>http://bbpress.org/forums/topic/layout-bbpress-as-invision-or-phpbb-or-vbulletin#post-102883</link>
			<pubDate>Thu, 17 May 2012 13:52:13 +0000</pubDate>
			<dc:creator>Lynq</dc:creator>
			<guid isPermaLink="false">102883@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hey guys,</p>
<p>I have been searching for this myself aswell, but couldn't find anything anywhere.</p>
<p>If anyone is interested I modified the bbp_list_forums function to have a flag for freshness (last poster) to be displayed or not.</p>
<pre><code>function bbp_list_forums( $args = &#039;&#039; ) {

	// Define used variables
	$output = $sub_forums = $topic_count = $reply_count = $counts = &#039;&#039;;
	$i = 0;
	$count = array();

	// Defaults and arguments
	$defaults = array (
		&#039;before&#039;              =&#62; &#039;&#60;ul class=&#34;bbp-forums&#34;&#62;&#039;,
		&#039;after&#039;               =&#62; &#039;&#60;/ul&#62;&#039;,
		&#039;link_before&#039;         =&#62; &#039;&#60;li class=&#34;bbp-forum&#34;&#62;&#039;,
		&#039;link_after&#039;          =&#62; &#039;&#60;/li&#62;&#039;,
		&#039;count_before&#039;        =&#62; &#039; (&#039;,
		&#039;count_after&#039;         =&#62; &#039;)&#039;,
		&#039;count_sep&#039;           =&#62; &#039;, &#039;,
		&#039;separator&#039;           =&#62; &#039;, &#039;,
		&#039;forum_id&#039;            =&#62; &#039;&#039;,
		&#039;show_topic_count&#039;    =&#62; true,
		&#039;show_reply_count&#039;    =&#62; true,
		&#039;freshness_before&#039;    =&#62; &#039;&#60;td&#62;&#039;,
		&#039;freshness_after&#039;     =&#62; &#039;&#60;/td&#62;&#039;,
		&#039;show_freshness_link&#039; =&#62; true
	);
	$r = wp_parse_args( $args, $defaults );
	extract( $r, EXTR_SKIP );

	// Bail if there are no subforums
	if ( !bbp_get_forum_subforum_count( $forum_id ) )
		return;

	// Loop through forums and create a list
	if ( $sub_forums = bbp_forum_get_subforums( $forum_id ) ) {

		// Total count (for separator)
		$total_subs = count( $sub_forums );
		foreach ( $sub_forums as $sub_forum ) {
			$i++; // Separator count

			// Get forum details
			$count     = array();
			$show_sep  = $total_subs &#62; $i ? $separator : &#039;&#039;;
			$permalink = bbp_get_forum_permalink( $sub_forum-&#62;ID );
			$title     = bbp_get_forum_title( $sub_forum-&#62;ID );

			// Show topic count
			if ( !empty( $show_topic_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;topic&#039;] = bbp_get_forum_topic_count( $sub_forum-&#62;ID );

			// Show reply count
			if ( !empty( $show_reply_count ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) )
				$count[&#039;reply&#039;] = bbp_get_forum_reply_count( $sub_forum-&#62;ID );

			// Counts to show
			if ( !empty( $count ) )
				$counts = $count_before . implode( $count_sep, $count ) . $count_after;

			// Show topic count
			if ( !empty( $show_freshness_link ) &#38;&#38; !bbp_is_forum_category( $sub_forum-&#62;ID ) ) {
				$freshness_link = bbp_get_forum_freshness_link( $sub_forum-&#62;ID );
				$freshness_link = $freshness_before . $freshness_link . $freshness_after;
			}

			// Build this sub forums link
			$output .= $link_before . &#039;&#60;a href=&#34;&#039; . $permalink . &#039;&#34; class=&#34;bbp-forum-link&#34;&#62;&#039; . $title . $counts . $freshness_link . &#039;&#60;/a&#62;&#039; . $show_sep . $link_after;
		}

		// Output the list
		echo $before . $output . $after;
	}
}</code></pre>
<p>Let me know if you would like any help with I am currently customising my theme to work with it, you will need to add an extra th to your forum tables other you just have a blank in place.</p>
<p>Hope someone finds this helpful!</p>
<p>p.s. you can also specify a before and after in the arguments of bbp_list_forums.</p>
<p>All the best.<br />
Lynq.
</p>]]></description>
					</item>
		<item>
			<title>qmic76 on "Check if a user is logged in?"</title>
			<link>http://bbpress.org/forums/topic/check-if-a-user-is-logged-in#post-102847</link>
			<pubDate>Wed, 16 May 2012 16:53:46 +0000</pubDate>
			<dc:creator>qmic76</dc:creator>
			<guid isPermaLink="false">102847@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I want to hide page links in my main header navigation from non registered members, then have them show up after the user has logged in. </p>
<p>I'm currently using custom menu manager and wp-members for plugins. The custom menu manager allows me to set which page links show up in the assigned navigation menu (ie: only "about" and "register" are shown on home page the other page links are hidden), but it doesn't recognize whether the user is logged in or not and the hidden page links are not shown after you've logged in still. With wp-members plugin I have the "members" and "project" pages set to block access unless logged in, but this only effects the page access, the nav link for those pages were still showing up in the main navigation until I used the menu manager plugin which hid them totally not conditionally based on log in status which is what I want.</p>
<p>Is there a php block of code to use or plugin you guys recommend that handles nav link access/visibilty based on log in status? I'm at total loss. Please help me. Visit my site mks76.com/wp/
</p>]]></description>
					</item>
		<item>
			<title>xmasons on "How to disable rss ?"</title>
			<link>http://bbpress.org/forums/topic/how-to-disable-rss-#post-102826</link>
			<pubDate>Tue, 15 May 2012 19:51:02 +0000</pubDate>
			<dc:creator>xmasons</dc:creator>
			<guid isPermaLink="false">102826@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I've found the following works well in functions.php</p>
<p><code>function disable_our_feeds() {</code><br />
<code>wp_redirect(get_option(&#039;siteurl&#039;));</code><br />
<code>}</code><br />
<code>add_action(&#039;bbp_feed&#039;, &#039;disable_our_feeds&#039;, 1);</code>
</p>]]></description>
					</item>
		<item>
			<title>lisawinklerforum on "Change title size and color"</title>
			<link>http://bbpress.org/forums/topic/change-title-size-and-color#post-102811</link>
			<pubDate>Tue, 15 May 2012 07:42:49 +0000</pubDate>
			<dc:creator>lisawinklerforum</dc:creator>
			<guid isPermaLink="false">102811@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You should have to go to the header.
</p>]]></description>
					</item>
		<item>
			<title>alex@hannahtechnologies.com on "Forum Listing - modify &quot;freshness&quot; CSS????"</title>
			<link>http://bbpress.org/forums/topic/forum-listing-modify-freshness-css#post-102780</link>
			<pubDate>Mon, 14 May 2012 23:41:02 +0000</pubDate>
			<dc:creator>alex@hannahtechnologies.com</dc:creator>
			<guid isPermaLink="false">102780@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi everyone,</p>
<p>I have a new site we are working on and I have a CSS related question for you all.  I do have a web developer who is much more experienced with CSS, however, I was hoping you all could at least point me in the right direction so I may have something to show him when we start the design process...</p>
<p>On our main bbPress page, which lists out the active forums, we have a column called "freshness" with either "No Topics" if no one has posted or it has the number of days since the last post and the last author.  The problem is that it's pretty visually ugly to see the spacing between "No Topic" and then the spacing between the column which has an actual post with the number of days of freshness and the author.  </p>
<p>What I am trying to do is if there is "No Topics" to increase the column size via CSS to make it the same size as the columns who have actual posts with a freshness date and author pic.  </p>
<p>I am attaching a screenshot of what I am trying to do.  I ran firebug and I see the CSS but I am pulling my hair out trying to figure out how to modify it. </p>
<p>Thanks!</p>
<p>Alex
</p>]]></description>
					</item>
		<item>
			<title>idealgamer on "Theme"</title>
			<link>http://bbpress.org/forums/topic/theme-1#post-102716</link>
			<pubDate>Sun, 13 May 2012 13:43:36 +0000</pubDate>
			<dc:creator>idealgamer</dc:creator>
			<guid isPermaLink="false">102716@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi,</p>
<p>I have made a custom theme for my site which is working with BuddyPress and I want to add the forum but do not like the current theme of it. So is there like any theme out there for free which only covers the forum as I want to keep my site theme just change the forum theme.</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>javiarques on "Add post-thumbnail support to forum post tye"</title>
			<link>http://bbpress.org/forums/topic/add-post-thumbnail-support-to-forum-post-tye#post-102670</link>
			<pubDate>Fri, 11 May 2012 09:11:31 +0000</pubDate>
			<dc:creator>javiarques</dc:creator>
			<guid isPermaLink="false">102670@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I'm trying to activate post-thumbnail in <code>forum</code> post type, but it still fails. I tried with this code:<br />
<pre><code>function forum_post_thumbnails () {
	add_theme_support( &#039;post-thumbnails&#039;, array( &#039;forum&#039;, &#039;topic&#039;, &#039;reply&#039;, &#039;post&#039;, &#039;page&#039; ) ); // Posts and Movies
}
add_action(&#039;after_setup_theme&#039;, &#039;forum_post_thumbnails&#039;);</code></pre>
<p>But it didn't work. Any ideas on how activate it?</p>
<p>Thanks
</p>]]></description>
					</item>
		<item>
			<title>kennymcnett on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102647</link>
			<pubDate>Thu, 10 May 2012 15:11:29 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102647@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Thanks for looking at this, jaredatch. Buddypress was overkill for what I needed and was also breaking my custom theme. Some jquery conflict I didn't want to find.</p>
<p>For any others out there, I integrated bbPress with s2member permissions successfully. I posted my solution on the s2member forums:</p>
<p><a href="http://www.s2member.com/forums/topic/a-few-questions-before-i-buy-the-pro-version/#post-13113" rel="nofollow">http://www.s2member.com/forums/topic/a-few-questions-before-i-buy-the-pro-version/#post-13113</a>
</p>]]></description>
					</item>
		<item>
			<title>kennymcnett on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102633</link>
			<pubDate>Thu, 10 May 2012 04:42:48 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102633@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I considered Buddypress, but it's way more robust than what I'm needing, and installing it was breaking my custom theme (jquery conflict somewhere). </p>
<p>Thanks for looking at this. </p>
<p>For anyone else out there, here's my solution for restricting bbPress access using s2member. In short, this checks if the current user has access to the most distant ancestor of the current page. For example:</p>
<p><strong>Level 1 Forum/Category</strong> &#62; Subforum1 &#62; Subcategory &#62; Subforum2 &#62; Current Topic</p>
<p>No matter which page they arrive at in the tree, they must have access via s2member to the top-most level. Then it's a simple matter of assigning a ccap to that Forum, or a membership level.</p>
<p>1. Include the following in your functions.php file<br />
2. Include a call to the function in EACH of your bbPress template files BEFORE the template calls for the forum content. Match the HTML structure of the error message to suit your theme. You need to include closing tags for any open divs.<br />
3. Test!</p>
<p><code><br />
/******* bbPress Forum Access *******/<br />
function checkForumAccess() {<br />
	if(get_post_type() == 'forum' OR get_post_type() == 'topic' OR get_post_type() == 'reply') { // check if user is viewing a forum page. If so, continue.</p>
<p>	//check if they have access to the top-most parent forum/category (both are Pages in wordpress). If not, show the error verbiage. If they have access, continue and show the content like normal<br />
	$parent = array_reverse(get_post_ancestors($post-&#62;ID)); // get an array of all the parent pages in order from most distant to closest.<br />
	$first_parent = get_page($parent[0]); //get the first page in the array, which is the most distant parent<br />
	$int = apply_filters('the_ID', $first_parent-&#62;ID); //filter the $first_parent to get only the wordpress page/post ID, which is an integer like 49 or 565. store it as a variable $int</p>
<p>		if (!is_page_permitted_by_s2member($int)) { // this is an s2member function. Check if the current user can access the $first_parent, via the stored page/post ID in the $int variable<br />
// here comes your custom error message. Remember to \escape any apostrophes<br />
			echo '<br />
			&#60;div&#62;<br />
				&#60;h1 class="entry-title"&#62;Sorry!&#60;/h1&#62;<br />
				&#60;div class="entry-content"&#62;<br />
				&#60;p&#62;It looks like you don\'t have access to this forum.&#60;/p&#62;<br />
				&#60;p&#62;If this is an error and you should have access, please contact us here: (contact URL)<br />
			&#60;/div&#62;<br />
			&#60;/div&#62;&#60;!--.postWrapper--&#62;<br />
		&#60;/div&#62;&#60;!-- #content --&#62;<br />
	&#60;/div&#62;&#60;!-- #contentWrapper --&#62;<br />
&#60;/div&#62;&#60;!-- #primary --&#62;<br />
';<br />
get_sidebar();<br />
get_footer();<br />
			exit; // Important. This prevents the rest of the page (the secure forum content) from displaying<br />
		}<br />
	}<br />
}<br />
</code>
</p>]]></description>
					</item>
		<item>
			<title>jaredatch on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102603</link>
			<pubDate>Wed, 09 May 2012 20:21:26 +0000</pubDate>
			<dc:creator>jaredatch</dc:creator>
			<guid isPermaLink="false">102603@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I don't have any experience with s2member or for using forums that are that in depth (cat &#62; subcat &#62; forum &#62; subform ) so I can't really say the best route to go.</p>
<p>For something like this, have you considered using BuddyPress?</p>
<p>That would allow you to setup different groups (which have forums within them) and configure different permissions to each one, etc.
</p>]]></description>
					</item>
		<item>
			<title>Sniper Kitten on "Increasing Avatar Size on Forum Index"</title>
			<link>http://bbpress.org/forums/topic/increasing-avatar-size-on-forum-index#post-102590</link>
			<pubDate>Wed, 09 May 2012 13:33:01 +0000</pubDate>
			<dc:creator>Sniper Kitten</dc:creator>
			<guid isPermaLink="false">102590@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>You need to change it in your CSS file or create a custom CSS. You can try to find the required line by using <a href="http://getfirebug.com/">Firebug</a></p>
<p>What's your website's URL?
</p>]]></description>
					</item>
		<item>
			<title>johnnysomething on "Increasing Avatar Size on Forum Index"</title>
			<link>http://bbpress.org/forums/topic/increasing-avatar-size-on-forum-index#post-102573</link>
			<pubDate>Wed, 09 May 2012 01:07:53 +0000</pubDate>
			<dc:creator>johnnysomething</dc:creator>
			<guid isPermaLink="false">102573@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>How would I go about making the Avatars bigger on the forum page? More specifically, the avatar of the most recent poster on the forum page? Thanks.
</p>]]></description>
					</item>
		<item>
			<title>katmmad on "Where can i remove the &quot;this forum contains ... topics... and ... themes&quot;?"</title>
			<link>http://bbpress.org/forums/topic/where-can-i-remove-the-this-forum-contains-topics-and-themes#post-102565</link>
			<pubDate>Tue, 08 May 2012 13:39:14 +0000</pubDate>
			<dc:creator>katmmad</dc:creator>
			<guid isPermaLink="false">102565@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Is there a good thread or other resource that I can use to read more about filters? Haven't found one yet.  Thank you!
</p>]]></description>
					</item>
		<item>
			<title>netweb on "How to contribute a bug fix?"</title>
			<link>http://bbpress.org/forums/topic/how-to-contribute-a-bug-fix#post-102553</link>
			<pubDate>Tue, 08 May 2012 06:57:43 +0000</pubDate>
			<dc:creator>netweb</dc:creator>
			<guid isPermaLink="false">102553@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Head on over to <a href="http://bbpress.trac.wordpress.org" rel="nofollow">http://bbpress.trac.wordpress.org</a> and have a read of the links there.</p>
<p>Perform a search to see if there are any similar and/or open bugs already<br />
<a href="http://bbpress.trac.wordpress.org/search" rel="nofollow">http://bbpress.trac.wordpress.org/search</a></p>
<p>To submit a bug and bug fix <a href="http://bbpress.trac.wordpress.org/newticket" rel="nofollow">http://bbpress.trac.wordpress.org/newticket</a>
</p>]]></description>
					</item>
		<item>
			<title>kennymcnett on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102548</link>
			<pubDate>Tue, 08 May 2012 05:33:56 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102548@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Happy to pay someone for their working solution. </p>
<p>-Kenny
</p>]]></description>
					</item>
		<item>
			<title>earnshae on "How to contribute a bug fix?"</title>
			<link>http://bbpress.org/forums/topic/how-to-contribute-a-bug-fix#post-102546</link>
			<pubDate>Tue, 08 May 2012 04:02:13 +0000</pubDate>
			<dc:creator>earnshae</dc:creator>
			<guid isPermaLink="false">102546@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hello,</p>
<p>I installed bbpress and I really like it.</p>
<p>I found that there is an alignment issue that is caused by the return of the bbp_reply_class function for the default theme bbp-twentyten.</p>
<p>I noticed that others were having the same problem.</p>
<p>So I fixed it in my version and would like to submit my bug fix...</p>
<p>How do I go about doing that for this project. I have never contributed a patch to an open source project before but would like to submit this bug fix.</p>
<p>Thanks for your help.
</p>]]></description>
					</item>
		<item>
			<title>kennymcnett on "Getting parent category and filtering against a query"</title>
			<link>http://bbpress.org/forums/topic/getting-parent-category-and-filtering-against-a-query#post-102541</link>
			<pubDate>Tue, 08 May 2012 00:21:45 +0000</pubDate>
			<dc:creator>kennymcnett</dc:creator>
			<guid isPermaLink="false">102541@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Hi, I'm integrating bbPress with s2member and need to restrict access to certain categories, forums and their topics. </p>
<p>For example, here's a hierarchy:</p>
<p>Home &#62; Forums &#62; <strong>Category1</strong> &#62; Subcategory1 &#62; Forum1 &#62; Subforum1 &#62; <strong>Topic1</strong></p>
<p>If someone tries to look at <strong>Topic1</strong> or any of its parents, I need to check to make sure they have access to <strong>Category1</strong>.</p>
<p>Access is managed by s2member.</p>
<p>For typical wordpress posts, I attach this filter, run a wp_query, then detach it:</p>
<p>attach_s2member_query_filters();  // only fetch content the user can access</p>
<p>If that query is not empty, then I let the user view the page they're trying to look at. If it is empty, it means they don't have access to any posts and so I redirect them.</p>
<p>But I don't know how bbPress works well enough to figure it out. </p>
<p>It seems I need to</p>
<p>1. Find what the root category is<br />
2. Check if the user can access the root category<br />
3. If so, allow access to whatever they're trying to see. If not, redirect or give an error message.</p>
<p>Any ideas on how I can do this?
</p>]]></description>
					</item>
		<item>
			<title>damjtoh on "Layout bbPress as Invision or phpBB or vBulletin"</title>
			<link>http://bbpress.org/forums/topic/layout-bbpress-as-invision-or-phpbb-or-vbulletin#post-102538</link>
			<pubDate>Mon, 07 May 2012 22:59:58 +0000</pubDate>
			<dc:creator>damjtoh</dc:creator>
			<guid isPermaLink="false">102538@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>I edit the template.php bbp-forum, although I do not sound right to modify the core.</p>
<p>I changed bbp_list_forums function () original:<br />
<code><br />
function bbp_list_forums( $args = '' ) {<br />
[...]<br />
			// Build this sub forums link<br />
			$output .= $link_before . '<a href="' . $permalink . '">' . $title . $counts . '</a>' . $show_sep . $link_after;<br />
		}</p>
<p>		// Output the list<br />
		echo $before . $output . $after;<br />
	}<br />
}<br />
</code><br />
by:<br />
<code><br />
function bbp_list_forums( $args = '' ) {<br />
[...]<br />
			// Build this sub forums link<br />
			//$output .= $link_before . '<a href="' . $permalink . '">' . $title . $counts . '</a>' . $show_sep . $link_after;<br />
			$output[] = array(<br />
			'permalink'=&#62;$permalink,<br />
			'title'=&#62;$title,<br />
			'count'=&#62;$count<br />
			);<br />
		}</p>
<p>		// Output the list<br />
		return $output;<br />
	}<br />
}<br />
</code><br />
and I returned:<br />
<code><br />
Array<br />
(<br />
    [0] =&#62; Array<br />
        (<br />
            [permalink] =&#62; <a href="http://localhost/wpv1/foros/seccion/dota2/torneos-y-competencias" rel="nofollow">http://localhost/wpv1/foros/seccion/dota2/torneos-y-competencias</a><br />
            [title] =&#62; Torneos y competencias<br />
            [count] =&#62; Array<br />
                (<br />
                    [topic] =&#62; 1<br />
                    [reply] =&#62; 5<br />
                )</p>
<p>        )</p>
<p>    [1] =&#62; Array<br />
        (<br />
            [permalink] =&#62; <a href="http://localhost/wpv1/foros/seccion/dota2/dota-chat" rel="nofollow">http://localhost/wpv1/foros/seccion/dota2/dota-chat</a><br />
            [title] =&#62; Dota chat<br />
            [count] =&#62; Array<br />
                (<br />
                    [topic] =&#62; 0<br />
                    [reply] =&#62; 0<br />
                )</p>
<p>        )</p>
<p>)<br />
</code></p>
<p>The only drawback is that I can not get the last comment of each forum.
</p>]]></description>
					</item>
		<item>
			<title>PaulieP on "Need custom theme- for bbPress WP plugin - paid gig"</title>
			<link>http://bbpress.org/forums/topic/need-custom-theme-for-bbpress-wp-plugin-paid-gig#post-102519</link>
			<pubDate>Mon, 07 May 2012 15:41:04 +0000</pubDate>
			<dc:creator>PaulieP</dc:creator>
			<guid isPermaLink="false">102519@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Unfortunately Pagal does not do themes for the plugin version of bbpress, is there anyone else that does? Thanks
</p>]]></description>
					</item>
		<item>
			<title>Sniper Kitten on "Deleting sidebar"</title>
			<link>http://bbpress.org/forums/topic/deleting-sidebar#post-102480</link>
			<pubDate>Mon, 07 May 2012 02:32:01 +0000</pubDate>
			<dc:creator>Sniper Kitten</dc:creator>
			<guid isPermaLink="false">102480@http://bbpress.org/forums/</guid>
			<description><![CDATA[<p>Looks like you ask in the inappropriate place. You should ask this in WordPress or BuddyPress Support Forums.</p>
<p>You'll need to create a custom page template for those pages, but there's no easy way to do this unless you have some knowledge about PHP.</p>
<p>For a quick start, you can refer:<br />
<a href="http://codex.wordpress.org/Pages" rel="nofollow">http://codex.wordpress.org/Pages</a></p>
<p>To create a page template:<br />
<a href="http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates" rel="nofollow">http://codex.wordpress.org/Pages#Creating_Your_Own_Page_Templates</a>
</p>]]></description>
					</item>

	</channel>
</rss>

