Zmiana w kodowaniu wyglądu działu

Założony przez  Illuminati.

wersja skryptu MyBB:1.6.10
adres forum:http://forum.craftujemy.xaa.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Chodzi o to, że chce zmienić wygląd forum działu (nazwa kategorii + dział) na taki jak w IPB.. No i dodając tagi w szablonach forumbi_depth1_cat oraz forumbit_depth2_forum po odświeżeniu strony znajdują się one po za tabelką odpowiadającą za kategorię + dział.. Wie ktoś jak poprawnie to zrobić?
Nie działa..
Ogólnie trzeba jakoś przebudować threadlist
<div class="float_left">
    {$multipage}
</div>
<div class="float_right">
    {$newthread}
</div>
<div id="category">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">    
        <tr>
        <td class="thead" colspan="{$colspan}">
            <div>
                {$foruminfo['name']}
            </div>
        </td>
    </tr>
    {$selectall}
    {$announcementlist}
    {$threads}
</table>
</div>
<div class="float_left">
    {$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">
    {$newthread}
</div>
<br style="clear: both;" />
<br />

<div class="float_right" style="text-align: right;">
    {$inlinemod}
</div>
<br style="clear: both" />
{$inline_edit_js}
Oraz Thread:
<tr>
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%;"><img src="{$theme['imgdir']}/{$folder}.gif" 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}" style="width:600px">
        {$attachment_count}
        <div>
            <span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
            <div class="author smalltext">{$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}<br />
    {$thread['views']}</td>
    {$rating}
    <td class="{$bgcolor}{$thread_type_class}" style="white-space: nowrap; text-align: right;">
        <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
        <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
    </td>
{$modbit}
</tr>
Ale nie wyświetla czy co? bo ogólnie wiesz że musisz to co ci podałem wypełnić kodem
No kod jest wyświetlany ale elementy zawarte w nim (css) już nie działa..
Bo z tego co widzę to nie masz zawartości, więc nie może Tobie nic wyświetlić
Bo za każdym razem jak nie działa to usuwam aby mieć oryginalną zawartość i wiedzieć co zrobiłem źle a co dobrze..
To zapisz sobie w osobnym dokumencie do jakiegoś folderu, ten kod co ci dałem musi być dobry bo patrzyłem jeszcze, wystarczy go wypełnić
Jeszcze raz wziąłem Twój kod, nie co inaczej, ale i tak nie jest to pożądany efekt jak na stronie głównej.. Jedynie to wychodzi takie coś:
[Obrazek: 93613960854355319575.png]

thread:
<tr>
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="2%; padding:10px 0 0 0; width:24px; text-align:center; vertical-align:top" style="padding:10px 0 0 0; width:24px; text-align:center; vertical-align:top"><img src="{$theme['imgdir']}/{$folder}.gif" alt="{$folder_label}" title="{$folder_label}" /></td>
    <td align="center" class="{$bgcolor}{$thread_type_class}" width="80%">{$icon}</td>
    <td class="{$bgcolor}{$thread_type_class}" style="width:600px">
        {$attachment_count}
        <div>
            <span>{$prefix} {$gotounread}{$thread['threadprefix']}<a href="{$thread['threadlink']}" class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}">{$thread['subject']}</a>{$thread['multipage']}</span>
            <div class="author smalltext">{$thread['profilelink']}</div>
        </div>
    </td>
    <td style="width:100px;" align="center" class="{$bgcolor}{$thread_type_class}"><a href="javascript:MyBB.whoPosted({$thread['tid']});">{$thread['replies']}</a>{$unapproved_posts}<br />
    {$thread['views']}</td>
    {$rating}
    <td class="{$bgcolor}{$thread_type_class}" style="width:230px; white-space: nowrap; text-align: right;">
        <span class="lastpost smalltext">{$lastpostdate} {$lastposttime}<br />
        <a href="{$thread['lastpostlink']}">{$lang->lastpost}</a>: {$lastposterlink}</span>
    </td>
{$modbit}
</tr>
threadlist:
<div class="float_left">
    {$multipage}
</div>
<div class="float_right">
    {$newthread}
</div>
<div id="category">
<div style="background:#ebf0f3;padding:9px">
<div style="background:#fff;border:#dbe4ef 1px solid">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">    
        <tr>
        <td class="thead" colspan="{$colspan}">
            <div>
                {$foruminfo['name']}
            </div>
        </td>
    </tr>
    {$selectall}
    {$announcementlist}
    {$threads}
</table>
</div>
</div>
</div>
<div class="float_left">
    {$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">
    {$newthread}
</div>
<br style="clear: both;" />
<br />

<div class="float_right" style="text-align: right;">
    {$inlinemod}
</div>
<br style="clear: both" />
{$inline_edit_js}

Mogłem coś sknocić..
No sknociłeś
<div class="float_left">
    {$multipage}
</div>
<div class="float_right">
    {$newthread}
</div>
<div id="category">
  <td class="thead" colspan="{$colspan}">
    <div>
      {$foruminfo['name']}
    </div>
  </td>
<div style="background:#ebf0f3;padding:9px">
<div style="background:#fff;border:#dbe4ef 1px solid">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="clear: both;">    
      
    {$selectall}
    {$announcementlist}
    {$threads}
</table>
</div>
</div>
</div>
<div class="float_left">
    {$multipage}
</div>
<div class="float_right" style="margin-top: 4px;">
    {$newthread}
</div>
<br style="clear: both;" />
<br />

<div class="float_right" style="text-align: right;">
    {$inlinemod}
</div>
<br style="clear: both" />
{$inline_edit_js}
No niestety nie..
Jeszcze gorzej wyglądało...
Dobra. Dajmy na razie spokój z tym.. Jak zbiorę więcej informacji to wtedy do tego powrócę.



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

1 gości