22.09.2013, 21:39
wersja skryptu MyBB: 1.6.9
adres forum: FerryCraft!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Cześć, nie wiedziałem jak nazwać temat (żywcem ) dlatego jak jest zły to poprawcie. A teraz sedno tematu. Chodzi mi o to że nie dodaje mi "obrazka dolnego" takiego jak np. przy działach.. Pewnie coś w kodzie skopane ale ŻYWCEM nie wiem :/
Tutaj kod:
A tutaj jeszcze CSS (choć nie wiem po co, ale daje na wszelki wypadek):
Pozdrawiam
adres forum: FerryCraft!
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Cześć, nie wiedziałem jak nazwać temat (żywcem ) dlatego jak jest zły to poprawcie. A teraz sedno tematu. Chodzi mi o to że nie dodaje mi "obrazka dolnego" takiego jak np. przy działach.. Pewnie coś w kodzie skopane ale ŻYWCEM nie wiem :/
Tutaj kod:
Kod:
<div style="text-align: center;color: #fff;">
<span class="statround">{$stats['numposts']}</span> Postów
<span class="statround">{$stats['numthreads']}</span> Wątków
<span class="statround">{$stats['numusers']}</span> Użytkowników
<span class="statround">$newestmember</span> Najnowszy Użytkownik
<span title="{$recorddate}, {$recordtime}"><span class="statround">{$mostonline['numusers']}</span> Najwięcej Online</span>
</div>
<br />
<div class="boardstats_top">
<div class="boardstats_bg">
<center>
{$logoutlink} |
<a href="misc.php?action=markread&my_post_key={$mybb->post_code}">{$lang->markread}</a> |
<a href="showteam.php">{$lang->forumteam}</a> |
<a href="stats.php">{$lang->forumstats}</a>
</center>
<div class="novastats">
<div style="float:left;width:58%">
{$whosonline}
{$wwot}
{$online_today}
{$birthdays}
{$viewgroups}
</div>
<div style="float:right;width:40%">
<span class="title"><strong>Reklamy:</strong></span><br />
<div style="padding:5px 15px">
<div class="stats">
<a href="https://webboard.pl"><img src="https://webboard.pl/grafa/btn/btn_3.png" title="Oficjalny Support MyBB w Polsce" /></a>
</div>
</div>
</div>
</div>
</div>
<div class="boardstats_bottom"></div>
<br />
A tutaj jeszcze CSS (choć nie wiem po co, ale daje na wszelki wypadek):
Kod:
.boardstats_bg {
background: url(images/ferry/tla/boardstats_bg.png) repeat-y left top;
padding: 0px 20px;
height: 1px;
}
.boardstats_top {
background: url(images/ferry/tla/boardstats_top.png) no-repeat left top;
padding-top: 25px;
}
.boardstats_bottom {
background: url(images/ferry/tla/boardstats_bottom.png) no-repeat left bottom;
height: 61px;
}
Pozdrawiam