<?xml version="1.0" encoding="UTF-8"?><!-- 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 support forums Tag: support-forum.php</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: support-forum.php</description>
<language>en</language>
<pubDate>Tue, 02 Dec 2008 05:53:50 +0000</pubDate>

<item>
<title>_ck_ on "Support Forum &#038; My Views Compatibility"</title>
<link>http://bbpress.org/forums/topic/support-forum-038-my-views-compatibility#post-11210</link>
<pubDate>Sun, 30 Sep 2007 13:01:59 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">11210@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi, I'll be working on my bbpress stuff again later in October but thanks for figuring this out. I wouldn't normally test it with the support forum plugin so I wasn't aware of that behavior.&#60;/p&#62;
&#60;p&#62;Not sure why My Views is trashing the support forum views  but I'll investigate further sometime soon - it might have to do with the way My Views lets you re-order the views, though it should not delete any.&#60;/p&#62;
&#60;p&#62;(you're using v0.08 correct?)
&#60;/p&#62;</description>
</item>
<item>
<title>neyoung on "Support Forum &#038; My Views Compatibility"</title>
<link>http://bbpress.org/forums/topic/support-forum-038-my-views-compatibility#post-11134</link>
<pubDate>Thu, 27 Sep 2007 09:30:39 +0000</pubDate>
<dc:creator>neyoung</dc:creator>
<guid isPermaLink="false">11134@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I have both the My Views and Support Forums plugins installed.  They work well together except for 1 thing.  Both plugins add a new filter to bb_views.&#60;/p&#62;
&#60;p&#62;If both plugins are running the new views from My Views are the only ones to show up.  The Support Forums views are not listed.  After poking through the code I was able to fix it by making sure that the Support Forums bb_views filter was added AFTER the My Views bb_views filter.  To do so edit support-forum.php .&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;Replace&#60;/strong&#62; line 432&#60;br /&#62;
--------------------------------&#60;br /&#62;
&#60;code&#62;add_filter(&#38;#39;bb_views&#38;#39;, array(&#38;#38;$this, &#38;#39;addViews&#38;#39;));&#60;/code&#62;&#60;br /&#62;
--------------------------------&#60;/p&#62;
&#60;p&#62;&#60;strong&#62;With&#60;/strong&#62;&#60;br /&#62;
--------------------------------&#60;br /&#62;
&#60;code&#62;add_filter(&#38;#39;bb_views&#38;#39;, array(&#38;#38;$this, &#38;#39;addViews&#38;#39;), 200);&#60;/code&#62;&#60;br /&#62;
--------------------------------&#60;/p&#62;
&#60;p&#62;You should now be able to see the views from both plugins.&#60;/p&#62;
&#60;p&#62;I'm no expert, but it seems like when My Views is adding my_views_init to the bb_views filter its overwriting whatever Support Forums has already added to the filter.  Just a guess.  I'm sure ck, so1o, mdawaffe, or SamBauers will know exactly what is going on.&#60;/p&#62;
&#60;p&#62;Enjoy!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
