Panel Boczny - jak go zrobić?

Założony przez  MasterRoy.

wersja skryptu MyBB: 1.8.3
adres forum: http://pss-samp.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):. Witam! mam taki problem a w zasadzie pytanie jak moge dodać zwykły panel boczny w którym będę mógł dodać tabele typu Kontakt, administracja itp.
Wejdź w ACP ---> Style i Szablony --> Szablony --> Twój Styl --> Strona Główna --> szablon "index"

Znajdź:

{$forums}
{$boardstats}

Zamień na:

<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
    <tr>
        <td valign="top" style="padding-right: 20px" >
            {$forums}
            {$boardstats}
        </td>
        <td valign="top" width="170">
            <table border="0" cellspacing="0" cellpadding="4" class="tborder">
                <tr>
                    <td class="thead"><strong>Tytuł Panelu</strong></td>
                </tr>
                <tr>
                    <td class="trow1">Zawartość</td>
                </tr>
            </table><br />
        </td>
    </tr>
</table>

Aby dodać nową tabelkę dodajesz:

<table border="0" cellspacing="0" cellpadding="4" class="tborder">
                <tr>
                    <td class="thead"><strong>Tytuł Panelu</strong></td>
                </tr>
                <tr>
                    <td class="trow1">Zawartość</td>
                </tr>
</table><br />

Za:

</table><br />
Pomogłem?
Kliknij "Pomógł"
To nic nie kosztuje a dużo dla mnie znaczy.



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

1 gości