<?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: Forum: Plugins by _ck_ - Recent Posts</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Forum: Plugins by _ck_ - Recent Posts</description>
<language>en</language>
<pubDate>Sat, 11 Feb 2012 09:15:29 +0000</pubDate>

<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>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>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>

</channel>
</rss>

