<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fluxbb.org/forums/extern.php?action=feed&amp;type=rss&amp;fid=26&amp;order=last_post" rel="self" type="application/rss+xml" />
		<title><![CDATA[FluxBB Forums / General support (1.4)]]></title>
		<link>http://fluxbb.org/forums/index.php</link>
		<description><![CDATA[The most recent topics at FluxBB Forums.]]></description>
		<lastBuildDate>Thu, 09 Feb 2012 08:01:45 +0000</lastBuildDate>
		<generator>FluxBB 1.4.8</generator>
		<item>
			<title><![CDATA[How to protect the file config.php]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6085&amp;action=new</link>
			<description><![CDATA[<p>Putting it outside of the web directory fixes one issue (the ability to directly view it if mod_php is disabled). But it doesn&#039;t fix the typo issue: to do that you need to move the format away from raw PHP and to an actual configuration format (ie: an INI file).</p>]]></description>
			<author><![CDATA[dummy@example.com (Smartys)]]></author>
			<pubDate>Thu, 09 Feb 2012 08:01:45 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6085&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Showing logged in user status on the Wordpress site.]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6048&amp;action=new</link>
			<description><![CDATA[<p>That means you need to define PUN_ROOT in your WordPress theme, too.</p><p>Probably to something like this:</p><div class="codebox"><pre><code>define(&#039;PUN_ROOT&#039;, dirname(__FILE__).&#039;/../../../forum/&#039;);</code></pre></div><p>(Sorry for not getting back to you earlier.)</p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Tue, 07 Feb 2012 21:21:41 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6048&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[[Languages] Korean language pack (한글) for FluxBB 1.4]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5448&amp;action=new</link>
			<description><![CDATA[<p>대단하십니다.</p>]]></description>
			<author><![CDATA[dummy@example.com (phw1115)]]></author>
			<pubDate>Tue, 07 Feb 2012 09:09:31 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5448&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Intermittent Error: Unable to connect to PostgreSQL server.]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6077&amp;action=new</link>
			<description><![CDATA[<p>The web server communicates with the database server through an network socket rather than a domain (IPC) socket (in my configuration). All of the network traffic goes through a packet filter. There was a &#039;set skip on lo&#039; rule to avoid filtering on the loopback interface but later in the rule set I think a &#039;block all&#039; default deny policy might have undone the &#039;set skip on lo&#039; rule... Not sure. Still have some tinkering and postmortem experimenting to do but bypassing the priority queueing seems to have fixed the &quot;Unable to connect to PostgreSQL server&quot; problem.</p>]]></description>
			<author><![CDATA[dummy@example.com (dmagus)]]></author>
			<pubDate>Mon, 30 Jan 2012 17:11:13 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6077&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[HOWTO: Enable debug mode]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6078&amp;action=new</link>
			<description><![CDATA[<p>When debug mode is enabled, FluxBB will display</p><p>- more detailed error messages if/when something goes wrong.<br />- script generation time in the footer.<br />- no. of queries executed in the footer.</p><p>You can enable debug mode by adding this line to your config.php:</p><div class="codebox"><pre><code>define(&#039;PUN_DEBUG&#039;, 1);</code></pre></div><p>To get even more detailed information on queries, you can also add this line:</p><div class="codebox"><pre><code>define(&#039;PUN_SHOW_QUERIES&#039;, 1);</code></pre></div><p><strong>NOTE:</strong> Debug mode is only intended for debugging and should be turned off again when you are done with debugging. This is especially relevant for the second constant which adds query information to every single page, not just error pages.</p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Mon, 30 Jan 2012 15:33:25 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6078&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[spam bots signing up all the time..]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6046&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>Utchin wrote:</cite><blockquote><div><p>Worth installing this: <a href="http://fluxbb.org/resources/mods/spam-ip-check/">http://fluxbb.org/resources/mods/spam-ip-check/</a></p></div></blockquote></div><p>sorry if i post again but... IT WORKS!</p><p><span class="postimg"><img src="http://www.sherv.net/cm/emo/happy/happy.gif" alt="happy.gif" /></span></p><p>J</p>]]></description>
			<author><![CDATA[dummy@example.com (Jack)]]></author>
			<pubDate>Sun, 29 Jan 2012 21:53:41 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6046&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[How to remove board title in header, add link to image instead?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6070&amp;action=new</link>
			<description><![CDATA[<div class="quotebox"><cite>Franz wrote:</cite><blockquote><div><p>What program did you use to open main.tpl? It should never be empty, else your forum would not work.</p><p>With this approach, you could simply edit every theme&#039;s main.tpl differently (use the default include/template/main.tpl if the style doesn&#039;t have one).</p></div></blockquote></div><p>Nevermind, it was blank with textedit but worked with dreamweaver.</p>]]></description>
			<author><![CDATA[dummy@example.com (JoshJosh)]]></author>
			<pubDate>Sun, 29 Jan 2012 17:53:09 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6070&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA["Add" forum to my site? Help]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6071&amp;action=new</link>
			<description><![CDATA[<p>Are you trying to integrate FluxBB into your WordPress site (so that it has the same header including menu)?</p><p>If so, there is a tutorial I wrote: <a href="http://www.develophp.org/2010/05/23/integrate-fluxbb-1-4-with-a-wordpress-site-part-1/">http://www.develophp.org/2010/05/23/int … te-part-1/</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Sun, 29 Jan 2012 16:19:00 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6071&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[char vs. varchar]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6061&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>The Password field in mysql.user is char(41) latin1_bin</p>]]></description>
			<author><![CDATA[dummy@example.com (Otomatic)]]></author>
			<pubDate>Fri, 27 Jan 2012 15:43:21 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6061&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Multiple Domains]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6062&amp;action=new</link>
			<description><![CDATA[<p>Sure.</p><p>But we <span class="bbu">don&#039;t</span> yet have the &#039;functionality list&#039; of the future 2.0.</p><p>Having a &#039;multiple domains&#039; one COULD be (should, in my mind) one of the new features.<br />(and rather simple to implement).<br />That&#039;s what i suggested.</p>]]></description>
			<author><![CDATA[dummy@example.com (Mpok)]]></author>
			<pubDate>Fri, 27 Jan 2012 12:38:50 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6062&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Multisite support?]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5949&amp;action=new</link>
			<description><![CDATA[<p>Well, FluxBB does not allow to do this by default, and it requires heavy modifications.</p><p>There have been threads about this topic, you could have found them. Maybe this will help you:<br /><a href="http://fluxbb.org/forums/viewtopic.php?id=3072">http://fluxbb.org/forums/viewtopic.php?id=3072</a></p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Thu, 26 Jan 2012 12:39:51 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5949&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[Change forum base url]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6069&amp;action=new</link>
			<description><![CDATA[<p>Hi,</p><p>Sorry, it was the copy and paste form the French Wiki that suppress escaped quotes.</p>]]></description>
			<author><![CDATA[dummy@example.com (Otomatic)]]></author>
			<pubDate>Wed, 25 Jan 2012 08:53:15 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6069&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[FluxBB default language]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6067&amp;action=new</link>
			<description><![CDATA[<p>Please do FluxBB in Romanian language</p>]]></description>
			<author><![CDATA[dummy@example.com (nofe)]]></author>
			<pubDate>Mon, 23 Jan 2012 22:37:44 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6067&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[search_* tables in extern database]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=5806&amp;action=new</link>
			<description><![CDATA[<p>Bump!</p>]]></description>
			<author><![CDATA[dummy@example.com (adaur)]]></author>
			<pubDate>Mon, 23 Jan 2012 19:53:44 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=5806&amp;action=new</guid>
		</item>
		<item>
			<title><![CDATA[turkce dil paketi (Turkish language package)]]></title>
			<link>http://fluxbb.org/forums/viewtopic.php?id=6059&amp;action=new</link>
			<description><![CDATA[<p>Assuming you&#039;re asking where you can find the Turkish language pack (thanks, Google Translate):<br />there doesn&#039;t seem to be one at the moment. You can see all currently available language packs <a href="http://fluxbb.org/resources/translations">in this list</a>.</p>]]></description>
			<author><![CDATA[dummy@example.com (Franz)]]></author>
			<pubDate>Sun, 22 Jan 2012 17:40:09 +0000</pubDate>
			<guid>http://fluxbb.org/forums/viewtopic.php?id=6059&amp;action=new</guid>
		</item>
	</channel>
</rss>

