<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[FluxBB.org Forums]]></title>
		<link>http://fluxbb.org/forums/</link>
		<description><![CDATA[The most recent topics at FluxBB.org Forums.]]></description>
		<lastBuildDate>Thu, 11 Mar 2010 14:00:44 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Registration process]]></title>
			<link>http://fluxbb.org/forums/topic/3863/registration-process/new/posts/</link>
			<description><![CDATA[[quote=Franz][quote=qie]you are right dude,but fluxbb is from phpbb.[/quote]
What? Please explain.[/quote]

lol, fluxbb maybe not from phpbb.]]></description>
			<author><![CDATA[dummy@example.com (qie)]]></author>
			<pubDate>Thu, 11 Mar 2010 14:00:44 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3863/registration-process/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[CJK search support]]></title>
			<link>http://fluxbb.org/forums/topic/3853/cjk-search-support/new/posts/</link>
			<description><![CDATA[cool
i test it , it is good and it seems a Compromise solution]]></description>
			<author><![CDATA[dummy@example.com (qie)]]></author>
			<pubDate>Thu, 11 Mar 2010 13:22:05 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3853/cjk-search-support/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[nobody is perfect]]></title>
			<link>http://fluxbb.org/forums/topic/3827/nobody-is-perfect/new/posts/</link>
			<description><![CDATA[[b][i]BUT THIS IS A TEST FORUM[/i][/b]]]></description>
			<author><![CDATA[dummy@example.com (Lirodon)]]></author>
			<pubDate>Thu, 11 Mar 2010 12:47:56 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3827/nobody-is-perfect/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[FluxBB at meego.com]]></title>
			<link>http://fluxbb.org/forums/topic/3856/fluxbb-at-meegocom/new/posts/</link>
			<description><![CDATA[[quote=qie]@markc: Do you know ,with fluxbb , there is no Poll , No sub forums, No private message, No hardly moderator permission control , and there is no migration tool for your vBB 3.8? then you planned to re construction from scratch?[/quote]
I keep forgetting but one of the biggest downsides of FluxBB is IMHO the lack sub forums.
Sub forums do help in keeping things more tidy.
I would also feel more comfortable if it had PMs and polls but that I can live longer without.
Nevertheless, is there anything being thought about PMs and pools for 1.4 or higher? Maybe a mod?
Other than that, I don't see a migration tool as mandatory but it sure would be a nice addon.
But since it is already in the works we don't need to talk about it.
Cheers]]></description>
			<author><![CDATA[dummy@example.com (john3voltas)]]></author>
			<pubDate>Thu, 11 Mar 2010 07:57:38 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3856/fluxbb-at-meegocom/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[FluxBB XXL - Big Forums Running FluxBB]]></title>
			<link>http://fluxbb.org/forums/topic/3857/fluxbb-xxl-big-forums-running-fluxbb/new/posts/</link>
			<description><![CDATA[I think I know the biggest board who runs FluxBB :)

This is a warez (it's so bad ^^) french forum, its statistics:

Members :733195
Topics :221434
Posts :2824151

If you want the URL, PM me ;)]]></description>
			<author><![CDATA[dummy@example.com (adaur)]]></author>
			<pubDate>Thu, 11 Mar 2010 07:49:36 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3857/fluxbb-xxl-big-forums-running-fluxbb/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Share Mysql Tables with 2 forums?]]></title>
			<link>http://fluxbb.org/forums/topic/3865/share-mysql-tables-with-2-forums/new/posts/</link>
			<description><![CDATA[Is it possible to share tables in 1 database with multiple forums? Like when someone registers an account will be created for them on all of the forums I have with shared tables. If anyone can help, thanks.]]></description>
			<author><![CDATA[dummy@example.com (jameswx)]]></author>
			<pubDate>Thu, 11 Mar 2010 06:27:49 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3865/share-mysql-tables-with-2-forums/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Switching to Git?]]></title>
			<link>http://fluxbb.org/forums/topic/3860/switching-to-git/new/posts/</link>
			<description><![CDATA[[b]Git +1[/b]

But lets get FluxBB-1.4-rc2 out first!]]></description>
			<author><![CDATA[dummy@example.com (ridgerunner)]]></author>
			<pubDate>Wed, 10 Mar 2010 21:56:29 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3860/switching-to-git/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[how to disallow to users to delete post older 24 hours]]></title>
			<link>http://fluxbb.org/forums/topic/3862/how-to-disallow-to-users-to-delete-post-older-24-hours/new/posts/</link>
			<description><![CDATA[[code]    
                if ($pun_user['g_edit_posts'] == '1')
                {
                    if ($now < ($cur_post['posted']+86400))
                        $post_actions[] = '<li class="postedit"><a href="edit.php?id='.$cur_post['id'].'">'.$lang_topic['Edit'].'</a>';
                }
[/code]
$now  could not be defined here]]></description>
			<author><![CDATA[dummy@example.com (eureka)]]></author>
			<pubDate>Wed, 10 Mar 2010 19:44:17 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3862/how-to-disallow-to-users-to-delete-post-older-24-hours/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[language\english\admin_common.php]]></title>
			<link>http://fluxbb.org/forums/topic/3858/languageenglishadmincommonphp/new/posts/</link>
			<description><![CDATA[Thanks, fixed in [url=http://fluxbb.org/trac/changeset/1508]r1508[/url].]]></description>
			<author><![CDATA[dummy@example.com (Reines)]]></author>
			<pubDate>Wed, 10 Mar 2010 18:20:30 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3858/languageenglishadmincommonphp/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Some requests]]></title>
			<link>http://fluxbb.org/forums/topic/3830/some-requests/new/posts/</link>
			<description><![CDATA[[quote=qie]Hey,that's the difference between fluxbb and other apps. if you do compare flux with smf phpbb vbb,..etc. 
then which make it difference is why we use it,as which is gone,how could i say it.[/quote]

well, i didn't compare them together

i just try to pursuade Dev to get bbcodes officially coded]]></description>
			<author><![CDATA[dummy@example.com (w205)]]></author>
			<pubDate>Wed, 10 Mar 2010 08:01:56 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3830/some-requests/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[fluxbb 1.4 RC2 will released.]]></title>
			<link>http://fluxbb.org/forums/topic/3845/fluxbb-14-rc2-will-released/new/posts/</link>
			<description><![CDATA[I'm more a fan of a balance between images and text myself.
For instance OxyB doesn't have images and I love it.
But I sure would like a style with a couple of images, and especially buttons instead of links.
It's all a matter of taste.
Cheers]]></description>
			<author><![CDATA[dummy@example.com (john3voltas)]]></author>
			<pubDate>Wed, 10 Mar 2010 07:26:52 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3845/fluxbb-14-rc2-will-released/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[New posts notification]]></title>
			<link>http://fluxbb.org/forums/topic/3855/new-posts-notification/new/posts/</link>
			<description><![CDATA[after you click the "mark all read" link, it will not be there after your sometimes after]]></description>
			<author><![CDATA[dummy@example.com (qie)]]></author>
			<pubDate>Wed, 10 Mar 2010 02:42:43 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3855/new-posts-notification/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[language packs and plug-in packages]]></title>
			<link>http://fluxbb.org/forums/topic/3851/language-packs-and-plugin-packages/new/posts/</link>
			<description><![CDATA[phpbb? I was used and I liked it too, but I prefer Fluxbb.

Search function is not what I need!!]]></description>
			<author><![CDATA[dummy@example.com (loco)]]></author>
			<pubDate>Tue, 09 Mar 2010 10:47:21 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3851/language-packs-and-plugin-packages/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[search.php still not sorts by correct time]]></title>
			<link>http://fluxbb.org/forums/topic/3850/searchphp-still-not-sorts-by-correct-time/new/posts/</link>
			<description><![CDATA[Should be fixed in [url=http://fluxbb.org/trac/changeset/1503]r1503[/url], thanks. If you find any more issues with the search please let me know, it's not the easiest thing to test without having an active board being used.]]></description>
			<author><![CDATA[dummy@example.com (Reines)]]></author>
			<pubDate>Tue, 09 Mar 2010 08:56:09 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3850/searchphp-still-not-sorts-by-correct-time/new/posts/</guid>
		</item>
		<item>
			<title><![CDATA[Content-based CSS classes]]></title>
			<link>http://fluxbb.org/forums/topic/3849/contentbased-css-classes/new/posts/</link>
			<description><![CDATA[If we wanna improve how dynamic FluxBB can be, I am here to suggest a radical tweak to the CSS markup in FluxBB.

Basically, lay down CSS classes based off every single variable that could be thought of, like category ID, post ID, post time, post date, and if it ever gets implemented, tags and such. WordPress already does this and it can be very useful for more advanced theming techniques. This could be easily exploited to as a substitute to the option provided by some forum scripts to automatically force a specific style in specific sections.]]></description>
			<author><![CDATA[dummy@example.com (Lirodon)]]></author>
			<pubDate>Mon, 08 Mar 2010 23:22:17 +0000</pubDate>
			<guid>http://fluxbb.org/forums/topic/3849/contentbased-css-classes/new/posts/</guid>
		</item>
	</channel>
</rss>
