<?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 Community Forums - All Forums]]></title>
		<link>http://community.mybb.com/</link>
		<description><![CDATA[MyBB Community Forums - http://community.mybb.com]]></description>
		<pubDate>Tue, 22 May 2012 11:06:13 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Move attachment from one thread to another?]]></title>
			<link>http://community.mybb.com/thread-119299.html</link>
			<pubDate>Tue, 22 May 2012 05:56:48 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119299.html</guid>
			<description><![CDATA[How to move attachment from one thread to another thread?<br />
<br />
How to move attachment from one post to another post of same thread?<br />
<br />
Thank you.]]></description>
			<content:encoded><![CDATA[How to move attachment from one thread to another thread?<br />
<br />
How to move attachment from one post to another post of same thread?<br />
<br />
Thank you.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How can i parse a new thread and update a page created by Page manager]]></title>
			<link>http://community.mybb.com/thread-119298.html</link>
			<pubDate>Tue, 22 May 2012 05:48:06 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119298.html</guid>
			<description><![CDATA[Hi guys,<br />
<br />
How can i parse a new thread, extract some fileds in the content and then update the extracted fileds in a page (page created by Page Manager).<br />
<br />
Is it possible, if yes please reply me how i can do this.]]></description>
			<content:encoded><![CDATA[Hi guys,<br />
<br />
How can i parse a new thread, extract some fileds in the content and then update the extracted fileds in a page (page created by Page Manager).<br />
<br />
Is it possible, if yes please reply me how i can do this.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Where the buttons ACP ?]]></title>
			<link>http://community.mybb.com/thread-119297.html</link>
			<pubDate>Tue, 22 May 2012 05:47:27 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119297.html</guid>
			<description><![CDATA[Where the buttons in the Forum admin Control Panel ?<br />
<br />
I'm really grateful to you very <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Where the buttons in the Forum admin Control Panel ?<br />
<br />
I'm really grateful to you very <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[urgent help]]></title>
			<link>http://community.mybb.com/thread-119296.html</link>
			<pubDate>Tue, 22 May 2012 05:20:11 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119296.html</guid>
			<description><![CDATA[i migrate my forum but now this error come when i open my forum<br />
<a href="http://gyazo.com/ab6873a1b02e1abfde11fe72bfffc80e" target="_blank">http://gyazo.com/ab6873a1b02e1abfde11fe72bfffc80e</a>]]></description>
			<content:encoded><![CDATA[i migrate my forum but now this error come when i open my forum<br />
<a href="http://gyazo.com/ab6873a1b02e1abfde11fe72bfffc80e" target="_blank">http://gyazo.com/ab6873a1b02e1abfde11fe72bfffc80e</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Not Found - 404]]></title>
			<link>http://community.mybb.com/thread-119295.html</link>
			<pubDate>Tue, 22 May 2012 04:28:38 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119295.html</guid>
			<description><![CDATA[So I have my community board,<br />
<a href="http://onlivenation.3ftp.org/" target="_blank">http://onlivenation.3ftp.org/</a><br />
<br />
Installed but I do not have any modifications installed <br />
yet and there seems to be a problem.<br />
<br />
Everytime I click a forum link it gives me a 404 error.<br />
I emptied my .htaccess and still nothing.]]></description>
			<content:encoded><![CDATA[So I have my community board,<br />
<a href="http://onlivenation.3ftp.org/" target="_blank">http://onlivenation.3ftp.org/</a><br />
<br />
Installed but I do not have any modifications installed <br />
yet and there seems to be a problem.<br />
<br />
Everytime I click a forum link it gives me a 404 error.<br />
I emptied my .htaccess and still nothing.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Get myBB cookies from another application]]></title>
			<link>http://community.mybb.com/thread-119294.html</link>
			<pubDate>Tue, 22 May 2012 04:11:47 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119294.html</guid>
			<description><![CDATA[Hello to all,<br />
               I'm trying to integrate my mybb login data with my mediawiki installation. <br />
I got the first part which was to use the mybb db to login from mediawiki and that is working just fine, now I wanted it to take it to the next step and in my mediawiki page I'd like to check whether the user has already logged in on mybb, so I thought I'll just use &#36;mybb-&gt;user (my mediawiki user table has an extra value with mybb id's to validate). The thing is that I expected that with just 'requiring' (from php) global.php, &#36;mybb would've become available but it's giving me an error.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Fatal error: Call to a member function simple_select() on a non-object in /usr/home/abarth/public_html/abarth.com/forum/inc/class_datacache.php on line 80</code></div></div>
<br />
I understand what the error means, I just don't know how to fix it to meet my needs. <br />
<br />
Am I on the right path, is there a plugin that would do this for me?<br />
<br />
EDIT: Just in case, this is the structure<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/home/forum<br />
/home/wiki</code></div></div>
<br />
Thank you very much. <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></description>
			<content:encoded><![CDATA[Hello to all,<br />
               I'm trying to integrate my mybb login data with my mediawiki installation. <br />
I got the first part which was to use the mybb db to login from mediawiki and that is working just fine, now I wanted it to take it to the next step and in my mediawiki page I'd like to check whether the user has already logged in on mybb, so I thought I'll just use &#36;mybb-&gt;user (my mediawiki user table has an extra value with mybb id's to validate). The thing is that I expected that with just 'requiring' (from php) global.php, &#36;mybb would've become available but it's giving me an error.<br />
<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>Fatal error: Call to a member function simple_select() on a non-object in /usr/home/abarth/public_html/abarth.com/forum/inc/class_datacache.php on line 80</code></div></div>
<br />
I understand what the error means, I just don't know how to fix it to meet my needs. <br />
<br />
Am I on the right path, is there a plugin that would do this for me?<br />
<br />
EDIT: Just in case, this is the structure<br />
<div class="codeblock">
<div class="title">Code:<br />
</div><div class="body" dir="ltr"><code>/home/forum<br />
/home/wiki</code></div></div>
<br />
Thank you very much. <img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[i want to change thead_bg.gif]]></title>
			<link>http://community.mybb.com/thread-119293.html</link>
			<pubDate>Tue, 22 May 2012 03:58:39 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119293.html</guid>
			<description><![CDATA[i want to change thead_bg.gif  <img src="http://qloub.createmybb3.com/cache/images/thead_bg.gif" border="0" alt="[Image: thead_bg.gif]" />  to  <img src="http://i45.servimg.com/u/f45/12/35/74/95/thead_10.gif" border="0" alt="[Image: thead_10.gif]" /><br />
Is this prohibited MyBB Master Style or is Normal?]]></description>
			<content:encoded><![CDATA[i want to change thead_bg.gif  <img src="http://qloub.createmybb3.com/cache/images/thead_bg.gif" border="0" alt="[Image: thead_bg.gif]" />  to  <img src="http://i45.servimg.com/u/f45/12/35/74/95/thead_10.gif" border="0" alt="[Image: thead_10.gif]" /><br />
Is this prohibited MyBB Master Style or is Normal?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[how i put flash in topic ?]]></title>
			<link>http://community.mybb.com/thread-119291.html</link>
			<pubDate>Tue, 22 May 2012 02:53:29 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119291.html</guid>
			<description><![CDATA[how i put flash in topic ?<br />
in my forum<br />
<br />
please help me<br />
<hr />
i put [flash].......[/flash] Does not work]]></description>
			<content:encoded><![CDATA[how i put flash in topic ?<br />
in my forum<br />
<br />
please help me<br />
<hr />
i put [flash].......[/flash] Does not work]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Different Look of profile....]]></title>
			<link>http://community.mybb.com/thread-119290.html</link>
			<pubDate>Tue, 22 May 2012 02:14:13 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119290.html</guid>
			<description><![CDATA[I needed some mybb expert to help me regarding editing the default look of mybb profile, please help me if you can guys!!!!]]></description>
			<content:encoded><![CDATA[I needed some mybb expert to help me regarding editing the default look of mybb profile, please help me if you can guys!!!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Does anyone have a Xbox Theme?]]></title>
			<link>http://community.mybb.com/thread-119289.html</link>
			<pubDate>Tue, 22 May 2012 00:08:50 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119289.html</guid>
			<description><![CDATA[Hello,<br />
<br />
I am trying my best to find someone that has a 1.6.x xbox 360 theme for mybb<img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Does anyone have i can please have?<br />
<br />
Please and thank you so much<img src="images/smilies/heart.gif" style="vertical-align: middle;" border="0" alt="Heart" title="Heart" />]]></description>
			<content:encoded><![CDATA[Hello,<br />
<br />
I am trying my best to find someone that has a 1.6.x xbox 360 theme for mybb<img src="images/smilies/smile.gif" style="vertical-align: middle;" border="0" alt="Smile" title="Smile" /><br />
<br />
Does anyone have i can please have?<br />
<br />
Please and thank you so much<img src="images/smilies/heart.gif" style="vertical-align: middle;" border="0" alt="Heart" title="Heart" />]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How does my forum look as of now?]]></title>
			<link>http://community.mybb.com/thread-119285.html</link>
			<pubDate>Mon, 21 May 2012 22:36:11 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119285.html</guid>
			<description><![CDATA[It's not completely finished but please give me some ideas for what to work on. You can use this as a guest account:<br />
<br />
Flippy<br />
Password1<br />
<br />
<a href="http://tstk.net" target="_blank">http://tstk.net</a>]]></description>
			<content:encoded><![CDATA[It's not completely finished but please give me some ideas for what to work on. You can use this as a guest account:<br />
<br />
Flippy<br />
Password1<br />
<br />
<a href="http://tstk.net" target="_blank">http://tstk.net</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[History of MyBB]]></title>
			<link>http://community.mybb.com/thread-119283.html</link>
			<pubDate>Mon, 21 May 2012 21:00:32 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119283.html</guid>
			<description><![CDATA[Where I can learn more about MyBB history. How it all began, how the old versions were looked like, download MyBB 1.0 for example, etc?]]></description>
			<content:encoded><![CDATA[Where I can learn more about MyBB history. How it all began, how the old versions were looked like, download MyBB 1.0 for example, etc?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to eleminate the "you got new message" bar and...]]></title>
			<link>http://community.mybb.com/thread-119282.html</link>
			<pubDate>Mon, 21 May 2012 20:47:20 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119282.html</guid>
			<description><![CDATA[Hi everyone I really wanna eliminate the bar that tells you when you got a new message it's getting very annouing as it does not go with my design at all.<br />
<br />
<img src="http://i.imgur.com/oK8Ou.png" border="0" alt="[Image: oK8Ou.png]" /><br />
<br />
Also I'd like to now if it's possible to make this image<br />
<img src="http://www.heyhabbo.net/pixelarchive/images/icons/small/new_01.png" border="0" alt="[Image: new_01.png]" /><br />
change when you got a new message (I'ts located on the sidebar)]]></description>
			<content:encoded><![CDATA[Hi everyone I really wanna eliminate the bar that tells you when you got a new message it's getting very annouing as it does not go with my design at all.<br />
<br />
<img src="http://i.imgur.com/oK8Ou.png" border="0" alt="[Image: oK8Ou.png]" /><br />
<br />
Also I'd like to now if it's possible to make this image<br />
<img src="http://www.heyhabbo.net/pixelarchive/images/icons/small/new_01.png" border="0" alt="[Image: new_01.png]" /><br />
change when you got a new message (I'ts located on the sidebar)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need Help Urgent! a Page of My Forums]]></title>
			<link>http://community.mybb.com/thread-119281.html</link>
			<pubDate>Mon, 21 May 2012 20:27:05 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119281.html</guid>
			<description><![CDATA[My Page That Shows me All Sub Categories is Ruined Why Is This And How Can I Fix it?<br />
<br />
Demo: <a href="http://gamerwizz.co.uk/Forum-Welcome-to-360-Modz" target="_blank">http://gamerwizz.co.uk/Forum-Welcome-to-360-Modz</a><br />
<br />
It Dont Show Last Post And I Want the Forum Description wider please help me!]]></description>
			<content:encoded><![CDATA[My Page That Shows me All Sub Categories is Ruined Why Is This And How Can I Fix it?<br />
<br />
Demo: <a href="http://gamerwizz.co.uk/Forum-Welcome-to-360-Modz" target="_blank">http://gamerwizz.co.uk/Forum-Welcome-to-360-Modz</a><br />
<br />
It Dont Show Last Post And I Want the Forum Description wider please help me!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[How to replace MyBB error page logo]]></title>
			<link>http://community.mybb.com/thread-119280.html</link>
			<pubDate>Mon, 21 May 2012 20:25:31 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119280.html</guid>
			<description><![CDATA[So I'm wondering, is there any way to change the logo of MyBB that is displayed on error pages?]]></description>
			<content:encoded><![CDATA[So I'm wondering, is there any way to change the logo of MyBB that is displayed on error pages?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Board Statistics.....]]></title>
			<link>http://community.mybb.com/thread-119279.html</link>
			<pubDate>Mon, 21 May 2012 20:03:46 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119279.html</guid>
			<description><![CDATA[Is there a plugin to hide Board Statistics???]]></description>
			<content:encoded><![CDATA[Is there a plugin to hide Board Statistics???]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[MyShoutbox Not Working With Groups]]></title>
			<link>http://community.mybb.com/thread-119277.html</link>
			<pubDate>Mon, 21 May 2012 19:20:46 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119277.html</guid>
			<description><![CDATA[I have tried to let only specific groups use the Shoutbox but it seems that it doesnt show up even if Im in the group. When left blank like it says it does work and show for all but no groups can see it at all when i put them or even one in. Any help is appreciated!]]></description>
			<content:encoded><![CDATA[I have tried to let only specific groups use the Shoutbox but it seems that it doesnt show up even if Im in the group. When left blank like it says it does work and show for all but no groups can see it at all when i put them or even one in. Any help is appreciated!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[We Design the Net - Web Design and Development Help and Discussion]]></title>
			<link>http://community.mybb.com/thread-119276.html</link>
			<pubDate>Mon, 21 May 2012 19:16:11 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119276.html</guid>
			<description><![CDATA[Hey everybody, WD is a site based around the simple idea of helping people that are interested in designing to make their way from a basic ability to an advanced knowledge. It's not only for new designers, though, advanced users can find detailed tutorials and get their work rated all the same. We're all about helping in any way we can, and we've got some experienced designers and developers available to help already!<br />
<br />
Check us out if you've got an interest in Designing or Development, and feel free to contact me if you need anything.<br />
<br />
<a href="http://wedesignthe.net" target="_blank">http://wedesignthe.net</a>]]></description>
			<content:encoded><![CDATA[Hey everybody, WD is a site based around the simple idea of helping people that are interested in designing to make their way from a basic ability to an advanced knowledge. It's not only for new designers, though, advanced users can find detailed tutorials and get their work rated all the same. We're all about helping in any way we can, and we've got some experienced designers and developers available to help already!<br />
<br />
Check us out if you've got an interest in Designing or Development, and feel free to contact me if you need anything.<br />
<br />
<a href="http://wedesignthe.net" target="_blank">http://wedesignthe.net</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[PS Vita Template]]></title>
			<link>http://community.mybb.com/thread-119275.html</link>
			<pubDate>Mon, 21 May 2012 19:04:40 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119275.html</guid>
			<description><![CDATA[Hello! <br />
<br />
I was wondering if someone can make a PS VITA forum template <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
I am planning on making one<br />
<br />
Thanks in advance!]]></description>
			<content:encoded><![CDATA[Hello! <br />
<br />
I was wondering if someone can make a PS VITA forum template <img src="images/smilies/biggrin.gif" style="vertical-align: middle;" border="0" alt="Big Grin" title="Big Grin" /><br />
<br />
I am planning on making one<br />
<br />
Thanks in advance!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Shout going crazy]]></title>
			<link>http://community.mybb.com/thread-119273.html</link>
			<pubDate>Mon, 21 May 2012 18:02:25 -0500</pubDate>
			<guid isPermaLink="false">http://community.mybb.com/thread-119273.html</guid>
			<description><![CDATA[There is somting wird with the shout box somtims are there shout out of the bleu see screenshot. And i can`t find ennithing in the data base, becouse night I emty those. Look at shout date and time ??????<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=26348" target="_blank">strange.jpg</a> (Size: 23.61 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment -->]]></description>
			<content:encoded><![CDATA[There is somting wird with the shout box somtims are there shout out of the bleu see screenshot. And i can`t find ennithing in the data base, becouse night I emty those. Look at shout date and time ??????<br />
<br />
<!-- start: postbit_attachments_attachment -->
<br /><img src="images/attachtypes/image.gif" border="0" alt=".jpg" />&nbsp;&nbsp;<a href="attachment.php?aid=26348" target="_blank">strange.jpg</a> (Size: 23.61 KB / Downloads: 7)
<!-- end: postbit_attachments_attachment -->]]></content:encoded>
		</item>
	</channel>
</rss>
