Simple Machines Community Forum

Customizing SMF => Graphics and Templates => Theme Site Themes => Topic started by: snoke on November 05, 2007, 03:26:59 PM

Title: InsideBB-v1.0
Post by: snoke on November 05, 2007, 03:26:59 PM
Link to the theme (http://custom.simplemachines.org/themes/index.php?lemma=392)
(http://custom.simplemachines.org/themes/index.php/action,download/lemma,392/image,thumb)

Is a minimal theme.
Demo: www.insidebb.com
Download: www.nunoguerra.com
Title: Re: InsideBB-v1.0
Post by: ormuz on November 05, 2007, 06:37:54 PM
Nice one!

Parabéns!
Title: Re: InsideBB-v1.0
Post by: Darkgardevoir on November 08, 2007, 12:11:27 AM
Hi how do u put the header like in the demo? 900x186 instead of the bg??
Title: Re: InsideBB-v1.0
Post by: trenchteam on November 08, 2007, 03:08:48 AM
Definitely would like to know. ;D
Title: Re: InsideBB-v1.0
Post by: snoke on November 09, 2007, 05:47:22 AM
You edit index.template.php and search:

// The logo, user information, news, and menu.
echo '
<table cellspacing="0" cellpadding="0" border="0" align="center" width="900" background="', !empty($settings['header_logo_url']) ? $settings['header_logo_url'] : $settings['images_url'] . '/headerbg.png', '">
<tr>
<td height="141px"><div style="color:#f8f8f8; font-family: Georgia, sans-serif; font-size: 30px; margin-left:40px; margin-right:40px; float: left;">', $context['forum_name'], '</div></td>
<td style="color:#CCCCCC">';


And change for this:
// The logo, user information, news, and menu.
echo '
<table cellspacing="0" cellpadding="0" border="0" align="center" width="900" background="', !empty($settings['header_logo_url']) ? $settings['header_logo_url'] : $settings['images_url'] . '/headerbg.png', '">
<tr>
<td height="141px" width="450px"></td>
<td style="color:#CCCCCC">';


But your image "headerbg.png" have dimension 900px/186px and contain your logo forum.

Sorry my english
Title: Re: InsideBB-v1.0
Post by: Fiery on November 14, 2007, 10:56:34 PM
Hello,

What font do you use for the buttons because I would like to create an unread posts button and I would like for it to match?

Thanks
Title: Re: InsideBB-v1.0
Post by: SEO on November 20, 2007, 06:46:52 PM
Superb template

this is the kind i have been looking for since smf started.

I notice my error logs are filling up very quickly though.

http://www.munged/forum/index.php?action=search2
Apply Filter: Only show the errors with the same message
8: Undefined index: brd
File: /home/munged/public_html/forum/Sources/Search.php
Line: 407

Title: Re: InsideBB-v1.0
Post by: Matthew Schenker on January 08, 2008, 11:09:26 AM
Thanks for developing this theme!  I've been looking for something that is clean, but still distinctive and original.  This seems to do it!  I'm going to install this theme on my test forum and see how it works.

Thanks again!
Title: Re: InsideBB-v1.0
Post by: Emre_Ustegmen on June 09, 2008, 08:27:36 AM
Wonderful Theme. I'm using that now.