06-04-2007, 02:07 AM
06-07-2007, 08:12 PM
thank
08-21-2007, 12:10 AM
Kann man diesen Style an das vBulletin anpassen?
Des wäre wircklich nett
Des wäre wircklich nett

08-21-2007, 12:59 AM
Ne das ist extrem viel arbeit, aber du kannst das natürlich machen, da habe ich nichts dagegen 

08-21-2007, 03:55 AM
Name: Fresh Blue
Version: 2.2
Author: P@trick
Date: 08-20-2007
Description:
See full
Or download:
FreshBlue.zip (Size: 412.32 KB)
Version: 2.2
Author: P@trick
Date: 08-20-2007
Description:
See full
Or download:
FreshBlue.zip (Size: 412.32 KB)
08-30-2007, 02:48 AM
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]](http://img514.imageshack.us/img514/671/pr2nv5.jpg)
I have snapshot of this.
![[Image: pr2nv5.jpg]](http://img514.imageshack.us/img514/671/pr2nv5.jpg)
08-30-2007, 08:02 AM
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!
08-30-2007, 06:44 PM
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}
08-30-2007, 10:46 PM
Hmm looks good. Did you change anything on the theme or on the templates?
08-30-2007, 11:18 PM
Maybe it's because something other on that page is to large?