Webboard

Pełna wersja: Nazwa tematu przenosi się do nowe linijki, jak ustawić ciągłą?
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
Wersja skryptu MyBB: 1.6.12
Adres forum: testmybb.ct8.pl
Szablon: Splat v0.9
Problem: Mianowicie mam taki problem że nazwa tematu leci w dół a chciał bym aby nazwa szła na bok.
Pokaż szablon forumdisplay_thread
w forumdisplay_thread mam to:

Kod:
<tr>
     <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%"><img src="{$theme['imgdir']}/{$folder}.png" alt="{$folder_label}" title="{$folder_label}" /></td>
     <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%">{$icon}</td>
     <td class="{$bgcolor}{$thread_type_class}" width="20%">
         {$attachment_count}
         <div>
           <span><div class="{$folder}">{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</div></span>
             <div class="author smalltext">Napisany przez: {$thread['profilelink']} </div>
         </div>
     </td>
     <td align="right" class="{$bgcolor}{$thread_type_class}" width="15%"></td>
     <td align="right" class="{$bgcolor}{$thread_type_class}" width="40%">{$thread['views']} wyświetleń<br />{$thread['replies']} odpowiedzi{$unapproved_posts}</td>

     <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
         <span class="lastpost smalltext">{$thread['lastposteravatar']}{$lastpostdate} {$lastposttime}<br />
         <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
     </td>
{$modbit}
</tr>
To zamień na to:
Kod PHP:
<tr>
     <
td align="center" class="{$bgcolor}{$thread_type_class}width="2%"><img src="{$theme['imgdir']}/{$folder}.png" alt="{$folder_label}title="{$folder_label}/></td>
     <
td align="center" class="{$bgcolor}{$thread_type_class}width="2%">{$icon}</td>
     <
td class="{$bgcolor}{$thread_type_class}width="70%">
         {
$attachment_count}
         <
div>
           <
span><div class="{$folder}">{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}class="{$inline_edit_class} {$new_class}id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</div></span
             <
div class="author smalltext">Napisany przez: {$thread['profilelink']} </div>
         </
div>
     </
td>
     <
td align="right" class="{$bgcolor}{$thread_type_class}width="15%"></td>
     <
td align="right" class="{$bgcolor}{$thread_type_class}width="1%">{$thread['views']} wyświetleń<br />{$thread['replies']} odpowiedzi{$unapproved_posts}</td>

     <
td class="{$bgcolor}{$thread_type_class}style="white-space: nowrap; text-align: right;">
         <
span class="lastpost smalltext">{$thread['lastposteravatar']}{$lastpostdate} {$lastposttime}<br />
         <
a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
     </
td>
{
$modbit}
</
tr
Działa teraz lecz teraz stało się to ze nie widać ilości wyświetleń tematu oraz odpowiedzi, ss w załączniku.
To zmniejsz w kodzie 70% na 65, 60 ?
I elegancko wszystko ładnie działa leci + do reputacji :lol:

( Dałem 65% )
Pamiętaj, że na różnych rozdzielczościach będzie to różnie wyglądać, bo szerokość jest w procentach.