Stała szerokość miejsca na dział

Założony przez  Nexus..

wersja skryptu MyBB: 1.6.x
adres forum: http://www.fragcenter.eu
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Witam...
Trochę mnie na przerobienie stylu wzięło tak więc, co nieco sobie ogarnąłem.
Jednakże mam jeden błąd , którego nie potrafię wyeliminować.
Przechodząc do rzeczy..
[Obrazek: 4IbH7.png]
Chodzi mi tutaj o nie równe wyświetlanie ilości tematów i postów itd.
Chciałbym to zrobić mniej więcej na wzór IP.Board.
Czyli:
[Obrazek: 4IbLf.png]

Czy ktoś byłby w stanie mi pomóc to jakoś ustawić na stałe? ;)
W razie czegoś, mogę podać to forum IP.Board z którego dałem ss.

Proszę o pomoc, Pozdrawiam.
Nie zapominamy o używaniu

Prześledź wątek, mam nadzieję, że zrozumiesz o co chodzi:
https://webboard.pl/thread-21575.html?pi...7#pid83897
Dużo mi to pomogło ;)
Jednakże, jak mogę "poruszyć odstępem między informacją o ilości postów i wątków w dziale, a ostatnim postem?

Próbowałem tym kodem:
<td class="{$bgcolor}" width="25%" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Jednakże to nie oddaje tego efektu.
Chodzi Ci o zwiększenie przerwy między tekstami w dwóch komórkach? Zastosuj
padding:
z lewej bądź prawej strony.
Mając kod:
<tr>
<td class="{$bgcolor}" width="5%" align="center" valign="middle" width="1"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="{$bgcolor}" width="45%" valign="middle">
<span style="text-size: 14px;"><a href="{$forum_url}">{$forum['name']}</span>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td class="{$bgcolor} smalltext" width="120" valign="middle" align="right" style="white-space: nowrap; vertical-align: middle;"><strong>{$threads}</strong> Tematy<br /><strong>{$posts}</strong> Odpowiedzi</td>
<!-- depth2_posts_column -->
<td class="{$bgcolor}" width="25%" valign="middle" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>

Mógłbyś mi to jakoś podstawić? Bo nie wychodzi mi ;x
forumbit_depth1_cat:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="5">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext"> - {$forum['description']}</div></div>
</td>
</tr>
</thead>
</table>
<div class="obramowanie" width="100%">
<table cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" border="0" style="width: 100%">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td style="padding:0" colspan="2"/>
<td style="padding:0" width="85"/>
<td style="padding:0" width="200"/>
</tr>
{$sub_forums}
</tbody>
</table>
</div>
<br />

CSS:
.obramowanie  {
background : #EBF0F3;
padding : 10px;
}

@EDIT!
forumbit_depth2_forum:
<tr>
<td class="trow2" align="center" valign="middle" width="5%"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.gif" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" /></td>
<td class="trow2" valign="middle" align="left" width="auto">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong><div class="smalltext">{$forum['description']}<br />{$forum_viewers_text}{$modlist}{$subforums}</div>
</td>
<td class="trow2" valign="middle" align="center" width="15%" style="white-space: nowrap"></td>
<td class="trow2" valign="middle" align="right" width="15%" style="white-space: nowrap;">{$lang->forumbit_threads}: {$threads}{$unapproved['unapproved_threads']}<br />{$lang->forumbit_posts}: {$posts}{$unapproved['unapproved_posts']}</td>
<td class="trow2" valign="middle" align="left" width="30%">{$lastpost}</td>
</tr>
Cytat:It's all about the details.
---------------
PW tylko forum, nie mejl.


Dorman, z Twoim kodem, wgl nie było widać działów...
Odpuszczę już sobie, bo w pewnym sensie teraz też jest ładnie ;)
Spróbuj jeszcze tak:
forumbit_depth1_cat:
<div class="thead th_{$forum['fid']}">
<div class="expcolimage"><img src="{$theme['imgdir']}/{$expcolimage}" id="cat_{$forum['fid']}_img" class="expander" alt="{$expaltext}" title="{$expaltext}" /></div>
<div><strong><a href="{$forum_url}">{$forum['name']}</a></strong><span class="smalltext"> - {$forum['description']}</span></div>
</div>

<div id="expcol_{$forum['fid']}_box">
<div class="ips_table">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
<tr>
<td style="padding:0" colspan="2"/>
<td style="padding:0" width="85"/>
<td style="padding:0" width="200"/>
</tr>
<tr>
</tr>
{$sub_forums}
</tbody>
</table>
</div>
</div>
<br />
CSS:
.ips_table {
background:#000000;
padding:10px;
}
Cytat:It's all about the details.
---------------
PW tylko forum, nie mejl.


Teraz dodaje czarną ramkę wokół działów:
[Obrazek: 4ISYi.png]
W miejscu gdzie pisze background wpisujesz kolor...
Jak chcesz mieć a'la IPB to zamieniasz:
background:#000000;
na:
background: #EBF0F3;
Cytat:It's all about the details.
---------------
PW tylko forum, nie mejl.





Użytkownicy przeglądający ten wątek:

1 gości