Webboard

Pełna wersja: Łamanie nazwy wątku
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.8.3
adres forum: obojetni.xaa.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): W działach za bardzo mi "łamie" nazwy wątków. (Mam styl MyTrade).

[Obrazek: j6mQBDK.png]
U mnie wyświetla się prawidłowo:
[Obrazek: 54cc94dab90bd.png]
Ewentualnie spróbuj poszerzyć tą kolumnę w forumdisplay_thread (widok działu).
Już wiem w czym problem. Pod nazwą działu (w tym przypadku "Aplikacje na zarządce") znajduje się pasek. Pomiędzy "Temat / Autor" a "Ocena" znajduje się jeszcze "Liczba stron" ale jest ukryta (dlatego tekst się łamie bo nie ma wystarczająco dużo miejsca). Czy dałoby się usunąć tą liczbę stron? (Przypominam, że jest tylko ukryta, ale jest).
W szablonie forumdisplay_thread odszukaj {$thread['multipage']} i usuń.
Jak usunę
Kod:
    <td align="left" class="{$bgcolor}{$thread_type_class}">{$thread['multipage']}</td>

to jest okej i już się nie łamie, ale znowu rozłazi się cała reszta.
[Obrazek: bwgkixd.png]
Wystarczy, że usuniesz samą zmienną: {$thread['multipage']} i w przed ostatnim <td> użyjesz colspan="2".
Znów lata gdzie popadnie.
Dla pewności moje forumdisplay_thread:
Kod:
<tr class="inline_row">
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="1%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="1%">{$icon}</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></span>
          <div class="smalltext">Autor: {$lang->xstyled_startedby} {$thread['profilelink']}</div>
        </div>
    </td>
    <td align="left" class="{$bgcolor}{$thread_type_class}"></td>
      {$rating}
    <td align="right" class="{$bgcolor}{$thread_type_class} smalltext" style="white-space: nowrap; padding-right: 20px; width: 70px;">
      Odpowiedzi: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}<br />
      Wyświetlenia: {$thread['views']}</td>
    <td class="{$bgcolor}{$thread_type_class}" style="width: 200px; text-align: left;">
        <span class="lastpost smalltext">{$lastposterlink} <span class="effect2"><a href="{$thread['lastpostlink']}" title="{$lang->xstyled_golastpost}"><i style="font-size: 14px;" class="fa fa-chevron-circle-right fa-fw"></i></a></span><br />
        {$lastpostdate}</span>
    </td>
{$modbit}
</tr>
Sprawdź:
Kod PHP:
<tr class="inline_row">
    <
td align="center" class="{$bgcolor}{$thread_type_class}width="1%"><span class="thread_status {$folder}title="{$folder_label}">&nbsp;</span></td>
    <
td align="center" class="{$bgcolor}{$thread_type_class}width="1%">{$icon}</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></span>
          <
div class="smalltext">Autor: {$lang->xstyled_startedby} {$thread['profilelink']}</div>
        </
div>
    </
td>
        <
td colspan="2" align="left" class="{$bgcolor}{$thread_type_class}"></td>
    <
td align="left" class="{$bgcolor}{$thread_type_class}"></td>
      {
$rating}
    <
td align="right" class="{$bgcolor}{$thread_type_class} smalltext" style="white-space: nowrap; padding-right: 20px; width: 70px;">
      
Odpowiedzi: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}<br />
      
Wyświetlenia: {$thread['views']}</td>
    <
td class="{$bgcolor}{$thread_type_class}style="width: 200px; text-align: left;">
        <
span class="lastpost smalltext">{$lastposterlink} <span class="effect2"><a href="{$thread['lastpostlink']}title="{$lang->xstyled_golastpost}"><i style="font-size: 14px;" class="fa fa-chevron-circle-right fa-fw"></i></a></span><br />
        {
$lastpostdate}</span>
    </
td>
{
$modbit}
</
tr
Teraz na bok bardziej poszło.
A tak?
Kod:
<tr class="inline_row">
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="1%"><span class="thread_status {$folder}" title="{$folder_label}">&nbsp;</span></td>
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="1%">{$icon}</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></span>
          <div class="smalltext">Autor: {$lang->xstyled_startedby} {$thread['profilelink']}</div>
        </div>
    </td>
        <td align="left" class="{$bgcolor}{$thread_type_class}">&nbsp;</td>
    <td align="left" class="{$bgcolor}{$thread_type_class}"></td>
      {$rating}
    <td align="right" class="{$bgcolor}{$thread_type_class} smalltext" style="white-space: nowrap; padding-right: 20px; width: 70px;">
      Odpowiedzi: <a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}<br />
      Wyświetlenia: {$thread['views']}</td>
    <td class="{$bgcolor}{$thread_type_class}" style="width: 200px; text-align: left;">
        <span class="lastpost smalltext">{$lastposterlink} <span class="effect2"><a href="{$thread['lastpostlink']}" title="{$lang->xstyled_golastpost}"><i style="font-size: 14px;" class="fa fa-chevron-circle-right fa-fw"></i></a></span><br />
        {$lastpostdate}</span>
    </td>
{$modbit}
</tr>
Lepiej ale dalej trochę za bardzo przesunięte (i tekst się jeszcze bardziej zaczął łamać)
Czyżby teraz wyświetlało się dobrze, czy jest to na Twoim kodzie?
Teraz jest na moim kodzie. :/
Spróbuj do <td> z nazwą działu dopisać width="40%".