wersja skryptu MyBB: 1.6.10
adres forum: http://terrarysta.com.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
1. Chciałbym wyrównać Threads i Posts tak żeby były w równej kolumnie
Forum zamknięte
Przepraszam, zapomniałem się. Już otwarte
Ja mam defaultowy styl ;x
Naprawione, jeśli ktoś mógłby teraz zobaczyć
Może Cię to zdziwi, ale ja mam równe.
Screen:
No a ja mam tak i w sumie nie tylko ja bo jeszcze dwie inne osoby mi o tym pisały
Pokaż forumbit_depth1_cat i forumbit_depth2_forum (ACP -> Style i Szablony -> Szablony -> Twój_Szablon -> Opis działu).
forumbit_depth1_cat
Kod PHP:
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<thead>
<tr>
<td class="thead" colspan="4">
<div><strong>{$forum['name']}</strong></div>
</td>
</tr>
</thead>
<tbody style="{$expdisplay}" id="cat_{$forum['fid']}_e">
{$sub_forums}
</tbody>
</table>
<br />
forumbit_depth2_forum
Kod PHP:
<tr>
<td class="{$bgcolor}" align="center" width="5%"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" width="48px" height="48px" /></td>
<td class="{$bgcolor}" width="65%">
<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="left" style="white-space: nowrap" width="10%">{$threads}{$unapproved['unapproved_threads']} Threads<br />{$posts}{$unapproved['unapproved_posts']} Posts</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
</tr>
Spróbuj taki forumbit_depth2_forum:
Kod:
<tr>
<td class="{$bgcolor}" align="center" width="5%"><img src="{$theme['imgdir']}/{$lightbulb['folder']}.png" alt="{$lightbulb['altonoff']}" title="{$lightbulb['altonoff']}" class="ajax_mark_read" id="mark_read_{$forum['fid']}" width="48px" height="48px" /></td>
<td class="{$bgcolor}" width="65%">
<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="left" style="white-space: nowrap" width="150px">{$threads}{$unapproved['unapproved_threads']} Threads<br />{$posts}{$unapproved['unapproved_posts']} Posts</td>
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
</tr>
Wina niskiej rozdzielczości monitora.
Zwiększaj szerokość ostatniej kolumny, póki problem nie zniknie (no, chyba, że szerokości opisu działu i ostatniego posta będą na tyle duże, aby mimo wszystko rozwalać tabelę):
Kod PHP:
<td class="{$bgcolor}" align="left" style="white-space: nowrap" width="20%">{$lastpost}</td>
z 20% na np. 30%
OK, jest teraz lepiej, dziękuję za pomoc