<?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 Plugin Browser Topic: Support Forum</title>
<link>http://bbpress.org/plugins/</link>
<description>bbPress Plugin Browser Topic: Support Forum</description>
<language>en</language>
<pubDate>Fri, 19 Mar 2010 04:21:09 +0000</pubDate>

<item>
<title>beduino on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-5513</link>
<pubDate>Wed, 10 Mar 2010 21:35:03 +0000</pubDate>
<dc:creator>beduino</dc:creator>
<guid isPermaLink="false">5513@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;The package already contains pt_BR po and mo, but where [or how] we can activate in our language??&#60;br /&#62;
Tks in advance
&#60;/p&#62;</description>
</item>
<item>
<title>ZoiX on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-4733</link>
<pubDate>Sat, 10 Oct 2009 20:35:36 +0000</pubDate>
<dc:creator>ZoiX</dc:creator>
<guid isPermaLink="false">4733@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi all!&#60;br /&#62;
I have a simple question: I have a .mo in Spanish inside language folder (I have only this file), but everything still in English, must I change something?&#60;br /&#62;
In bb-config.php file the language by default is Spanish.
&#60;/p&#62;</description>
</item>
<item>
<title>starship trooper on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-4622</link>
<pubDate>Fri, 25 Sep 2009 16:55:28 +0000</pubDate>
<dc:creator>starship trooper</dc:creator>
<guid isPermaLink="false">4622@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;To make the look of  &#34;Latest Discussions&#34; a bit more uncluttered -  to get rid of a blank button in case of 'mu' - I've changed&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ( $this-&#38;gt;icons[&#38;#39;status&#38;#39;] ) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;to&#60;/p&#62;
&#60;p&#62; &#60;code&#62;if ( ($this-&#38;gt;icons[&#38;#39;status&#38;#39;]) &#38;amp;&#38;amp; ($topicStatus != &#38;#39;mu&#38;#39;) ) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Function to locate in file:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;function modifyTopicLabelStatus($label)
        {
                $topicStatus = $this-&#38;gt;getTopicStatus();

                if ($topicStatus) {
                        if ( ($this-&#38;gt;icons[&#38;#39;status&#38;#39;]) &#38;amp;&#38;amp; ($topicStatus != &#38;#39;mu&#38;#39;) ) {
                                $status_image = &#38;#39;&#38;lt;img src=&#38;quot;&#38;#39; . $this-&#38;gt;iconURI . &#38;#39;support-forum-&#38;#39; . $topicStatus . &#38;#39;.png&#38;quot; alt=&#38;quot;[&#38;#39; . $this-&#38;gt;resolutions[$topicStatus] . &#38;#39;]&#38;quot; title=&#38;quot;[&#38;#39; . $this-&#38;gt;resolutions[$topicStatus] . &#38;#39;]&#38;quot; style=&#38;quot;vertical-align:top; margin-right:0.3em; width:14px; height:14px; border-width:0;&#38;quot; /&#38;gt;&#38;#39;;
                        } elseif ($topicStatus != &#38;#39;mu&#38;#39;) {
                                $status_image = &#38;#39;[&#38;#39; . $this-&#38;gt;resolutions[$topicStatus] . &#38;#39;] &#38;#39;;
                        }
                        $label = $status_image . $label;
                }

                return $label;
        }&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;More changes required still, to clean up Topic View as well ...
&#60;/p&#62;</description>
</item>
<item>
<title>bbhack on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-4542</link>
<pubDate>Fri, 11 Sep 2009 22:41:32 +0000</pubDate>
<dc:creator>bbhack</dc:creator>
<guid isPermaLink="false">4542@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I was just looking at the code for this plugin and it looks like it is NOT compatible with bbPress 1.0 despite the &#34;Compatible up to: 1.0&#34; listed next to the plugin.&#60;/p&#62;
&#60;p&#62;It looks like it is using the old bb_topicmeta from 0.9 which doesn't exist anymore. &#60;/p&#62;
&#60;p&#62;Or did I miss something?
&#60;/p&#62;</description>
</item>
<item>
<title>t31os_ on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-4071</link>
<pubDate>Wed, 22 Jul 2009 16:03:43 +0000</pubDate>
<dc:creator>t31os_</dc:creator>
<guid isPermaLink="false">4071@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;One minor thing i found to be missing that i assumed was default behaviour, that may be an oversight or error...&#60;/p&#62;
&#60;p&#62;Default code (can't tell you which line, i've removed alot of white-space from the copy i keep)..&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;if (is_forum() &#124;&#124; is_front() &#124;&#124; is_view()) {
		if ($support_forum-&#38;gt;icons[&#38;#39;closed&#38;#39;]) {
			remove_filter(&#38;#39;bb_topic_labels&#38;#39;, &#38;#39;bb_closed_label&#38;#39;, 10);
			add_filter(&#38;#39;bb_topic_labels&#38;#39;, array(&#38;amp;$support_forum, &#38;#39;modifyTopicLabelClosed&#38;#39;), 20);
		}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;With the above the post status is not displayed next to a topic title when viewing the topic (ie:topic.php).&#60;br /&#62;
Small adjustment to the above...&#60;br /&#62;
&#60;code&#62;if (is_forum() &#124;&#124; is_front() &#124;&#124; is_view() &#124;&#124; is_topic) {&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Status is now shown next to titles on the topic view...&#60;/p&#62;
&#60;p&#62;NOTE: I may be guilty of not reading the full thread so apologies if this has been discussed already, just wanted to post something helpful incase anyone else was in the same dilema....
&#60;/p&#62;</description>
</item>
<item>
<title>gautam2011 on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-3992</link>
<pubDate>Fri, 17 Jul 2009 14:23:26 +0000</pubDate>
<dc:creator>gautam2011</dc:creator>
<guid isPermaLink="false">3992@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Added compatibility of Support Forum to my new upcoming plugin :-)
&#60;/p&#62;</description>
</item>
<item>
<title>vikram_gripsack on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-3797</link>
<pubDate>Thu, 02 Jul 2009 13:48:42 +0000</pubDate>
<dc:creator>vikram_gripsack</dc:creator>
<guid isPermaLink="false">3797@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;As CK mentioned I have changed the: path of the support-forum.php at line 227 and now the icons are displaying : Thanks CK for the fix.&#60;/p&#62;
&#60;p&#62;$this-&#38;gt;iconURI = bb_get_option('uri').trim(str_replace(array(trim(BBPATH,&#34;/\\&#34;),&#34;\\&#34;),array(&#34;&#34;,&#34;/&#34;),dirname(__FILE__)),' /\\').'/images/';&#60;/p&#62;
&#60;p&#62;Cheers,&#60;br /&#62;
-Vikram.
&#60;/p&#62;</description>
</item>
<item>
<title>arturo84 on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-3724</link>
<pubDate>Thu, 18 Jun 2009 16:10:10 +0000</pubDate>
<dc:creator>arturo84</dc:creator>
<guid isPermaLink="false">3724@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;the plugin work without problem with the latest rc-3 but the localization don't work, i've the file supportforum-it_IT.po and mo in languages folder bbpress in italian but the plugin don't have the same language and is in english, any idea about this problem?&#60;/p&#62;
&#60;p&#62;i've this plugins with 0.9.x and works ok, the problem is for the change of bbpress language folder?&#60;/p&#62;
&#60;p&#62;thanks!
&#60;/p&#62;</description>
</item>
<item>
<title>gabriel403 on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-3244</link>
<pubDate>Wed, 22 Apr 2009 22:41:31 +0000</pubDate>
<dc:creator>gabriel403</dc:creator>
<guid isPermaLink="false">3244@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hi there, I'm trying to use this with version 0.9.0.4, is there any plans on making this plugin compatible upto this version too?
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-2745</link>
<pubDate>Tue, 03 Feb 2009 03:31:38 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2745@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Just don't use 1.0a6&#60;br /&#62;
You are not supposed to use alphas on live sites unless you know how to fix things.
&#60;/p&#62;</description>
</item>
<item>
<title>magznetwork on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2744</link>
<pubDate>Tue, 03 Feb 2009 02:13:17 +0000</pubDate>
<dc:creator>magznetwork</dc:creator>
<guid isPermaLink="false">2744@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I use this plugin and bbpress 1.a.6. Unfortunately, it makes me can't close a topic, stick a topic, and move a topic to other forum... why? is there anyone here that get same problem with me?
&#60;/p&#62;</description>
</item>
<item>
<title>pierig on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2702</link>
<pubDate>Mon, 26 Jan 2009 13:26:41 +0000</pubDate>
<dc:creator>pierig</dc:creator>
<guid isPermaLink="false">2702@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Mmm, I agree and apologize.&#60;/p&#62;
&#60;p&#62;We would just use it for internal use, means not soo many tickets and therefore we would appreciate 10 minutes. Even I'm a 'sunny' stupid guy which should first start to think instead of talking, I've found the solution by myself. You just need to change line 392, 7200 = 2h, changed to 600 = 10min and of course the text below.&#60;/p&#62;
&#60;p&#62;Best regards&#60;br /&#62;
pierig
&#60;/p&#62;</description>
</item>
<item>
<title>hoppie on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2700</link>
<pubDate>Mon, 26 Jan 2009 11:05:51 +0000</pubDate>
<dc:creator>hoppie</dc:creator>
<guid isPermaLink="false">2700@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;My guess is that unsolved topics younger than two hours still need to sit there a bit to see whether there is somebody who picks it up and solves it right away. Or whether the user comes back and declares it solved after RTFM. It does make sense, though the two-hour maturing time may be arbitrary. I can imagine anything between 10 minutes and 1 week. Less than 10 minutes isn't a Forum job, that means Hell Desk.&#60;/p&#62;
&#60;p&#62;Jeroen
&#60;/p&#62;</description>
</item>
<item>
<title>pierig on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2657</link>
<pubDate>Wed, 21 Jan 2009 07:51:50 +0000</pubDate>
<dc:creator>pierig</dc:creator>
<guid isPermaLink="false">2657@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello all,&#60;/p&#62;
&#60;p&#62;Suport Forum is a great plugin, really! Thank you very much for that!&#60;/p&#62;
&#60;p&#62;One thing I'm wondering, why is the query &#34;Support topics that are not resolved and are more than 2 hours old&#34; and not &#34;Support topics that are not resolved&#34;? What does it mean with these 2 hours? Is it possible to adjust that?&#60;/p&#62;
&#60;p&#62;ps. The name of your plugin is little bit troublesome to search in Internet..
&#60;/p&#62;</description>
</item>
<item>
<title>fernandot on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2454</link>
<pubDate>Thu, 25 Dec 2008 15:56:53 +0000</pubDate>
<dc:creator>fernandot</dc:creator>
<guid isPermaLink="false">2454@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I have made the .PO and .MO files for the spanish (Spain) translation. Where may I submit it?&#60;/p&#62;
&#60;p&#62;;)
&#60;/p&#62;</description>
</item>
<item>
<title>Ajay on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2267</link>
<pubDate>Thu, 27 Nov 2008 08:15:59 +0000</pubDate>
<dc:creator>Ajay</dc:creator>
<guid isPermaLink="false">2267@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Thanks for the fix LidiaAnain. It's working perfectly now :)
&#60;/p&#62;</description>
</item>
<item>
<title>LidiaAnain on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2262</link>
<pubDate>Wed, 26 Nov 2008 14:32:16 +0000</pubDate>
<dc:creator>LidiaAnain</dc:creator>
<guid isPermaLink="false">2262@http://bbpress.org/plugins/</guid>
<description>&#60;br /&#62;</description>
</item>
<item>
<title>LidiaAnain on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2261</link>
<pubDate>Wed, 26 Nov 2008 14:29:40 +0000</pubDate>
<dc:creator>LidiaAnain</dc:creator>
<guid isPermaLink="false">2261@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;I was getting an error when I had a topic stickied or closed. These were the PHP errors I was getting:&#60;/p&#62;
&#60;p&#62;Closed Topics:&#60;/p&#62;
&#60;p&#62;Warning: sprintf() [function.sprintf]: Too few arguments in /***/my-plugins/support-forum.php on line 657&#60;/p&#62;
&#60;p&#62;Sticky Topics:&#60;/p&#62;
&#60;p&#62;Warning: sprintf() [function.sprintf]: Too few arguments in /***/my-plugins/support-forum.php on line 680 &#60;/p&#62;
&#60;p&#62;Errors say line 657 and 680, but what you have to fix is on lines 652 and 675.&#60;/p&#62;
&#60;p&#62;--- Start Errors Fix ---&#60;/p&#62;
&#60;p&#62;				&#60;code&#62;&#38;#39;&#38;lt;img src=&#38;quot;%1$ssupport-forum-%2$s.png&#38;quot; alt=&#38;quot;[%3$s]&#38;quot; title=&#38;quot;[%3$s]&#38;quot; style=&#38;quot;vertical-align:top; margin-right:0.3em; width:14px; height:14px; border-width:0;&#38;quot; /&#38;gt;%4$s&#38;#39;,&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;--- end fix ---&#60;/p&#62;
&#60;p&#62;Cut and paste above code into both lines 652 and 675. &#60;/p&#62;
&#60;p&#62;THANKS to Burt for providing the fix!!!
&#60;/p&#62;</description>
</item>
<item>
<title>_ck_ on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2188</link>
<pubDate>Thu, 13 Nov 2008 05:58:32 +0000</pubDate>
<dc:creator>_ck_</dc:creator>
<guid isPermaLink="false">2188@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;ukchencn, unfortunately there is a bug in the way Sam  derive the path to the icons&#60;/p&#62;
&#60;p&#62;But they have a workaround built-in, you can specify the exact path by editing your &#60;code&#62;bb-config.php&#60;/code&#62; and adding this line:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;define(&#38;#39;SUPPORT_FORUM_ICON_URI&#38;#39;,&#38;#39;http://your-domain-name.com/your-forum-path/images/&#38;#39;);&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;(obviously change the 'your' stuff)&#60;/p&#62;
&#60;p&#62;Note to so1o, mdawaffe, SamBauers, line 225&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;iconURI = bb_get_plugin_uri($this-&#38;gt;basename) . &#38;#39;images/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;is a very bad technique as it will be very wrong on windows boxes, etc. Try my method instead:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;$this-&#38;gt;iconURI = bb_get_option(&#38;#39;uri&#38;#39;).trim(str_replace(array(trim(BBPATH,&#38;quot;/\\&#38;quot;),&#38;quot;\\&#38;quot;),array(&#38;quot;&#38;quot;,&#38;quot;/&#38;quot;),dirname(__FILE__)),&#38;#39; /\\&#38;#39;).&#38;#39;/images/&#38;#39;;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>ukchencn on "Support Forum"</title>
<link>http://bbpress.org/plugins/topic/support-forum/page/3/#post-2187</link>
<pubDate>Wed, 12 Nov 2008 23:09:32 +0000</pubDate>
<dc:creator>ukchencn</dc:creator>
<guid isPermaLink="false">2187@http://bbpress.org/plugins/</guid>
<description>&#60;p&#62;Hello&#60;/p&#62;
&#60;p&#62;Can anyone help with the path issue under windows environment&#60;/p&#62;
&#60;p&#62;url of the image become src=&#34;C:/xampp/htdocs/forum/my-plugins/support-forum/support-forum-no.png&#34;, which can not be seen by others&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>

</channel>
</rss>
