Rozciągnięcie kolumb na stronie głownej

Założony przez  FanaticRPS.

wersja skryptu MyBB: 1.6.9
adres forum: www.nawlasnyuzytek.cba.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Po edycji szablonu forumbit_depth2_forum kolumny nie są na cały tborder

[Obrazek: 23719537110890708134.jpg]
A weź pokaż ten szablon forumbit_depth2_forum, bo chyba coś podobnego u siebie robiłem. :)
Wgraj ten szablon od nowa.
Matslom napisał 02.03.2013, 11:38:
Daruj sobie takie rady
Cytat:It's all about the details.
---------------
PW tylko forum, nie mejl.


<tr>
<td class="{$bgcolor}" align="center" valign="top" 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}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>

<td class="{$bgcolor}"  align="center" style="white-space: nowrap">Wątki:{$threads}{$unapproved['unapproved_threads']}<br />
Posty:{$posts}{$unapproved['unapproved_posts']}</td>


<td class="{$bgcolor}" align="right" style="white-space: nowrap;width:200px;">{$lastpost}</td>
</tr>
Spróbuj wkleić to:

<tr>
<td class="{$bgcolor}" align="center" valign="center" width="1" id="onoff"><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}" valign="center">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td colspan="2" class="{$bgcolor}" valign="center" align="center" style="white-space: nowrap"><span class="smalltext"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts} in <strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" valign="center" align="left" style="white-space: nowrap">{$lastpost}</td>
</tr>
Ładnie działa dzięki :)

Ale jeszcze jedno pytanie, co zrobić żeby to nie było takie rozjechane?
[Obrazek: 35772325801398751875.jpg]
A spróbuj tak:

<tr>
<td class="{$bgcolor}" align="center" valign="top" 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}" valign="top">
<strong><a href="{$forum_url}">{$forum['name']}</a></strong>{$forum_viewers_text}<div class="smalltext">{$forum['description']}{$modlist}{$subforums}</div>
</td>
<td colspan="2" class="{$bgcolor}" align="right" style="white-space: nowrap"><span class="smalltext"><strong><span class="count_dark">{$posts}{$unapproved['unapproved_posts']}</span></strong> {$lang->forumbit_posts} w <strong><span class="count_dark">{$threads}{$unapproved['unapproved_threads']}</span></strong> {$lang->forumbit_threads}</span></td>
<td class="{$bgcolor}" valign="right" align="right" style="white-space: nowrap">{$lastpost}</td>
</tr>
Bez zmian,

Naprawione, dodałem szerokość do kolumny z nazwami działu.



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

1 gości