<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress Showcase: Recent Posts</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Recent Posts</description>
<language>en</language>
<pubDate>Sat, 04 Feb 2012 13:52:01 +0000</pubDate>

<item>
<title>_ck_ on ""Negative" topic posts?  (-185)"</title>
<link>http://bbshowcase.org/forums/topic/negative-topic-posts-185#post-2974</link>
<pubDate>Fri, 03 Feb 2012 15:25:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2974@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;did you try a recount from the admin area?&#60;/p&#62;
&#60;p&#62;it's probably from deleting or moving topics/posts
&#60;/p&#62;</description>
</item>
<item>
<title>KitchenDip on ""Negative" topic posts?  (-185)"</title>
<link>http://bbshowcase.org/forums/topic/negative-topic-posts-185#post-2973</link>
<pubDate>Fri, 03 Feb 2012 15:13:41 +0000</pubDate>
<dc:creator>KitchenDip</dc:creator>
<guid isPermaLink="false">2973@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Has anyone had problems with their forums showing a &#34;negative&#34; value for the topic posts?  Go here and scroll down: &#60;a href=&#34;http://kitchendip.org/community/&#34; rel=&#34;nofollow&#34;&#62;http://kitchendip.org/community/&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>light on "Custom Email: New User Notification"</title>
<link>http://bbshowcase.org/forums/topic/custom-email-new-user-notification#post-2970</link>
<pubDate>Thu, 02 Feb 2012 02:43:23 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2970@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks _ck_  &lt;img src="http://bbshowcase.org/forums/my-plugins/bb-smilies/default/icon_smile.gif" title=":)" class="bb_smilies" /&gt; 
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Custom Email: New User Notification"</title>
<link>http://bbshowcase.org/forums/topic/custom-email-new-user-notification#post-2969</link>
<pubDate>Thu, 02 Feb 2012 02:40:48 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2969@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Just change&#60;br /&#62;
&#60;code&#62;$to=bb_get_option(&#38;#39;from_email&#38;#39;);&#60;/code&#62;&#60;br /&#62;
into&#60;br /&#62;
&#60;code&#62;$to=&#38;quot;whatever@example.com&#38;quot;;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>light on "Custom Email: New User Notification"</title>
<link>http://bbshowcase.org/forums/topic/custom-email-new-user-notification#post-2968</link>
<pubDate>Wed, 01 Feb 2012 22:34:22 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2968@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Greetings!&#60;/p&#62;
&#60;p&#62;_ck_ Hope you're doing good!&#60;/p&#62;
&#60;p&#62;-- I found your code for New user notification &#60;/p&#62;
&#60;pre&#62;&#60;code&#62;$message .= sprintf(__(&#38;#39;Profile: %s&#38;#39;), get_user_profile_link($user_id)) . &#38;quot;\r\n\r\n&#38;quot;;

