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
Nice one!
Parabéns!
Hi how do u put the header like in the demo? 900x186 instead of the bg??
Definitely would like to know. ;D
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
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
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
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!
Wonderful Theme. I'm using that now.