<?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 Tag: plugin</title>
<link>http://bbshowcase.org/forums/</link>
<description>bbPress Showcase Tag: plugin</description>
<language>en</language>
<pubDate>Thu, 24 May 2012 16:02:32 +0000</pubDate>

<item>
<title>_ck_ 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-2912</link>
<pubDate>Sat, 14 Jan 2012 08:22:07 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2912@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;The easiest way to test a list is probably to use php's in_array&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;foreach ($forums as  $forum) {$total+=in_array($forum-&#38;gt;forum_id,array(6,5,7))?0:$forum-&#38;gt;topics;}&#60;/code&#62;&#60;/pre&#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-2909</link>
<pubDate>Sat, 14 Jan 2012 06:41:46 +0000</pubDate>
<dc:creator>belounsi</dc:creator>
<guid isPermaLink="false">2909@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;WOW!! your great... what am i saying, your ultra fast and extremely helpful GREAT! Thanks a million times :D&#60;/p&#62;
&#60;p&#62;What if i want to add more excluded forums works it like 6,5,7
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ 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-2908</link>
<pubDate>Sat, 14 Jan 2012 06:32:40 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2908@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;You would have to write some custom code, the plugin is not designed to work that way.&#60;/p&#62;
&#60;p&#62;See this line in the plugin under &#60;code&#62;function front_page_pages() {&#60;/code&#62;&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;foreach ($forums as  $forum) {$total+=$forum-&#38;gt;topics;}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;That adds up all the topics for each forum.&#60;br /&#62;
You'd have to exclude it manually.&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;foreach ($forums as  $forum) {$total+=$forum-&#38;gt;forum_id==6?0:$forum-&#38;gt;topics;}&#60;/code&#62;&#60;/pre&#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>silverrebel on "Tapatalk Plugin for bbPress 1.1 - calling for beta tester"</title>
<link>http://bbshowcase.org/forums/topic/tapatalk-plugin-for-bbpress-11-calling-for-beta-tester#post-2828</link>
<pubDate>Thu, 22 Dec 2011 16:59:11 +0000</pubDate>
<dc:creator>silverrebel</dc:creator>
<guid isPermaLink="false">2828@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;&#60;blockquote&#62;Hello bbPress forum owners,&#60;/p&#62;
&#60;p&#62;Need some help from you - we at Tapatalk are finally able to work on the bbPress support and will be releasing a plugin for bbPress 1.1 soon. We are looking for testers to give it a spin on their forum, if you are a forum owners and has either iPhone/iPad or Android devices, you are welcome to join us!&#60;/p&#62;
&#60;p&#62;Just want to gauge the interest - if you are interested, please response to this post and we will figure out the best way to move forward.&#60;/blockquote&#62;&#60;/p&#62;
&#60;p&#62;repost from &#60;a href=&#34;http://tapatalk.com/forum/showthread.php?p=44972&#34; rel=&#34;nofollow&#34;&#62;http://tapatalk.com/forum/showthread.php?p=44972&#60;/a&#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/page/2#post-2781</link>
<pubDate>Wed, 30 Nov 2011 21:02:26 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2781@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Hello _ck_ just want to tell you that please do not work on this plugin on Friday. Now someone did it for me! and I pay for it. &#60;/p&#62;
&#60;p&#62;-- You can close this topic, thanks
&#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/page/2#post-2776</link>
<pubDate>Wed, 30 Nov 2011 13:24:26 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2776@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;Sure, I'll wait, thanks
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "How to get post title - (post-meta)"</title>
<link>http://bbshowcase.org/forums/topic/how-to-get-post-title-post-meta/page/2#post-2775</link>
<pubDate>Wed, 30 Nov 2011 13:21:48 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2775@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;I'll have to look at this on Friday or the weekend - I simply do not have the time right now.&#60;/p&#62;
&#60;p&#62;The code you are trying to use to init is completely wrong, do not use that.
&#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/page/2#post-2774</link>
<pubDate>Wed, 30 Nov 2011 13:18:17 +0000</pubDate>
<dc:creator>light</dc:creator>
<guid isPermaLink="false">2774@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;My question is that how to initialize/run this plugin to get post-meta data to display it on profile pages. &#60;/p&#62;
&#60;p&#62;I'm trying to include this plugin using &#60;code&#62;&#38;lt;?php add_action( 'bb_init', 'post_meta_init',12); ?&#38;gt;&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;and &#60;code&#62;&#38;lt;?php add_action('bb_activate_plugin_user/post-meta/post-meta.php', 'post_meta_init'); ?&#38;gt; &#60;/code&#62;&#60;/p&#62;
&#60;p&#62;both doesn't work. &#60;/p&#62;
&#60;p&#62;-- I always respect your advice, but I don't have any alternative solution.
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "How to get post title - (post-meta)"</title>
<link>http://bbshowcase.org/forums/topic/how-to-get-post-title-post-meta#post-2773</link>
<pubDate>Wed, 30 Nov 2011 13:02:47 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2773@http://bbshowcase.org/forums/</guid>
<description>&#60;p&#62;It doesn't work because the plugin was never designed to run on profile pages and it doesn't preload there.&#60;/p&#62;
&#60;p&#62;Your include is useless, that's not how plugins work.&#60;/p&#62;
&#60;p&#62;post_meta_init would have to be modified to load on profile page&#60;/p&#62;
&#60;p&#62;Of course you are just not going to take my advice that it's a very bad idea to do this.
&#60;/p&#62;</description>
</item>

</channel>
</rss>