$to=bb_get_option(&#38;#39;from_email&#38;#39;); if (!$to) {$to=bb_get_option(&#38;#39;admin_email&#38;#39;);}
@bb_mail($to , sprintf(__(&#38;#39;[%s] New User Registration&#38;#39;), bb_get_option(&#38;#39;name&#38;#39;)), $message, &#38;#39;&#38;#39; );
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;Is it possible to change admin_email to something else? My admin email is &#60;a href=&#34;mailto:admin@mydomain.com&#34;&#62;admin@mydomain.com&#60;/a&#62; and I want to sent new user notifications to &#60;a href=&#34;mailto:notify@example.com&#34;&#62;notify@example.com&#60;/a&#62; and I don't want to change my admin email! -- Possible?&#60;/p&#62;
&#60;p&#62;Any help?&#60;br /&#62;
Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate"</title>
<link>http://bbshowcase.org/forums/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate#post-2964</link>
<pubDate>Tue, 31 Jan 2012 06:32:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2964@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;33554432 bytes = 32 megabytes&#60;/p&#62;
&#60;p&#62;This is probably the memory limit of your PHP settings.&#60;/p&#62;
&#60;p&#62;Either change the php.ini or try putting this in &#60;code&#62;bb-config.php&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;&#60;code&#62;ini_set(&#38;quot;memory_limit&#38;quot;,&#38;quot;40M&#38;quot;);&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;But bbpress should not be taking that much memory in the first place, so there is probably some code somewhere misbehaving.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate"</title>
<link>http://bbshowcase.org/forums/topic/fatal-error-allowed-memory-size-of-33554432-bytes-exhausted-tried-to-allocate#post-2961</link>
<pubDate>Mon, 30 Jan 2012 22:15:25 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2961@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;My bbpress 1.1 installation has been working fine until just now. When I try to go to a member profile page I get this error:&#60;/p&#62;
&#60;p&#62;Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 19456 bytes) in&#60;/p&#62;
&#60;p&#62;Any ideas how to fix this?&#60;/p&#62;
&#60;p&#62;Any help is much appreciated.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "bb attachments"</title>
<link>http://bbshowcase.org/forums/topic/bb-attachments#post-2954</link>
<pubDate>Fri, 27 Jan 2012 14:27:24 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2954@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I was already on that path when you responded. Thanks! Got it fixed!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bb attachments"</title>
<link>http://bbshowcase.org/forums/topic/bb-attachments#post-2953</link>
<pubDate>Fri, 27 Jan 2012 13:47:12 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2953@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Why don't you just search bb-attachments-init and find &#60;code&#62;&#38;lt;div class=&#38;#39;indent&#38;#39;&#38;gt;&#60;/code&#62; and make it &#60;code&#62;&#38;lt;div id=&#38;#39;content_holder&#38;#39;&#38;gt;&#60;/code&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "bb attachments"</title>
<link>http://bbshowcase.org/forums/topic/bb-attachments#post-2952</link>
<pubDate>Fri, 27 Jan 2012 13:42:40 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2952@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Well it actually does have a header and footer and this is only happening on this page. The header and footer are being pulled in but the divs I have that wrap around the content area are missing. Is there a way to at least remove this link so this page can't be accessed? It seems like for some reason the &#38;lt;div class=&#34;indent&#34;&#38;gt; is replacing my &#38;lt;div id=content_holder&#38;gt; instead of being place inside it.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "bb attachments"</title>
<link>http://bbshowcase.org/forums/topic/bb-attachments#post-2951</link>
<pubDate>Fri, 27 Jan 2012 13:24:02 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2951@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I certainly hope your theme has a header and footer, that's what it's using.&#60;/p&#62;
&#60;p&#62;If you do, are there any other plugins that affect themes?
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "bb attachments"</title>
<link>http://bbshowcase.org/forums/topic/bb-attachments#post-2950</link>
<pubDate>Fri, 27 Jan 2012 13:14:57 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2950@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Do you know what template or file is being used when you click the &#38;quot;Attachments&#38;quot; link shown in this screenshot? The screenshot shows a post in my forum but when I click it I am taken to a page that isn't using my page template.&#60;/p&#62;
&#60;p&#62;Any ideas?&#60;/p&#62;
&#60;p&#62;Thanks!&#60;/p&#62;
&#60;p&#62; [attachment=2950,184]
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Avatar Upload seems to be broken"</title>
<link>http://bbshowcase.org/forums/topic/avatar-upload-seems-to-be-broken#post-2949</link>
<pubDate>Thu, 26 Jan 2012 17:25:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2949@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I'd recommend just using gravatars - this is not my plugin and I'm not supporting it.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Avatar Upload seems to be broken"</title>
<link>http://bbshowcase.org/forums/topic/avatar-upload-seems-to-be-broken#post-2948</link>
<pubDate>Thu, 26 Jan 2012 17:20:54 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2948@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;May I ask how you set it up on this forum to allow members to upload their own avatar? I tried Upload Avatar but it doesn't seem to work. It is doing exactly what the poster above referred to. I appreciate any help you may be of.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "WYSIWYG Editor for posts"</title>
<link>http://bbshowcase.org/forums/topic/wysiwyg-editor-for-posts#post-2947</link>
<pubDate>Thu, 26 Jan 2012 16:23:08 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2947@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;This plugin perfect for what I need. I created buttons for these. I you are interested in using them I will send you the image and css. Here is a screenshot of them.&#60;/p&#62;
&#60;p&#62;Thanks for your help!&#60;/p&#62;
&#60;p&#62; [attachment=2947,183]
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "WYSIWYG Editor for posts"</title>
<link>http://bbshowcase.org/forums/topic/wysiwyg-editor-for-posts#post-2946</link>
<pubDate>Wed, 25 Jan 2012 18:41:17 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2946@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;That's the &#34;bbcode buttons&#34; plugin.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "WYSIWYG Editor for posts"</title>
<link>http://bbshowcase.org/forums/topic/wysiwyg-editor-for-posts#post-2945</link>
<pubDate>Wed, 25 Jan 2012 17:58:59 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2945@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks! May I ask how you got the simple buttons (B,I,U,etc.) in your post reply form?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "WYSIWYG Editor for posts"</title>
<link>http://bbshowcase.org/forums/topic/wysiwyg-editor-for-posts#post-2944</link>
<pubDate>Wed, 25 Jan 2012 17:57:36 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2944@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Sorry I don't have any experience with those kinds of editors, they are far more trouble than they are worth.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "WYSIWYG Editor for posts"</title>
<link>http://bbshowcase.org/forums/topic/wysiwyg-editor-for-posts#post-2943</link>
<pubDate>Wed, 25 Jan 2012 17:48:41 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2943@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I have tried the bb-wysiwyg-editor plugin and it works great except for in Chrome. For some reason if I try to use &#34;indent&#34; for example it will wrap the text that I type in the actual code. So let's say I type something like &#34;Hello this is a test of the indent button&#34; then I select the text and click &#34;indent&#34;. In Chrome when I test this the following is in my post:&#60;/p&#62;
&#60;p&#62;&#38;lt;blockquote style=&#34;margin: 0 0 0 40px; border: none; padding: 0px;&#34;&#38;gt;Hello this is a test of the indent button&#34; then I select the text and click &#34;indent&#34;.&#38;lt;blockquote style=&#34;margin: 0 0 0 40px; border: none; padding: 0px;&#34;&#38;gt;&#60;/p&#62;
&#60;p&#62;Any idea why this is happening? Have you seen this happen before?&#60;/p&#62;
&#60;p&#62;Is there a better way to add a wysiwyg editor to the posts/reply form in bbpress?&#60;/p&#62;
&#60;p&#62;Thanks for your help!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2942</link>
<pubDate>Wed, 25 Jan 2012 17:18:03 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2942@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Perfect! Thanks! You're plugin is great!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2941</link>
<pubDate>Wed, 25 Jan 2012 17:08:49 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2941@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;you can change&#60;/p&#62;
&#60;p&#62;&#60;code&#62;$bb_attachments[&#38;#39;inline&#38;#39;][&#38;#39;width&#38;#39;]=590;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to whatever max width you want and it will resize it&#60;/p&#62;
&#60;p&#62;(note it will not change existing images - you can use overflow:hidden on your post content wrapper to hide overly large existing images if necessary)
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments/page/8#post-2940</link>
<pubDate>Wed, 25 Jan 2012 17:04:13 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2940@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Is there a way to limit the actual dimensions of an uploaded image with this plugin? The plugin works great the only problem I am running into is that some images being uploaded are wider than the width of the post area.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Create a topics list"</title>
<link>http://bbshowcase.org/forums/topic/create-a-topics-list#post-2939</link>
<pubDate>Tue, 24 Jan 2012 17:49:55 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2939@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;They never wrote documentation because they kept changing the program every year or so.&#60;/p&#62;
&#60;p&#62;Take a look inside the code in the bbpress root as well as the templates to get an idea of how it works.&#60;/p&#62;
&#60;p&#62;get_topic is for the topic page, for a single topic&#60;/p&#62;
&#60;p&#62;to get a group of topics you have to use a query&#60;/p&#62;
&#60;p&#62;Take a look at my  &#34;My Views&#34; plugin to get an idea how to do the query and show the results. It can be done just like how WordPress works.&#60;/p&#62;
&#60;p&#62;I wrote a little about custom queries here:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/forums/topic/heres-how-to-show-bbpress-info-inside-wordpress-without-full-integration&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Just change &#60;code&#62;$bbdb&#60;/code&#62; for &#60;code&#62;$wpdb&#60;/code&#62; (see my-views for real demonstrations)&#60;/p&#62;
&#60;p&#62;And these might help you down the road:&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://google.com/search?q=site%3Abbpress.org+inurl%3Aheres-how&#34; rel=&#34;nofollow&#34;&#62;http://google.com/search?q=site%3Abbpress.org+inurl%3Aheres-how&#60;/a&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Create a topics list"</title>
<link>http://bbshowcase.org/forums/topic/create-a-topics-list#post-2938</link>
<pubDate>Tue, 24 Jan 2012 17:44:38 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2938@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Can anyone shed some light on how to create a list of topics? Also is there a way to limit how many topics show up in the list and also order them by date and the most recent?&#60;/p&#62;
&#60;p&#62;I was able to create a list of forums using this code:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;p&#62;&#38;lt;?php $forums = get_forums(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $forums as $forum ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;
        &#60;a&#62;forum_id ); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php forum_name( $forum-&#38;gt;forum_id ); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
        &#38;lt;span class=&#34;forum-posts&#34;&#38;gt;(&#38;lt;?php forum_posts( $forum-&#38;gt;forum_id ); ?&#38;gt; posts)&#38;lt;/span&#38;gt;
    &#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I have tried the code below but it isn't working. There is so little documentation on bbpress that I am having trouble figuring out what to set $topics equal to.&#60;br /&#62;
Any help is appreciated.&#60;br /&#62;
&#60;code&#62;&#60;/p&#62;
&#60;ul&#62;
&#60;p&#62;&#38;lt;?php $topics = get_topic(); ?&#38;gt;&#60;br /&#62;
&#38;lt;?php foreach ( $topics as $topic ) : ?&#38;gt;&#60;/p&#62;
&#60;li&#62;
      &#60;a&#62;topic_id ); ?&#38;gt;&#34;&#38;gt;&#38;lt;?php topic_title( $topic-&#38;gt;topic_id ); ?&#38;gt;&#60;/a&#62;&#60;br /&#62;
      &#38;lt;span class=&#34;topic-posts&#34;&#38;gt;(&#38;lt;?php topic_posts( $topic-&#38;gt;topic_id ); ?&#38;gt; posts)&#38;lt;/span&#38;gt;
   &#60;/li&#62;
&#60;p&#62;&#38;lt;?php endforeach; ?&#38;gt;&#60;/p&#62;
&#60;/ul&#62;
&#60;p&#62;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Also, any suggestions on where to find more documentation?&#60;br /&#62;
Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2937</link>
<pubDate>Tue, 24 Jan 2012 09:59:44 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2937@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;That worked perfectly! Thanks for your help!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2936</link>
<pubDate>Tue, 24 Jan 2012 06:00:44 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2936@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;It looks like in 1.1 they broke the avatar default just like it used to be broken in wordpress.&#60;/p&#62;
&#60;p&#62;First they get the default &#60;code&#62;if ( empty($default) ) 		$default = bb_get_option(&#38;#39;avatars_default&#38;#39;);&#60;/code&#62;&#60;br /&#62;
but then they override it with their own &#60;code&#62;$default = $host . &#38;#39;/avatar/ad516503a11cd5ca435acc9bb6523536?s=&#38;#39; . $size;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This means your only option is to filter it afterwards.&#60;/p&#62;
&#60;p&#62;Try making a mini-plugin with this code instead (or add it to your template header.php)&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;add_filter( &#38;#39;bb_get_avatar&#38;#39;, &#38;#39;custom_default_avatar&#38;#39;); 

function custom_default_avatar($data) {return preg_replace(&#38;#39;@(\&#38;amp;amp\;d\=).+?(\&#38;#39;&#124;&#38;quot;&#124;\&#38;amp;amp\;)@sm&#38;#39;,&#38;#39;$1http://www.example.com/defaultavatar.png$2&#38;#39;,$data);}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;and change the example part to the url to your default avatar
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Change default avatar in bbpress 1.1"</title>
<link>http://bbshowcase.org/forums/topic/change-default-avatar-in-bbpress-11#post-2935</link>
<pubDate>Mon, 23 Jan 2012 23:49:15 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2935@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Does anyone know how to change the default avatar in bbpress 1.1 to a custom avatar that you have created?&#60;/p&#62;
&#60;p&#62;Thanks for any help!
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page/page/2#post-2934</link>
<pubDate>Fri, 20 Jan 2012 11:32:06 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2934@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Thanks for all of your help! I really appreciate it!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page/page/2#post-2933</link>
<pubDate>Fri, 20 Jan 2012 11:31:05 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2933@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;It's part of the old cookies and does not matter.&#60;/p&#62;
&#60;p&#62;Please keep in mind I will not be able to answer questions for you non-stop, in fact I have to leave now so you'll be on your own.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page/page/2#post-2932</link>
<pubDate>Fri, 20 Jan 2012 11:29:08 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2932@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Ok, I will do that what about the next question in the installer? Wordpress database Secret. It says &#34;This must match the value of the WordPress setting named &#34;secret&#34; in your WordPress installation. Look for the option labeled &#34;secret&#34; in this WordPress admin page. If you leave this blank the installer will try to fetch the value based on your WordPress database integration settings.&#34;&#60;/p&#62;
&#60;p&#62;I looked and didn't see any thing labeled &#34;secret&#34;. Is this something I ignore as well?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page/page/2#post-2931</link>
<pubDate>Fri, 20 Jan 2012 11:24:46 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2931@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;For the cookies on 0.9 you will need to install my &#34;freshly baked cookies&#34; plugin and edit the settings there. &#60;/p&#62;
&#60;p&#62;The cookie settings in 0.9 do not matter because they are outdated.&#60;/p&#62;
&#60;p&#62;Just copy those 8 lines from wp-config to the cookies plugin instead.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page/page/2#post-2930</link>
<pubDate>Fri, 20 Jan 2012 11:22:28 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2930@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Great! I am installing the final 0.9 branch. I manually edited the bb-config file and am working my way through the installation. I am at the field for &#34;Wordpress cookie secret key&#34; Below the field it says, &#34;This value must match the value of the constant named &#34;SECRET_KEY&#34; in your WordPress wp-config.php file. This will replace the bbPress cookie secret key set in the first step.&#34; There is no constant named &#34;SECRET_KEY&#34; in the wp-config file. I have the following:&#60;/p&#62;
&#60;p&#62;define('AUTH_KEY',&#60;br /&#62;
define('SECURE_AUTH_KEY',&#60;br /&#62;
define('LOGGED_IN_KEY',&#60;br /&#62;
define('NONCE_KEY',&#60;br /&#62;
define('AUTH_SALT',&#60;br /&#62;
define('SECURE_AUTH_SALT',&#60;br /&#62;
define('LOGGED_IN_SALT',&#60;br /&#62;
define('NONCE_SALT'&#60;/p&#62;
&#60;p&#62;Is it one of these?&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page#post-2929</link>
<pubDate>Fri, 20 Jan 2012 11:09:50 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2929@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Just manually edit and copy the settings as requires from wp-config to the bb-config&#60;/p&#62;
&#60;p&#62;During install it should ask you if you are integrating.&#60;/p&#62;
&#60;p&#62;There is also a page in the admin area for integration.
&#60;/p&#62;</description>
</item>
<item>
<title>mccawphoto on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page#post-2928</link>
<pubDate>Fri, 20 Jan 2012 11:06:43 +0000</pubDate>
<dc:creator>mccawphoto</dc:creator>
<guid isPermaLink="false">2928@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I was able to convince my client that it is okay to have the reply form on the same page as the topic. How do you manually configure the install? I manually configure my wordpress installs all the time.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Topic Reply Form on separate page"</title>
<link>http://bbshowcase.org/forums/topic/topic-reply-form-on-separate-page#post-2927</link>
<pubDate>Fri, 20 Jan 2012 10:31:52 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2927@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;The integration should be pretty straightforward, I cannot remember because I always manually configure my installs.&#60;/p&#62;
&#60;p&#62;If you want to use most of my plugin you should install the final 0.9 branch&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.trac.wordpress.org/changeset/3687/branches/0.9?old_path=%2F&#38;amp;format=zip&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.trac.wordpress.org/changeset/3687/branches/0.9?old_path=%2F&#38;amp;format=zip&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Then install my freshly baked cookies plugin and it can use WP cookies.&#60;/p&#62;
&#60;p&#62;Note that your desire to have replies on another page is going to cause you all kinds of headaches and break several plugins. If you do not know how to code I would recommend you not continue.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

