<?xml version="1.0" encoding="UTF-8"?>
<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><![CDATA[MyBB Central - All Forums]]></title>
		<link>http://www.mybbcentral.com/</link>
		<description><![CDATA[MyBB Central - http://www.mybbcentral.com]]></description>
		<pubDate>Wed, 17 Mar 2010 06:28:56 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[How many Mybb Central plugins activated?]]></title>
			<link>http://www.mybbcentral.com/thread-4473.html</link>
			<pubDate>Tue, 16 Mar 2010 15:43:41 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4473.html</guid>
			<description><![CDATA[I'm taking a poll to see how many MyBB Central plugins subscribers use. Please vote.<br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[I'm taking a poll to see how many MyBB Central plugins subscribers use. Please vote.<br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Suggestion&#93;]]></title>
			<link>http://www.mybbcentral.com/thread-4472.html</link>
			<pubDate>Tue, 16 Mar 2010 09:44:23 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4472.html</guid>
			<description><![CDATA[Just a suggestion.<br />
<br />
I think MyBB themes need to be designed with more Javascript!<br />
<br />
There is the odd built in feature which allows forums to be collapsed, but I was thinking of a theme which allowed you to easily change from 2 or 3 colors would look really professional. Also a few fade features etc.<br />
<br />
Just a simple suggestion to you designers]]></description>
			<content:encoded><![CDATA[Just a suggestion.<br />
<br />
I think MyBB themes need to be designed with more Javascript!<br />
<br />
There is the odd built in feature which allows forums to be collapsed, but I was thinking of a theme which allowed you to easily change from 2 or 3 colors would look really professional. Also a few fade features etc.<br />
<br />
Just a simple suggestion to you designers]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Threads]]></title>
			<link>http://www.mybbcentral.com/thread-4471.html</link>
			<pubDate>Tue, 16 Mar 2010 09:12:08 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4471.html</guid>
			<description><![CDATA[Hello,<br />
<br />
I've previously posted this question at MyBBoard but got no support... I know this is used on labrocca's Hack Forums, but basically I want guests to be able to view the forum and the thread names, but not actually view the thread... I know I can disable viewing of the forum completely, but then it just looks empty...<br />
<br />
Labrocca told me there was a guide around somewhere on how to do this, I searched from his posts and couldn't find it....<br />
<br />
So if anyone could point me in the right direction of what to do, I would appreciate it.<br />
<br />
<br />
Regards,<br />
George.<br />
eforums.co.cc]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I've previously posted this question at MyBBoard but got no support... I know this is used on labrocca's Hack Forums, but basically I want guests to be able to view the forum and the thread names, but not actually view the thread... I know I can disable viewing of the forum completely, but then it just looks empty...<br />
<br />
Labrocca told me there was a guide around somewhere on how to do this, I searched from his posts and couldn't find it....<br />
<br />
So if anyone could point me in the right direction of what to do, I would appreciate it.<br />
<br />
<br />
Regards,<br />
George.<br />
eforums.co.cc]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Stats and latest thread output to PHP not RSS?]]></title>
			<link>http://www.mybbcentral.com/thread-4470.html</link>
			<pubDate>Tue, 16 Mar 2010 08:34:57 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4470.html</guid>
			<description><![CDATA[I have a root site with the forum working with it which is a big part of it.<br />
<br />
Someway I wish to show the latest information from the forum on the hompeage... which is just HTML/PHP/CSS.<br />
<br />
Obviously I could use RSS to show latest posts and use a signature generator to show forum statistics. But I need a plugin that will get forum statistics, latest posts, hot threads etc and output them into a PHP document automatically.<br />
<br />
Of course this could come with a number of options. Immediate or periodical updates. If Immediate, update the PHP file when a statistics is changed. If periodical... only changes every x amount of minutes. Options to choose which statistics to include, how to include them, etc.<br />
<br />
Ideally the output PHP needs to be customizable to it can be integrated into a number of environments.<br />
<br />
My homepage does use PHP so it wont be to difficult to manually include the output PHP using the include and require functions.<br />
<br />
I would not say this is a personal request, while I would personally like this I see many others benefiting from it also, and I could be a very popular plugin.<br />
<br />
My PHP knowledge is very basic, So I have no idea to create this, and some of the developers on this site could make a far better job of it then I could even consider<br />
<br />
<img src="http://www.mybbcentral.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[I have a root site with the forum working with it which is a big part of it.<br />
<br />
Someway I wish to show the latest information from the forum on the hompeage... which is just HTML/PHP/CSS.<br />
<br />
Obviously I could use RSS to show latest posts and use a signature generator to show forum statistics. But I need a plugin that will get forum statistics, latest posts, hot threads etc and output them into a PHP document automatically.<br />
<br />
Of course this could come with a number of options. Immediate or periodical updates. If Immediate, update the PHP file when a statistics is changed. If periodical... only changes every x amount of minutes. Options to choose which statistics to include, how to include them, etc.<br />
<br />
Ideally the output PHP needs to be customizable to it can be integrated into a number of environments.<br />
<br />
My homepage does use PHP so it wont be to difficult to manually include the output PHP using the include and require functions.<br />
<br />
I would not say this is a personal request, while I would personally like this I see many others benefiting from it also, and I could be a very popular plugin.<br />
<br />
My PHP knowledge is very basic, So I have no idea to create this, and some of the developers on this site could make a far better job of it then I could even consider<br />
<br />
<img src="http://www.mybbcentral.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hello world]]></title>
			<link>http://www.mybbcentral.com/thread-4469.html</link>
			<pubDate>Tue, 16 Mar 2010 01:53:59 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4469.html</guid>
			<description><![CDATA[Hello,<br />
My name is Costinel, i'm from Romania and i have 16 year's old.<br />
<img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Hello,<br />
My name is Costinel, i'm from Romania and i have 16 year's old.<br />
<img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Integrate MYPS Info to Forum Info?]]></title>
			<link>http://www.mybbcentral.com/thread-4468.html</link>
			<pubDate>Tue, 16 Mar 2010 00:41:24 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4468.html</guid>
			<description><![CDATA[How can I integrate MYPS Info to Forum Info, in userprofile..?]]></description>
			<content:encoded><![CDATA[How can I integrate MYPS Info to Forum Info, in userprofile..?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[wanna upgrade here but.....]]></title>
			<link>http://www.mybbcentral.com/thread-4467.html</link>
			<pubDate>Mon, 15 Mar 2010 15:02:06 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4467.html</guid>
			<description><![CDATA[when i choose upgrade, i dont see the original PayPal subscription ?<br />
<br />
i dont have a CreditCard, and paypal works fine as long as it is supported through that login thingy.<br />
<br />
any way i can Upgrade here ?<br />
<br />
already signed up @ 2 other forums but only here i havent yet.<br />
<br />
grtz Manus]]></description>
			<content:encoded><![CDATA[when i choose upgrade, i dont see the original PayPal subscription ?<br />
<br />
i dont have a CreditCard, and paypal works fine as long as it is supported through that login thingy.<br />
<br />
any way i can Upgrade here ?<br />
<br />
already signed up @ 2 other forums but only here i havent yet.<br />
<br />
grtz Manus]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[TheTechForums]]></title>
			<link>http://www.mybbcentral.com/thread-4466.html</link>
			<pubDate>Mon, 15 Mar 2010 10:58:15 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4466.html</guid>
			<description><![CDATA[Hey, check out my site called TheTechForums!<br />
<br />
Tell me watcha think <img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
<a href="http://altroboard.com/" target="_blank">http://altroboard.com/</a><br />
<br />
Thanks!<br />
-TechMan8]]></description>
			<content:encoded><![CDATA[Hey, check out my site called TheTechForums!<br />
<br />
Tell me watcha think <img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
<a href="http://altroboard.com/" target="_blank">http://altroboard.com/</a><br />
<br />
Thanks!<br />
-TechMan8]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[eForums]]></title>
			<link>http://www.mybbcentral.com/thread-4465.html</link>
			<pubDate>Mon, 15 Mar 2010 10:11:50 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4465.html</guid>
			<description><![CDATA[Hello,<br />
<br />
This site is for Webmaster Support, Graphics, Tutorials, General Discussion &amp; More!<br />
<br />
The site is powered by MyBB and uses the Afresh black theme.<br />
<br />
There are a few plugins installed including Google Seo, Thanks,etc.<br />
<br />
I just want a review and any opinions or suggestions about the site.<br />
<br />
Regards,<br />
George.<br />
<br />
<a href="http://www.eforums.co.cc" target="_blank">http://www.eforums.co.cc</a>]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
This site is for Webmaster Support, Graphics, Tutorials, General Discussion &amp; More!<br />
<br />
The site is powered by MyBB and uses the Afresh black theme.<br />
<br />
There are a few plugins installed including Google Seo, Thanks,etc.<br />
<br />
I just want a review and any opinions or suggestions about the site.<br />
<br />
Regards,<br />
George.<br />
<br />
<a href="http://www.eforums.co.cc" target="_blank">http://www.eforums.co.cc</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hello]]></title>
			<link>http://www.mybbcentral.com/thread-4464.html</link>
			<pubDate>Sun, 14 Mar 2010 19:19:53 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4464.html</guid>
			<description><![CDATA[Hi everyone,<br />
<br />
My name is GreyAxe (aka Travis) and I am a long time user of MyBB &amp; a fan of the work at MyBB Central so I finally joined and purchased a subscription.<br />
<br />
I am also a huge amusement park/roller coaster enthusiast and I run a site proudly running MyBB. It's brand new and not currently finished so I'm not going to advertise it yet. <img src="http://www.mybbcentral.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
Anyways, glad to be here <img src="http://www.mybbcentral.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Hi everyone,<br />
<br />
My name is GreyAxe (aka Travis) and I am a long time user of MyBB &amp; a fan of the work at MyBB Central so I finally joined and purchased a subscription.<br />
<br />
I am also a huge amusement park/roller coaster enthusiast and I run a site proudly running MyBB. It's brand new and not currently finished so I'm not going to advertise it yet. <img src="http://www.mybbcentral.com/images/smilies/wink.gif" style="vertical-align: middle;" border="0" alt="Wink" title="Wink" /><br />
<br />
Anyways, glad to be here <img src="http://www.mybbcentral.com/images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[embedding sopcast into posts]]></title>
			<link>http://www.mybbcentral.com/thread-4463.html</link>
			<pubDate>Sun, 14 Mar 2010 13:57:47 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4463.html</guid>
			<description><![CDATA[hey i want to put a sopcast channel on posts. is it possible? <br />
<br />
if anyone knows how to do, please let me know. <br />
<br />
thanks]]></description>
			<content:encoded><![CDATA[hey i want to put a sopcast channel on posts. is it possible? <br />
<br />
if anyone knows how to do, please let me know. <br />
<br />
thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[MyBB Fundraiser&#93; Order an "I Love MyBB" Userbar!]]></title>
			<link>http://www.mybbcentral.com/thread-4462.html</link>
			<pubDate>Sun, 14 Mar 2010 10:21:52 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4462.html</guid>
			<description><![CDATA[This is a fundraiser to help raise money for the MyBB project.  MyBB is very expensive in terms of server costs, security audits, and the staff spends much of their free time to work on it.<br />
<br />
To help show your support for MyBB, you can buy an "I Love MyBB" userbar for &#36;2.  The userbar will look like this, only with your username:<br />
<img src="http://www.voucherfreak.com/mybbuserbar-zash.png" border="0" alt="[Image: mybbuserbar-zash.png&#93;" /><br />
<br />
You can put it in your signature, on your forum, wherever to show that you support the MyBB group and everything they do.<br />
<br />
While you may be thinking "Why would I pay &#36;2 for the userbar?", know that it is not about the actual image, but the cause you are donating to. 100% of funds raised by selling these userbars will be donated to the MyBB group.<br />
<br />
Please order them in <a href="http://community.mybboard.net/thread-66290.html" target="_blank">this thread</a>.]]></description>
			<content:encoded><![CDATA[This is a fundraiser to help raise money for the MyBB project.  MyBB is very expensive in terms of server costs, security audits, and the staff spends much of their free time to work on it.<br />
<br />
To help show your support for MyBB, you can buy an "I Love MyBB" userbar for &#36;2.  The userbar will look like this, only with your username:<br />
<img src="http://www.voucherfreak.com/mybbuserbar-zash.png" border="0" alt="[Image: mybbuserbar-zash.png]" /><br />
<br />
You can put it in your signature, on your forum, wherever to show that you support the MyBB group and everything they do.<br />
<br />
While you may be thinking "Why would I pay &#36;2 for the userbar?", know that it is not about the actual image, but the cause you are donating to. 100% of funds raised by selling these userbars will be donated to the MyBB group.<br />
<br />
Please order them in <a href="http://community.mybboard.net/thread-66290.html" target="_blank">this thread</a>.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to put in userbars?]]></title>
			<link>http://www.mybbcentral.com/thread-4461.html</link>
			<pubDate>Sun, 14 Mar 2010 09:21:56 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4461.html</guid>
			<description><![CDATA[I have some userbars, but where to upload and where to put in what code?]]></description>
			<content:encoded><![CDATA[I have some userbars, but where to upload and where to put in what code?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Financing a big venture?]]></title>
			<link>http://www.mybbcentral.com/thread-4460.html</link>
			<pubDate>Sun, 14 Mar 2010 04:30:51 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4460.html</guid>
			<description><![CDATA[So ive been bored around the clock, im done beating around the bush, ive realized i was most happiest building and taking care of websites and forums...<br />
<br />
But my major source of domains has been closed.... So now i wonder... How cud i finance any new projects???<br />
<br />
Discuss... With hopefully your opinions and advice]]></description>
			<content:encoded><![CDATA[So ive been bored around the clock, im done beating around the bush, ive realized i was most happiest building and taking care of websites and forums...<br />
<br />
But my major source of domains has been closed.... So now i wonder... How cud i finance any new projects???<br />
<br />
Discuss... With hopefully your opinions and advice]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bad credit Some Advice]]></title>
			<link>http://www.mybbcentral.com/thread-4459.html</link>
			<pubDate>Sun, 14 Mar 2010 03:18:12 -0700</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4459.html</guid>
			<description><![CDATA[Good Afternoon,<br />
<br />
I have been reading through the forum and notice some good advice being given out so thought I'd try and see If I could receive some.<br />
<br />
I currently rent a house with my partner, I work full time in the same job for the last 2 years, I have bad credit (checked with checkmyfile) due to defaults a few years ago. Because of this I struggle to get any form of credit (even a debit card!). My partner has 'fair' credit according to Equifax although is currently unemployed, will start a new job in 2 weeks.<br />
<br />
We are looking at buying a new car although want to know the best options, the loan amount would roughly be in the region of 8000. Is my partner likely to get credit without a long job history? Should we try a joint loan to boost chances?<br />
<br />
Thanks in advance for any advice!]]></description>
			<content:encoded><![CDATA[Good Afternoon,<br />
<br />
I have been reading through the forum and notice some good advice being given out so thought I'd try and see If I could receive some.<br />
<br />
I currently rent a house with my partner, I work full time in the same job for the last 2 years, I have bad credit (checked with checkmyfile) due to defaults a few years ago. Because of this I struggle to get any form of credit (even a debit card!). My partner has 'fair' credit according to Equifax although is currently unemployed, will start a new job in 2 weeks.<br />
<br />
We are looking at buying a new car although want to know the best options, the loan amount would roughly be in the region of 8000. Is my partner likely to get credit without a long job history? Should we try a joint loan to boost chances?<br />
<br />
Thanks in advance for any advice!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Gamer Gods]]></title>
			<link>http://www.mybbcentral.com/thread-4458.html</link>
			<pubDate>Sat, 13 Mar 2010 19:08:04 -0800</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4458.html</guid>
			<description><![CDATA[here my site we just opened not to long ago <br />
<a href="http://gamergods.co.tv" target="_blank">http://gamergods.co.tv</a> tell me what you think<br />
<br />
Info: we are a site based around gaming mostly we have some extra forums for others, <br />
so what you think about it]]></description>
			<content:encoded><![CDATA[here my site we just opened not to long ago <br />
<a href="http://gamergods.co.tv" target="_blank">http://gamergods.co.tv</a> tell me what you think<br />
<br />
Info: we are a site based around gaming mostly we have some extra forums for others, <br />
so what you think about it]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Logout]]></title>
			<link>http://www.mybbcentral.com/thread-4457.html</link>
			<pubDate>Sat, 13 Mar 2010 17:03:51 -0800</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4457.html</guid>
			<description><![CDATA[I'm using the theme Jero: <a href="http://www.mybbcentral.com/thread-1971-page-1.html" target="_blank">http://www.mybbcentral.com/thread-1971-page-1.html</a> There's no logout and I'm wondering how I would go about adding a logout?]]></description>
			<content:encoded><![CDATA[I'm using the theme Jero: <a href="http://www.mybbcentral.com/thread-1971-page-1.html" target="_blank">http://www.mybbcentral.com/thread-1971-page-1.html</a> There's no logout and I'm wondering how I would go about adding a logout?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VCTools.net - Review]]></title>
			<link>http://www.mybbcentral.com/thread-4456.html</link>
			<pubDate>Sat, 13 Mar 2010 15:54:01 -0800</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4456.html</guid>
			<description><![CDATA[Please take a look at mybb (my online baby) and tell me your thoughts.<br />
<br />
Had domain nearly a year, got 2k+ members growing, been on MYBB for about a month, i used to have smf on as forum but i think mybb is way better.<br />
<br />
<span style="color: #FF4500;"><span style="font-size: x-large;"><a href="http://VCTools.net" target="_blank">VCTools</a></span></span><br />
<br />
your thoughts on what i have done.<br />
Shout goin out to hackforums for the ispiration for my site and ideas <img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></description>
			<content:encoded><![CDATA[Please take a look at mybb (my online baby) and tell me your thoughts.<br />
<br />
Had domain nearly a year, got 2k+ members growing, been on MYBB for about a month, i used to have smf on as forum but i think mybb is way better.<br />
<br />
<span style="color: #FF4500;"><span style="font-size: x-large;"><a href="http://VCTools.net" target="_blank">VCTools</a></span></span><br />
<br />
your thoughts on what i have done.<br />
Shout goin out to hackforums for the ispiration for my site and ideas <img src="http://www.mybbcentral.com/images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Few Questions]]></title>
			<link>http://www.mybbcentral.com/thread-4455.html</link>
			<pubDate>Sat, 13 Mar 2010 09:55:24 -0800</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4455.html</guid>
			<description><![CDATA[How do I make that spoiler think like on HF?<br />
And how do I get that given rep link also on the profile or is that some plugin that I don't know about?]]></description>
			<content:encoded><![CDATA[How do I make that spoiler think like on HF?<br />
And how do I get that given rep link also on the profile or is that some plugin that I don't know about?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Issue with stars for each group]]></title>
			<link>http://www.mybbcentral.com/thread-4454.html</link>
			<pubDate>Sat, 13 Mar 2010 06:00:01 -0800</pubDate>
			<guid isPermaLink="false">http://www.mybbcentral.com/thread-4454.html</guid>
			<description><![CDATA[I have user groups set and each group has stars on post count. <br />
<br />
But..<br />
<br />
people who pass 10 post get 2 star, which works, but when they pass 50 post for 3 stars the star wont go up one ?<br />
<br />
any ideas brainiacs ?]]></description>
			<content:encoded><![CDATA[I have user groups set and each group has stars on post count. <br />
<br />
But..<br />
<br />
people who pass 10 post get 2 star, which works, but when they pass 50 post for 3 stars the star wont go up one ?<br />
<br />
any ideas brainiacs ?]]></content:encoded>
		</item>
	</channel>
</rss>