wersja skryptu MyBB: 1.8
adres forum: cs-elite.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Nie wiem jak to nazwać ale na screeny wszystko widać o co mi chodzi.
Widok w dziale tematu jest strasznie rozwalony, jak go naprawić żeby było wszystko na swoim miejscu ? i Chciałbym usunąć przynajmniej jeden avatar i nick użytkownika bo jest podwójnie z prawej i lewej strony. I żeby "Liczba wyświetleń,Liczba Odpowiedzi" była równa z tym co ma się pod nią wyświetlać.
Sprawdź dopisując do CSS:
Kod:
.lastpost img {
float: left;
margin-top: -5px;
margin-left: 1px;
margin-right: 10px;
}
.author img {
margin-top: -35px;
margin-left: -19px;
}
Do global.css?
Dopisałem właśnie tam i nic to nie zmieniło.
//Edit
Przepraszam zmieniło ale dalej źle to wygląda.
A pokaż szablon forumdisplay_thread (widok działu).
Kod:
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span>{$icon}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"></td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="author smalltext">{$avatarep_avatar['avatarep']}{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: left;">
<table border="0">
<tr>
<td></td>
<td>
<span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$avatarep_lastpost['avatarep']}{$lastposterlink}</span>
</td>
</tr>
</table>
</td>
{$modbit}
</tr>
Sprawdź tak:
Kod:
<tr class="inline_row">
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><span class="thread_status {$folder}" title="{$folder_label}"> </span>{$icon}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"></td>
<td class="{$bgcolor}{$thread_type_class}">
{$attachment_count}
<div>
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>
<div class="author smalltext">{$avatarep_avatar['avatarep']}{$thread['profilelink']}</div>
</div>
</td>
<td align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}</td>
<td align="center" class="{$bgcolor}{$thread_type_class}">{$thread['views']}</td>
{$rating}
<td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: left;">
<table border="0">
<tr>
<td></td>
<td>
<span class="lastpost smalltext">
{$avatarep_lastpost['avatarep']}{$lastpostdate} {$lastposttime}<br />
<a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
</td>
</tr>
</table>
</td>
{$modbit}
</tr>
Już prawie blisko prawa strona już w miarę dobrze leży, z lewej strony chciałbym usunąć Avatar i Nick kto napisał temat bo wystarczy z jednej strony jak jest.
No to usuń:
Kod:
<div class="author smalltext">{$avatarep_avatar['avatarep']}{$thread['profilelink']}</div>
Okej Dzięki wielkie znowu
Reszta może zostać