Webboard

Pełna wersja: Zwijany panel nie działa
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.6.13
adres forum: csstrzelanka.cba.pl
na czym polega problem (screen, opis, komunikaty): Witam, otóż chciałem zrobić zwijany panel i wgrać TopStats, zrobiłem wszystko jak jest tutaj: https://webboard.pl/wiki.php?zwijany-pan...posob.html ale nic nie ma nadal.
Ja tam nawet panelu bocznego nigdzie nie widzę, by cokolwiek stwierdzić.
Zrobiłem wszystko tak jak jest w linku w.w.
Pokaż cały szablon index (strona główna).
Kod PHP:
<html>
<
style type="text/css">
.
buttons {
    
backgroundurl(images/arrowright.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}

.
clickedbuttons {
    
backgroundurl(images/arrowleft.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}
</
style>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
    
lang.no_new_posts "{$lang->no_new_posts}";
    
lang.click_mark_read "{$lang->click_mark_read}";
// -->
</script>

<
style type="text/css">
.
buttons {
    
backgroundurl(images/arrowright.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}

.
clickedbuttons {
    
backgroundurl(images/arrowleft.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}
</
style>
<
head>
<
body>
<
class="buttons" style="float: right;"></a>
<
class="clickedbuttons" style="float: right;"></a>
<
br class="clear" />
</
div>
</
td>
</
tr>
</
table>
</
div>
<
div class="forums" style="float: left;width: 80%;">
{
$forums}
<
div class="sidebar" style="float: right;width: 19%;">
{
$topStats['LastThreads']}
{
$topStats['Posters']}
{
$topStats['Reputation']}
{
$topStats['Timeonline']}
</
div>
<
class="buttons" style="float: right;"></a>
<
class="clickedbuttons" style="float: right;"></a>
<
br class="clear" />
<
div class="sidebar" style="float: right;width: 19%;">
<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">
<
tr>
<
td class="thead"><strong>
Latest News
</strong></td>
{
$header}

</
tr>
<
tr>
<
td class="trow1">
You can put some news stuff here
</td>
</
tr>
</
table>
</
div>
<
div class="forums" style="float: left;width: 80%;">
{
$forums}
</
div>
<
br class="clear" />


{
$boardstats}

<
dl class="forum_legend smalltext">
    <
dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}title="{$lang->new_posts}style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <
dd>{$lang->new_posts}</dd>

    <
dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}title="{$lang->no_new_posts}style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <
dd>{$lang->no_new_posts}</dd>

    <
dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}title="{$lang->forum_locked}style="vertical-align: middle;" /></dt>
    <
dd>{$lang->forum_locked}</dd>
</
dl>
<
br style="clear: both" />
{
$footer}
</
body>
</
html
Kod PHP:
<html>
<
head>
<
title>{$mybb->settings['bbname']}</title>
{
$headerinclude}
<
script type="text/javascript">
<!--
    
lang.no_new_posts "{$lang->no_new_posts}";
    
lang.click_mark_read "{$lang->click_mark_read}";
// -->
</script>
<
style type="text/css">
.
buttons {
    
backgroundurl(images/arrowright.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}

.
clickedbuttons {
    
backgroundurl(images/arrowleft.pngno-repeat;
    
width16px;
    
height16px;
    
displayblock;
    
cursorpointer;
}
</
style>
</
head>
<
body>
{
$header}
<
class="buttons" style="float: right;"></a>
<
class="clickedbuttons" style="float: right;"></a>
<
br class="clear" />
<
div class="sidebar" style="float: right;width: 19%;">
{
$topStats['LastThreads']}
{
$topStats['Posters']}
{
$topStats['Reputation']}
{
$topStats['Timeonline']}
</
div>
<
div class="forums" style="float: left;width: 80%;">
{
$forums}
</
div>
<
br class="clear" />
{
$boardstats}

<
dl class="forum_legend smalltext">
    <
dt><img src="{$theme['imgdir']}/on.gif" alt="{$lang->new_posts}title="{$lang->new_posts}style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <
dd>{$lang->new_posts}</dd>

    <
dt><img src="{$theme['imgdir']}/off.gif" alt="{$lang->no_new_posts}title="{$lang->no_new_posts}style="vertical-align: middle; padding-bottom: 4px;" /></dt>
    <
dd>{$lang->no_new_posts}</dd>

    <
dt><img src="{$theme['imgdir']}/offlock.gif" alt="{$lang->forum_locked}title="{$lang->forum_locked}style="vertical-align: middle;" /></dt>
    <
dd>{$lang->forum_locked}</dd>
</
dl>
<
br style="clear: both" />
{
$footer}
</
body>
</
html
Nadal to samo :(
To powinno nawet bez skryptów działać...

Na pewno do dobrego indexu wrzucasz? prawidłowa paczka?
Do dobrego indexu wrzucam
No nie koniecznie, bo ja tego nie widzę.
No to powiedzcie, gdzie to mam dać bo sam się już pogubiłem.
Do acp → Style i szablony → Szablony → Twój szablon → Strona główna → Index.
No to cały czas tam daję.
Całą zawartość podmieniasz? Spróbuj inną przeglądarką.
Tak całą zawartość

ok temat do zamknięcie zainstalowałe nową skórke i wszystko gra ;)