<?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 Topics</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase: Forum: Plugins by _ck_ - Recent Topics</description>
<language>en</language>
<pubDate>Sun, 12 Feb 2012 03:14:45 +0000</pubDate>

<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-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 "new bbPress plugin: bbPress Attachments"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbpress-attachments#post-245</link>
<pubDate>Mon, 21 Apr 2008 07:19:03 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">245@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;The long requested ability to upload attachments is now available!&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://bbpress.org/plugins/topic/bb-attachments/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bb-attachments/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is an early beta which does not deal with displaying inline images yet,&#60;br /&#62;
but you can help me beta test it and give feedback/bug reports. &#60;/p&#62;
&#60;p&#62;&#60;font color=&#34;red&#34;&#62;&#60;b&#62;Please note there are important security considerations&#60;br /&#62;
when allowing uploads of any kind to your server.&#60;/b&#62;&#60;/font&#62; &#60;/p&#62;
&#60;p&#62;&#60;i&#62;During beta-test the plugin defaults to only moderators (and above) can upload.&#60;/i&#62;&#60;br /&#62;
At your own risk you can open it to all members but keep in mind the plugin has not been tested extensively for security issues yet.&#60;/p&#62;
&#60;p&#62;(demonstration of attachments below - &#60;em&#62;note you cannot download&#60;br /&#62;
 them unless you are logged in,&#60;/em&#62; which is a feature set by role)
