MyBB Community Forums

Full Version: theme question?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi
how can i upload a new theme or edit the theme

any advice , comments and suggestions will be gr8

Thanks
To upload a new theme, you have to replace some of the default images that come with your mybb like thead_bg.... once you have uploaded the images you want, then you can go into your admin panel, and change the css...
See http://community.mybboard.net/showthread.php?tid=10163

It's kind of fun to edit themes, too. You just either create your own images and replace the ones in your theme folder or manipulate ones that are already there! Good luck! Big Grin
[wiki]Admin_CP_Themes#Import[/wiki]
Regarding the editing the theme. I have a question. How can I make the Table Headers from 3 url images
url left, url center and url right. What would be a code and where to put it?

Thanx Smile
Can anyone help me with above? Please Shy
Hmmm...well, I know that 2$complicated$4u did it with his theme Clarity. I looked in the template and found this in the header, though you might need to put that code in other templates. I'm still learning all this, though, so short of going through all the templates, I wouldn't know exactly all of them!

<table border="0" cellpadding="0" cellspacing="0" width="100%" valign="top" align="center" summary="">
								<tr>
<td style="text-align: left; vertical-align: top;"><img src="$theme[imgdir]/misc/t_l.gif" alt="" border="0" /></td>

<td style="background: url($theme[imgdir]/misc/t_tbg.gif); height: 13px; width: 100%;"></td>

<td style="text-align: right; vertical-align: top;"><img src="$theme[imgdir]/misc/t_r.gif" alt="" border="0" /></td>
					</tr>									</table>

It's also in the index template, though there is added code to account for the ability to collapse the forum. Seems like it's a time consuming process. good luck!
Thanx, I'm gonna try it Smile