MyBB-Themes - Designs and Themes for the MyBBoard

Full Version: Discus: Updated: Fresh Blue
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
Name: Fresh Blue
Version: 2.1
Author: P@trick
Date: 06-03-2007

Description:



See full
Or download:
FreshBlue.zip (Size: 412.32 KB)
thank
Kann man diesen Style an das vBulletin anpassen?
Des wäre wircklich nett Wink
Ne das ist extrem viel arbeit, aber du kannst das natürlich machen, da habe ich nichts dagegen Wink
Name: Fresh Blue
Version: 2.2
Author: P@trick
Date: 08-20-2007

Description:



See full
Or download:
FreshBlue.zip (Size: 412.32 KB)
I have a problem with this theme. When I login as administrator to the forum, the upper side of the forum moves to the right. The place where "welcome" is written gets longer in 1024*768 mode. How can I solve this problem ?

I have snapshot of this.

[Image: pr2nv5.jpg]
Hmm looks like the welcomeblock is not incluted in the content tag. Please check you header. If you dont know how to search for, post you header template here!
Here is my header template:

PHP Code:
    <a name="top" id="top"></a>
    <
div id="container">
        <
div id="header">
            <
table width="100%" class="logo" cellpadding="0" cellspacing="0">
        <
tr>
        <
td style="padding:0px">
            <
a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" /></a>
            </
td>
            <
td align="right" style="vertical-align:top; padding:4px">
            <
form method="post" action="search.php"><input type="hidden" name="action" value="do_search" /><input name="keywords" type="text" class="textbox" value="" size="20" maxlength="250"/> 
            <
input type="submit" class="button" name="submit" value="Quick Search" /></form>
            </
td>
            </
tr>
            </
table>
            <
div class="menu">
                <
ul>
                <
li>
                    <
a href="{$mybb->settings['bburl']}/search.php">{$lang->toplinks_search}</a><a href="{$mybb->settings['bburl']}/memberlist.php">{$lang->toplinks_memberlist}</a><a href="{$mybb->settings['bburl']}/calendar.php">{$lang->toplinks_calendar}</a><a href="{$mybb->settings['bburl']}/misc.php?action=help">{$lang->toplinks_help}</a>
                    </
li>
                </
ul>
            </
div>
            <
hr class="hidden" />
            <
div id="panel">
                {
$welcomeblock}
            </
div>
        </
div>
        <
hr class="hidden" />
        <
br class="clear" />
        <
div id="content">
            {
$bannedwarning}
            {
$bbclosedwarning}
            {
$unreadreports
Hmm looks good. Did you change anything on the theme or on the templates?
Maybe it's because something other on that page is to large?
Pages: 1 2 3 4
Reference URL's