<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
		>
	<channel>
		<title>bbPress Plugin Browser &#187; Topic: Support Forum</title>
		<link>http://bbpress.org/plugins/topic/support-forum/</link>
		<description>bbPress Plugin Browser &#187; Topic: Support Forum</description>
		<language>en-US</language>
		<pubDate>Fri, 10 Feb 2012 04:25:12 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.1</generator>
				<atom:link href="http://bbpress.org/plugins/rss/topic/support-forum" rel="self" type="application/rss+xml" />

		<item>
			<title>webmacho on "Support Forum"</title>
			<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-6269</link>
			<pubDate>Tue, 14 Dec 2010 07:55:13 +0000</pubDate>
			<dc:creator>webmacho</dc:creator>
			<guid isPermaLink="false">6269@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great plugin but it slows down opening of topcis significaly
</p>]]></description>
					</item>
		<item>
			<title>siiign on "Support Forum"</title>
			<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-6182</link>
			<pubDate>Wed, 27 Oct 2010 13:26:31 +0000</pubDate>
			<dc:creator>siiign</dc:creator>
			<guid isPermaLink="false">6182@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Hi,<br />
is it possible to get another status?<br />
I want to get rid of the status as soon as the topic is closed but i think it would be easier to just get another status.<br />
Can you help please?
</p>]]></description>
					</item>
		<item>
			<title>mr_pelle on "Support Forum"</title>
			<link>http://bbpress.org/plugins/topic/support-forum/page/4/#post-5676</link>
			<pubDate>Mon, 12 Apr 2010 12:07:16 +0000</pubDate>
			<dc:creator>mr_pelle</dc:creator>
			<guid isPermaLink="false">5676@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Great plugin! Just a note: in the admin page, forums and sub-forums list was displaying badly (or maybe it was just to me...), so I created and embedded a little CSS file:</p>
<p>1) Paste this in <code>support-forum.php</code> just after line 923:<br />
<code>&#60;link rel=&#34;stylesheet&#34; href=&#34;&#60;?=bb_get_uri(&#39;my-plugins/&#39;)?&#62;support-forum/support-forum.css&#34; type=&#34;text/css&#34; /&#62;</code></p>
<p>2) Create a new file named <code>support-forum.css</code> in the same folder as <code>support-forum.php</code> and paste this code in it:<br />
<pre><code>.alignright {
	display: inline;
	float: right;
}
.list-block {
	list-style: circle;
	margin-left: 10px;
}
.list-block-div {
	width: 50%;
}
.list-block.posrel {
	margin-left: 2px;
}
.submit {
	margin-bottom: 10px;
}</code></pre>
<p>3) Enjoy! :)
</p>]]></description>
					</item>
		<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><![CDATA[<p>The package already contains pt_BR po and mo, but where [or how] we can activate in our language??<br />
Tks in advance
</p>]]></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><![CDATA[<p>Hi all!<br />
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?<br />
In bb-config.php file the language by default is Spanish.
</p>]]></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><![CDATA[<p>To make the look of  "Latest Discussions" a bit more uncluttered -  to get rid of a blank button in case of 'mu' - I've changed</p>
<p><code>if ( $this-&#62;icons[&#39;status&#39;] ) {</code></p>
<p>to</p>
<p> <code>if ( ($this-&#62;icons[&#39;status&#39;]) &#38;&#38; ($topicStatus != &#39;mu&#39;) ) {</code></p>
<p>Function to locate in file:</p>
<pre><code>function modifyTopicLabelStatus($label)
        {
                $topicStatus = $this-&#62;getTopicStatus();

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

                return $label;
        }</code></pre>
<p>More changes required still, to clean up Topic View as well ...
</p>]]></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><![CDATA[<p>I was just looking at the code for this plugin and it looks like it is NOT compatible with bbPress 1.0 despite the "Compatible up to: 1.0" listed next to the plugin.</p>
<p>It looks like it is using the old bb_topicmeta from 0.9 which doesn't exist anymore. </p>
<p>Or did I miss something?
</p>]]></description>
					</item>
		<item>
			<title>Mark / 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>Mark / t31os</dc:creator>
			<guid isPermaLink="false">4071@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>One minor thing i found to be missing that i assumed was default behaviour, that may be an oversight or error...</p>
<p>Default code (can't tell you which line, i've removed alot of white-space from the copy i keep)..<br />
<pre><code>if (is_forum() &#124;&#124; is_front() &#124;&#124; is_view()) {
		if ($support_forum-&#62;icons[&#39;closed&#39;]) {
			remove_filter(&#39;bb_topic_labels&#39;, &#39;bb_closed_label&#39;, 10);
			add_filter(&#39;bb_topic_labels&#39;, array(&#38;$support_forum, &#39;modifyTopicLabelClosed&#39;), 20);
		}</code></pre>
<p>With the above the post status is not displayed next to a topic title when viewing the topic (ie:topic.php).<br />
Small adjustment to the above...<br />
<code>if (is_forum() &#124;&#124; is_front() &#124;&#124; is_view() &#124;&#124; is_topic) {</code></p>
<p>Status is now shown next to titles on the topic view...</p>
<p>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....
</p>]]></description>
					</item>
		<item>
			<title>Gautam 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>Gautam</dc:creator>
			<guid isPermaLink="false">3992@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>Added compatibility of Support Forum to my new upcoming plugin :-)
</p>]]></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><![CDATA[<p>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.</p>
<p>$this-&#62;iconURI = bb_get_option('uri').trim(str_replace(array(trim(BBPATH,"/\\"),"\\"),array("","/"),dirname(__FILE__)),' /\\').'/images/';</p>
<p>Cheers,<br />
-Vikram.
</p>]]></description>
					</item>
		<item>
			<title>Arturo 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>Arturo</dc:creator>
			<guid isPermaLink="false">3724@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>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?</p>
<p>i've this plugins with 0.9.x and works ok, the problem is for the change of bbpress language folder?</p>
<p>thanks!
</p>]]></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><![CDATA[<p>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?
</p>]]></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><![CDATA[<p>Just don't use 1.0a6<br />
You are not supposed to use alphas on live sites unless you know how to fix things.
</p>]]></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><![CDATA[<p>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?
</p>]]></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><![CDATA[<p>Mmm, I agree and apologize.</p>
<p>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.</p>
<p>Best regards<br />
pierig
</p>]]></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><![CDATA[<p>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.</p>
<p>Jeroen
</p>]]></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><![CDATA[<p>Hello all,</p>
<p>Suport Forum is a great plugin, really! Thank you very much for that!</p>
<p>One thing I'm wondering, why is the query "Support topics that are not resolved and are more than 2 hours old" and not "Support topics that are not resolved"? What does it mean with these 2 hours? Is it possible to adjust that?</p>
<p>ps. The name of your plugin is little bit troublesome to search in Internet..
</p>]]></description>
					</item>
		<item>
			<title>Fernando Tellado 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>Fernando Tellado</dc:creator>
			<guid isPermaLink="false">2454@http://bbpress.org/plugins/</guid>
			<description><![CDATA[<p>I have made the .PO and .MO files for the spanish (Spain) translation. Where may I submit it?</p>
<p>;)
</p>]]></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><![CDATA[<p>Thanks for the fix LidiaAnain. It's working perfectly now :)
</p>]]></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><![CDATA[<br />]]></description>
					</item>

	</channel>
</rss>