&#60;/p&#62;</description>
</item>
<item>
<title>belounsi on "Topics per page plugin exclude (sub)forum, please help"</title>
<link>http://bbshowcase.org/forums/topic/topics-per-page-plugin-exclude-subforum-please-help#post-2907</link>
<pubDate>Sat, 14 Jan 2012 06:26:49 +0000</pubDate>
<dc:creator>belounsi</dc:creator>
<guid isPermaLink="false">2907@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Dear _ck_ (and others)&#60;/p&#62;
&#60;p&#62;I'm using the Topics per page plugin and i'm excluding a sub forum on the frontpage.&#60;/p&#62;
&#60;p&#62;I exclude the sub forum like this in the front-page.php template on line 25:&#60;br /&#62;
&#60;code&#62;&#38;lt;?php if ( $topics = get_latest_topics('exclude=-6', $page)) : foreach ( $topics as $topic ) : ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;This works good, the only issue that i have now is that the topics per page plugin is still counting the excluded sub forum topics so it makes a following page (last page navigation) with nothing in it.&#60;/p&#62;
&#60;p&#62;I tried to recount everything but this is not working.&#60;/p&#62;
&#60;p&#62;I think i have to exclude the sub forum somewhere in the core files but i don't know which file this must be.&#60;/p&#62;
&#60;p&#62;I'm using: bbPress 1.0.3.&#60;/p&#62;
&#60;p&#62;Can you or someone else help me on this one please?&#60;/p&#62;
&#60;p&#62;Thanks in advance.&#60;/p&#62;
&#60;p&#62;Br,&#60;/p&#62;
&#60;p&#62;Belounsi
&#60;/p&#62;</description>
</item>
<item>
<title>ilmanakbar on "Exact Time/Date in "Forum Last Poster""</title>
<link>http://bbshowcase.org/forums/topic/exact-timedate-in-forum-last-poster#post-1700</link>
<pubDate>Fri, 16 Oct 2009 19:23:16 +0000</pubDate>
<dc:creator>ilmanakbar</dc:creator>
<guid isPermaLink="false">1700@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I'm sorry, it's cross-posted from the &#60;a href=&#34;http://bbpress.org/plugins/topic/forum-last-poster/page/2/?replies=30#post-4772&#34;&#62;bbPress support forum&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;_ck_, I want to display the exact time/date of the last posts rather than &#34;1 day ago&#34; or &#34;2 months ago&#34;.. where's the part of your code should I change?&#60;/p&#62;
&#60;p&#62;I've successfully edited the Freshness on &#34;Latest Discussion&#34; with the exact time/date using this code&#60;/p&#62;
&#60;p&#62;&#60;code&#62;&#38;lt;?php echo(topic_time(&#38;#39;j M Y&#38;#39;)); ?&#38;gt;&#38;lt;?php echo(topic_time(&#38;#39;H:i&#38;#39;)); ?&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;I tried using the same code to replace &#60;code&#62;forum_time()&#60;/code&#62; but it didn't work obviously..&#60;/p&#62;
&#60;p&#62;thanks for the code..
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "new bbPress plugin:  BBcode lite"</title>
<link>http://bbshowcase.org/forums/topic/new-bbpress-plugin-bbcode-lite#post-157</link>
<pubDate>Tue, 26 Feb 2008 12:42:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">157@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I'm pleased to release a new plugin to allow bbcode on bbPress forums.&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;BBcode lite&#60;/strong&#62;&#60;br /&#62;
&#60;a href=&#34;http://bbpress.org/plugins/topic/bbcode-lite/&#34; rel=&#34;nofollow&#34;&#62;http://bbpress.org/plugins/topic/bbcode-lite/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;While there are other plugins that do this on WordPress and at least one other on bbPress, this one is far smaller and faster and therefore better for active forums.&#60;/p&#62;
&#60;p&#62;Should be on bbpress.org by tomorrow, feel free to test it here.&#60;/p&#62;
&#60;p&#62;examples:&#60;br /&#62;
&#60;code&#62;[b]bold[/b]&#60;/code&#62; &#60;strong&#62;bold&#60;/strong&#62;&#60;br /&#62;
&#60;code&#62;[color=red]red[/color]&#60;/code&#62; &#60;font color=&#34;red&#34;&#62;red&#60;/font&#62;&#60;br /&#62;
&#60;code&#62;[s]strikethrough[/s]&#60;/code&#62; &#60;strike&#62;strikethrough&#60;/strike&#62;&#60;br /&#62;
&#60;code&#62;[url]http://bbShowcase.org[/url]&#60;/code&#62;  &#60;a href=&#34;http://bbShowcase.org&#34;&#62;http://bbShowcase.org&#60;/a&#62;&#60;br /&#62;
&#60;code&#62;[url=http://bbShowcase.org]bbShowcase[/url]&#60;/code&#62; &#60;a href=&#34;http://bbShowcase.org&#34;&#62;bbShowcase&#60;/a&#62;&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
ordered lists:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[list=1]
[*]first
[*]second
[*]third
[/list]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;ol type=&#34;1&#34;&#62;&#60;li&#62;first&#60;/li&#62;&#60;li&#62;second&#60;/li&#62;&#60;li&#62;third&#60;/li&#62;&#60;/ol&#62;&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[list=a]
[*]first
[*]second
[*]third
[/list]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;ol type=&#34;a&#34;&#62;&#60;li&#62;first&#60;/li&#62;&#60;li&#62;second&#60;/li&#62;&#60;li&#62;third&#60;/li&#62;&#60;/ol&#62;&#60;br /&#62;
&#60;hr /&#62;&#60;br /&#62;
unordered lists:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;[list]
[*]first
[*]second
[*]third
[/list]&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;&#60;ul&#62;&#60;li&#62;first&#60;/li&#62;&#60;li&#62;second&#60;/li&#62;&#60;li&#62;third&#60;/li&#62;&#60;/ul&#62;
&#60;/p&#62;</description>
</item>
<item>
<title>light on "How to get post title - (post-meta)"</title>
<link>http://bbshowcase.org/forums/topic/how-to-get-post-title-post-meta#post-2733</link>
<pubDate>Sat, 26 Nov 2011 14:36:46 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2733@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hi _ck_&#60;/p&#62;
&#60;p&#62;I'm really sorry to ping you again, I know that I should ask questions on bbPress.org but I'm a silent user there. I feel that people are discussing just 2.0 but I just love bbPress standalone version. So, I've lost my interest in bbPress support forums. I wish If you could help in some issues. &#60;/p&#62;
&#60;p&#62;-- My question is that I'm using the &#34;post-meta&#34; plugin. It's working fine for me with the version &#60;strong&#62;1.1-alpha-2855&#60;/strong&#62; and I'm not using it with anonymous posting just for extra post_form fields. &#60;/p&#62;
&#60;p&#62;-- The part of my question is that whenever a user submit a post using following post-meta fields&#60;/p&#62;
&#60;p&#62;-- &#34;post title&#34;&#60;br /&#62;
-- &#34;post body&#34;&#60;/p&#62;
&#60;p&#62;The post title automatically shows above the post_text. &#60;/p&#62;
&#60;p&#62;what I am looking is that I don't want to show &#60;code&#62;post_meta_post_title&#60;/code&#62; automatically in post. I'm looking a template function to get post-title to display it manually in theme.&#60;/p&#62;
&#60;p&#62;Is it possible to get post-title something like template code&#60;br /&#62;
&#60;code&#62;&#38;lt;?php post_meta_post_title (); ?&#38;gt;&#60;/code&#62;&#60;br /&#62;
Thank you so much!
&#60;/p&#62;</description>
</item>
<item>
<title>flynhox on ""Quote" Button"</title>
<link>http://bbshowcase.org/forums/topic/quote-button#post-2661</link>
<pubDate>Sun, 23 Oct 2011 06:34:18 +0000</pubDate>
<dc:creator>flynhox</dc:creator>
<guid isPermaLink="false">2661@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello ck !&#60;br /&#62;
i want add &#34;quote&#34; button at every reply like you forum ! Can you help me ?
&#60;/p&#62;</description>
</item>
<item>
<title>PnKllr on "Post Count Plus, to work with Members Online"</title>
<link>http://bbshowcase.org/forums/topic/post-count-plus-to-work-with-members-online#post-2605</link>
<pubDate>Mon, 03 Oct 2011 06:52:46 +0000</pubDate>
<dc:creator>PnKllr</dc:creator>
<guid isPermaLink="false">2605@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello,&#60;/p&#62;
&#60;p&#62;Just wondering if there was a way for Post Count Plus to work with the Members Online plugin.&#60;/p&#62;
&#60;p&#62;What i mean is, the Members Online PLugin to show the same colour on the names as the rest of the forum.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>cavenewt on "Is it ok to use Move it with 1.02?"</title>
<link>http://bbshowcase.org/forums/topic/is-it-ok-to-use-move-it-with-102#post-2567</link>
<pubDate>Sat, 24 Sep 2011 12:07:06 +0000</pubDate>
<dc:creator>cavenewt</dc:creator>
<guid isPermaLink="false">2567@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I read all the comments at bbpress.org, and the most recent ones (4 years ago) contain dire warnings to not use the plugin.&#60;/p&#62;
&#60;p&#62;I'm hoping it's ok to use it with a standalone 1.02 forum (just the basic Kakumei theme) to move individual posts to a different topic.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

