<?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[MyBBThemes Community - All Forums]]></title>
		<link>http://mybbthemes.8ez.com/</link>
		<description><![CDATA[MyBBThemes Community - http://mybbthemes.8ez.com]]></description>
		<pubDate>Sat, 17 May 2008 15:09:44 -0400</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Post Icon Help!]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2283</link>
			<pubDate>Sat, 17 May 2008 04:05:54 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2283</guid>
			<description><![CDATA[Hey guys Is there away I can make a poster on my forums have to pick a Post Icon..... before the post will be posted...<br />
<br />
Like say that they did not pick a Post Icon It would say... <br />
<br />
No icon was chosen.]]></description>
			<content:encoded><![CDATA[Hey guys Is there away I can make a poster on my forums have to pick a Post Icon..... before the post will be posted...<br />
<br />
Like say that they did not pick a Post Icon It would say... <br />
<br />
No icon was chosen.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hey guys]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2282</link>
			<pubDate>Sat, 17 May 2008 03:57:33 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2282</guid>
			<description><![CDATA[Hey guys I'm KiLLMasTer... I'm new here just stopping by to say look and I love the info on this site about mybb....]]></description>
			<content:encoded><![CDATA[Hey guys I'm KiLLMasTer... I'm new here just stopping by to say look and I love the info on this site about mybb....]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[phpBB3 Forum Header]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2281</link>
			<pubDate>Fri, 16 May 2008 14:31:12 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2281</guid>
			<description><![CDATA[I am making a phpBB3-like theme and I've run into a problem. I'm trying to get the "Threads", "Posts", and "Last Posts" on the main forum header like it is here. I'm editing the "forumbit_depth1_cat" template, but I'm not getting the result I wanted. Here's what I have so far:<br />
Code:<br />
&lt;table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tbody&gt;<br />
<br />
&lt;tr&gt;<br />
&lt;td align="left"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_l.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;td style="background: url({&#36;theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"&gt;&lt;div class="expcolimage"&gt;&lt;img src="{&#36;theme['imgdir']}/{&#36;expcolimage}" id="cat_{&#36;forum['fid']}_img" class="expander" alt="{&#36;expaltext}" /&gt;&lt;/div&gt;<br />
&lt;span class="thead"&gt;&lt;div style="text-align: left;"&gt;&lt;strong&gt;&lt;a href="forumdisplay.php?fid={&#36;forum['fid']}"&gt;{&#36;forum['name']}&lt;/a&gt;&lt;/strong&gt;<br />
<br />
<br />
&lt;br /&gt;&lt;div class="smalltext"&gt;{&#36;forum['description']}&lt;/div&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/span&gt;<br />
<br />
&lt;td width="85" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_threads}&lt;/strong&gt;&lt;/td&gt;<br />
&lt;td width="85" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_posts}&lt;/strong&gt;&lt;/td&gt;<br />
&lt;td width="200" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_lastpost}&lt;/strong&gt;&lt;/td&gt;<br />
<br />
&lt;/td&gt;<br />
&lt;td align="right"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_r.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;table border="0" cellspacing="{&#36;theme['borderwidth']}" cellpadding="{&#36;theme['tablespace']}" class="tborder"&gt;<br />
&lt;/thead&gt;<br />
&lt;tbody style="{&#36;expdisplay}" id="cat_{&#36;forum['fid']}_e"&gt;<br />
<br />
{&#36;sub_forums}<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tbody&gt;<br />
<br />
&lt;tr&gt;<br />
&lt;td align="left"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_lb.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;td style="background: url({&#36;theme['imgdir']}/cat_tbgb.gif) repeat-x" align="center" width="100%"&gt;<br />
&lt;/td&gt;<br />
&lt;td align="right"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_rb.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;br /&gt;<br />
<br />
]]></description>
			<content:encoded><![CDATA[I am making a phpBB3-like theme and I've run into a problem. I'm trying to get the "Threads", "Posts", and "Last Posts" on the main forum header like it is here. I'm editing the "forumbit_depth1_cat" template, but I'm not getting the result I wanted. Here's what I have so far:<br />
Code:<br />
&lt;table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tbody&gt;<br />
<br />
&lt;tr&gt;<br />
&lt;td align="left"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_l.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;td style="background: url({&#36;theme['imgdir']}/cat_tbg.gif) repeat-x" align="center" width="100%"&gt;&lt;div class="expcolimage"&gt;&lt;img src="{&#36;theme['imgdir']}/{&#36;expcolimage}" id="cat_{&#36;forum['fid']}_img" class="expander" alt="{&#36;expaltext}" /&gt;&lt;/div&gt;<br />
&lt;span class="thead"&gt;&lt;div style="text-align: left;"&gt;&lt;strong&gt;&lt;a href="forumdisplay.php?fid={&#36;forum['fid']}"&gt;{&#36;forum['name']}&lt;/a&gt;&lt;/strong&gt;<br />
<br />
<br />
&lt;br /&gt;&lt;div class="smalltext"&gt;{&#36;forum['description']}&lt;/div&gt;&lt;/strong&gt;&lt;/div&gt;&lt;/span&gt;<br />
<br />
&lt;td width="85" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_threads}&lt;/strong&gt;&lt;/td&gt;<br />
&lt;td width="85" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_posts}&lt;/strong&gt;&lt;/td&gt;<br />
&lt;td width="200" align="center" style="white-space: nowrap"&gt;&lt;strong&gt;{&#36;lang-&gt;forumbit_lastpost}&lt;/strong&gt;&lt;/td&gt;<br />
<br />
&lt;/td&gt;<br />
&lt;td align="right"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_r.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;table border="0" cellspacing="{&#36;theme['borderwidth']}" cellpadding="{&#36;theme['tablespace']}" class="tborder"&gt;<br />
&lt;/thead&gt;<br />
&lt;tbody style="{&#36;expdisplay}" id="cat_{&#36;forum['fid']}_e"&gt;<br />
<br />
{&#36;sub_forums}<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;table border="0" cellpadding="0" cellspacing="0" align="center" width="100%"&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&lt;tr&gt;<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;tbody&gt;<br />
<br />
&lt;tr&gt;<br />
&lt;td align="left"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_lb.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;td style="background: url({&#36;theme['imgdir']}/cat_tbgb.gif) repeat-x" align="center" width="100%"&gt;<br />
&lt;/td&gt;<br />
&lt;td align="right"&gt;&lt;img src="{&#36;theme['imgdir']}/cat_rb.gif" alt="" border="0"&gt;&lt;/td&gt;<br />
&lt;/tr&gt;<br />
&lt;/tbody&gt;<br />
&lt;/table&gt;<br />
&lt;br /&gt;<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Ubuntu Clear Blue on MyBB 1.2.12]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2280</link>
			<pubDate>Fri, 16 May 2008 09:13:24 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2280</guid>
			<description><![CDATA[I´m having problems installing theme on MyBB 1.2.12 (sesions).<br />
<br />
¿How can I fix it? or, ¿there is some update for this theme?<br />
<br />
Thanks!!]]></description>
			<content:encoded><![CDATA[I´m having problems installing theme on MyBB 1.2.12 (sesions).<br />
<br />
¿How can I fix it? or, ¿there is some update for this theme?<br />
<br />
Thanks!!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[release] Slimtheme 5 Blue and White]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2279</link>
			<pubDate>Thu, 15 May 2008 13:59:02 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2279</guid>
			<description><![CDATA[Demo board with theme chooser is now available at http://www.sidhudesign.com/test1/index.php<br />
<br />
[release] slimtheme2 blue and white<br />
<br />
slimtheme5 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></description>
			<content:encoded><![CDATA[Demo board with theme chooser is now available at http://www.sidhudesign.com/test1/index.php<br />
<br />
[release] slimtheme2 blue and white<br />
<br />
slimtheme5 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Pets]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2277</link>
			<pubDate>Wed, 14 May 2008 12:04:58 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2277</guid>
			<description><![CDATA[I didn't know if this should've gone into the Chicks! thread or not, but I might as well post my pets<br />
<br />
]]></description>
			<content:encoded><![CDATA[I didn't know if this should've gone into the Chicks! thread or not, but I might as well post my pets<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[yo]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2276</link>
			<pubDate>Tue, 13 May 2008 11:04:16 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2276</guid>
			<description><![CDATA[hey, I go by realwx, but a lot of usernames elsewhere. I've been in and out of the mybb community, and getting back into it now. :yes:<br />
<br />
So, anyway, I do make some MyBB plugins however I don't know anything about skinning. :thumbdown:]]></description>
			<content:encoded><![CDATA[hey, I go by realwx, but a lot of usernames elsewhere. I've been in and out of the mybb community, and getting back into it now. :yes:<br />
<br />
So, anyway, I do make some MyBB plugins however I don't know anything about skinning. :thumbdown:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Misc] Star Avatars ( 64x64 )]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2275</link>
			<pubDate>Mon, 12 May 2008 09:56:25 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2275</guid>
			<description><![CDATA[Here ya go folks. Here are just a few Star avatars with various colors in 3d! Not much but it's an offer. Use if you will. :)<br />
<br />
 <br />
 <br />
<br />
Enjoy!]]></description>
			<content:encoded><![CDATA[Here ya go folks. Here are just a few Star avatars with various colors in 3d! Not much but it's an offer. Use if you will. :)<br />
<br />
 <br />
 <br />
<br />
Enjoy!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[hi ..new guy here]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2274</link>
			<pubDate>Sun, 11 May 2008 23:27:54 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2274</guid>
			<description><![CDATA[hi guys,<br />
<br />
Just signed up and mybb looks good. Until now i was using phpbb3 ..but when i saw my friend's forum ..i liked mybb.:wag:<br />
<br />
So im looking forward to be premium member..and use mybb:yes:]]></description>
			<content:encoded><![CDATA[hi guys,<br />
<br />
Just signed up and mybb looks good. Until now i was using phpbb3 ..but when i saw my friend's forum ..i liked mybb.:wag:<br />
<br />
So im looking forward to be premium member..and use mybb:yes:]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[Release] 8 Bit NES Theme!]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2273</link>
			<pubDate>Sun, 11 May 2008 05:29:16 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2273</guid>
			<description><![CDATA[8 Bit NES - MyBB theme v0.9 ( MY Second Theme )<br />
<br />
Designed with, and for, MyBB v 1.2.12 Official release.<br />
<br />
Theme and button style by Vorpal86. Uses the default MyBB template until I learn how to create new ones. Edit post images such as php.gif, image.gif and list_num.gif has not been changed. I may make new ones... not sure the proper name for these.<br />
<br />
This is another installment of my themes. This time it's a custom 8bit NES theme.<br />
<br />
The full folder path for this theme is:<br />
"themes_original/8bitnes/images/toplinks"<br />
<br />
To Install,<br />
Extract the ZIP file. A "themes_original" folder will be extracted.<br />
Go to ADMID CP > Themes > Import ( the .xml file )<br />
Local Filename: themes_original/8bitnes_creators-theme.xml<br />
Now, upload the entire folder "themes_original" into your "website/forum" folder.<br />
Go to your User CP > Edit Options and select your newly uploaded theme to try it<br />
<br />
Vorpal86's Distribution and Usage notes;<br />
1 - Only use, edit or modify this theme to fit your personal needs. This usage directed to whoever downloaded it and wishes to use it on his/her own forum. You must also keep the copyright footer how it is without change.<br />
<br />
2 - You may redistribute the theme ONLY if the original zip file it was downloaded in remains unchanged. This agreement is also inside the zip file.<br />
<br />
3 - You may not edit, modify or otherwise change this theme and re - release it as your own. That's not cool. This theme is for personal use at the forum that it was intended to be used on.<br />
<br />
Thank you, and enjoy this MyBB theme and if you have any problems, be sure to post them.<br />
<br />
The THEME HERE - 8bit NES ZIP File<br />
<br />
Screen 1 - ON / OFF / Welcome Sample<br />
Screen 2 - Viewing Threads and Icons Sample<br />
Screen 3 - Writing Post Sample Buttons<br />
<br />
PS: I've called this v0.9 because I would still like to add "cat_l" and a "cat_r" images to the main table headers area of this theme which use the following images. I'm not sure how to do it. Any help would be appreciated. I'll edit this post if we can get it working, and remove all this extra stuff. A complete v1 of this theme would resemble the image layout below:<br />
<br />
Please do not use these images until we get them integrated into the theme peoperly for v1. The left and right images are still a WIP and they may be changed a bit with the update. Thank You :)<br />
<br />
]]></description>
			<content:encoded><![CDATA[8 Bit NES - MyBB theme v0.9 ( MY Second Theme )<br />
<br />
Designed with, and for, MyBB v 1.2.12 Official release.<br />
<br />
Theme and button style by Vorpal86. Uses the default MyBB template until I learn how to create new ones. Edit post images such as php.gif, image.gif and list_num.gif has not been changed. I may make new ones... not sure the proper name for these.<br />
<br />
This is another installment of my themes. This time it's a custom 8bit NES theme.<br />
<br />
The full folder path for this theme is:<br />
"themes_original/8bitnes/images/toplinks"<br />
<br />
To Install,<br />
Extract the ZIP file. A "themes_original" folder will be extracted.<br />
Go to ADMID CP > Themes > Import ( the .xml file )<br />
Local Filename: themes_original/8bitnes_creators-theme.xml<br />
Now, upload the entire folder "themes_original" into your "website/forum" folder.<br />
Go to your User CP > Edit Options and select your newly uploaded theme to try it<br />
<br />
Vorpal86's Distribution and Usage notes;<br />
1 - Only use, edit or modify this theme to fit your personal needs. This usage directed to whoever downloaded it and wishes to use it on his/her own forum. You must also keep the copyright footer how it is without change.<br />
<br />
2 - You may redistribute the theme ONLY if the original zip file it was downloaded in remains unchanged. This agreement is also inside the zip file.<br />
<br />
3 - You may not edit, modify or otherwise change this theme and re - release it as your own. That's not cool. This theme is for personal use at the forum that it was intended to be used on.<br />
<br />
Thank you, and enjoy this MyBB theme and if you have any problems, be sure to post them.<br />
<br />
The THEME HERE - 8bit NES ZIP File<br />
<br />
Screen 1 - ON / OFF / Welcome Sample<br />
Screen 2 - Viewing Threads and Icons Sample<br />
Screen 3 - Writing Post Sample Buttons<br />
<br />
PS: I've called this v0.9 because I would still like to add "cat_l" and a "cat_r" images to the main table headers area of this theme which use the following images. I'm not sure how to do it. Any help would be appreciated. I'll edit this post if we can get it working, and remove all this extra stuff. A complete v1 of this theme would resemble the image layout below:<br />
<br />
Please do not use these images until we get them integrated into the theme peoperly for v1. The left and right images are still a WIP and they may be changed a bit with the update. Thank You :)<br />
<br />
]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[release] slimtheme 4 black and grey]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2272</link>
			<pubDate>Sat, 10 May 2008 00:36:16 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2272</guid>
			<description><![CDATA[Demo board with theme chooser is now available at http://www.sidhudesign.com/test1/index.php<br />
<br />
[release] slimtheme2 black and white<br />
<br />
slimtheme4 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></description>
			<content:encoded><![CDATA[Demo board with theme chooser is now available at http://www.sidhudesign.com/test1/index.php<br />
<br />
[release] slimtheme2 black and white<br />
<br />
slimtheme4 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Colors?]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2271</link>
			<pubDate>Fri, 09 May 2008 18:09:16 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2271</guid>
			<description><![CDATA[Right above the first thead where it says Test 1 the board name shows as Test 2 in black.  Where do I change that to FFFFFF or something else, I forget.<br />
<br />
http://www.sidhudesign.com/test2/index.php]]></description>
			<content:encoded><![CDATA[Right above the first thead where it says Test 1 the board name shows as Test 2 in black.  Where do I change that to FFFFFF or something else, I forget.<br />
<br />
http://www.sidhudesign.com/test2/index.php]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[VBulletin Header in MyBB?]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2270</link>
			<pubDate>Fri, 09 May 2008 12:18:12 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2270</guid>
			<description><![CDATA[I see a lot of themes released with VBulletin style headers and I'd like to make my own!<br />
<br />
Is there a tutorial or guide or anything on how to make one? Or do people usually just download and modify the VBulletin Pro theme?<br />
<br />
Thanks!]]></description>
			<content:encoded><![CDATA[I see a lot of themes released with VBulletin style headers and I'd like to make my own!<br />
<br />
Is there a tutorial or guide or anything on how to make one? Or do people usually just download and modify the VBulletin Pro theme?<br />
<br />
Thanks!]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Need Help for fixing 2 areas of my theme.]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2269</link>
			<pubDate>Fri, 09 May 2008 09:07:50 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2269</guid>
			<description><![CDATA[greetings, i made my first theme ... and tho i've completed most of it sucessfully ... i guess i now need help to fix 2 areas of the theme...<br />
<br />
thru trial & error i still couldnt figure out how to fix them.<br />
<br />
here r the screen shots of what exactly i want to fix ...<br />
<br />
<br />
<br />
<br />
<br />
i hope 2 get help soon,<br />
<br />
thanks.<br />
<br />
with best wishes,<br />
Zee]]></description>
			<content:encoded><![CDATA[greetings, i made my first theme ... and tho i've completed most of it sucessfully ... i guess i now need help to fix 2 areas of the theme...<br />
<br />
thru trial & error i still couldnt figure out how to fix them.<br />
<br />
here r the screen shots of what exactly i want to fix ...<br />
<br />
<br />
<br />
<br />
<br />
i hope 2 get help soon,<br />
<br />
thanks.<br />
<br />
with best wishes,<br />
Zee]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[release] slimtheme2 black and white]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2268</link>
			<pubDate>Tue, 06 May 2008 14:03:46 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2268</guid>
			<description><![CDATA[slimtheme2 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></description>
			<content:encoded><![CDATA[slimtheme2 theme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Hey Guys]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2267</link>
			<pubDate>Tue, 06 May 2008 11:32:29 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2267</guid>
			<description><![CDATA[Hey guys whats going on? I think I'm gong to start making some mybb themes again. I havn't really decided yet, i'm opening a website design company soon as well, and might have free mybb themes on it.]]></description>
			<content:encoded><![CDATA[Hey guys whats going on? I think I'm gong to start making some mybb themes again. I havn't really decided yet, i'm opening a website design company soon as well, and might have free mybb themes on it.]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[[release] slimtheme black and pink]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2266</link>
			<pubDate>Tue, 06 May 2008 01:28:50 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2266</guid>
			<description><![CDATA[slimtheme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.  And the thead_bg I made from my designer badge here.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></description>
			<content:encoded><![CDATA[slimtheme v1.2.12<br />
==================<br />
<br />
By: tomdickandharry<br />
<br />
Details / Summary:<br />
Only thing I didn't do were the buttons. Made by FFW.  And the thead_bg I made from my designer badge here.<br />
<br />
Installation Instructions:<br />
=================<br />
1. Upload the included images to your ./images directory<br />
<br />
2. In the Admin CP import the included theme XML file<br />
<br />
3. View it in your User CP<br />
<br />
4. Now have fun with your forum!<br />
<br />
Download License<br />
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br />
<br />
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for more details.<br />
<br />
You should have received a copy of the GNU General Public License along with this program.  If not, see http://www.gnu.org/licenses/]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Free Resellers- Start your own host]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2265</link>
			<pubDate>Mon, 05 May 2008 21:01:08 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2265</guid>
			<description><![CDATA[Hey guys I have a new site, B-asil.com, where you post and can get free resellers so you can start your own free web host!<br />
<br />
Join today!<br />
<br />
http://b-asil.com]]></description>
			<content:encoded><![CDATA[Hey guys I have a new site, B-asil.com, where you post and can get free resellers so you can start your own free web host!<br />
<br />
Join today!<br />
<br />
http://b-asil.com]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Does anyone have a theme in these colours?]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2264</link>
			<pubDate>Mon, 05 May 2008 08:49:00 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2264</guid>
			<description><![CDATA[Hello, Im looking for a theme in yellow, jade & white but cant seem to find one. I found the sunshine theme but the rar file is corrupt & I cant open it. Does anyone know where these is a resource of themes? Ive been through all the ones in theme section & on official release page but none seem to be as bright as I need them, or always one colour is wrong.<br />
Any help would be thankfull for, thanks :)]]></description>
			<content:encoded><![CDATA[Hello, Im looking for a theme in yellow, jade & white but cant seem to find one. I found the sunshine theme but the rar file is corrupt & I cant open it. Does anyone know where these is a resource of themes? Ive been through all the ones in theme section & on official release page but none seem to be as bright as I need them, or always one colour is wrong.<br />
Any help would be thankfull for, thanks :)]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Last post by...?]]></title>
			<link>http://mybbthemes.8ez.com/showthread.php?tid=2263</link>
			<pubDate>Sun, 04 May 2008 17:21:52 -0400</pubDate>
			<guid isPermaLink="false">http://mybbthemes.8ez.com/showthread.php?tid=2263</guid>
			<description><![CDATA[The column last post how can I remove the line by Admin.  So I see last post but no username.  Defualt theme.]]></description>
			<content:encoded><![CDATA[The column last post how can I remove the line by Admin.  So I see last post but no username.  Defualt theme.]]></content:encoded>
		</item>
	</channel>
</rss>