Panel Boczny

Inne  Założony przez  KopaMaTaKawa.

wersja skryptu MyBB:najnowsza
adres forum:http://www.quatemt2.keed.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

Co trzeba zmienic windexphp , alby dzialyi tematyzaczynalysieod samje gory, a nie od 2 tabelki.

Index :
<html>

<
head>

<
title>{$mybb->settings['bbname']}</title>

{
$headerinclude}

<
script type="text/javascript">

<!--

&
nbsp;&nbsp;&nbsp;&nbsp;lang.no_new_posts "{$lang->no_new_posts}";

&
nbsp;&nbsp;&nbsp;&nbsp;lang.click_mark_read "{$lang->click_mark_read}";

// -->

</script>

<
style type="text/css">

.
buttons {

&
nbsp;&nbsp;&nbsp;&nbsp;backgroundurl(images/arrowright.pngno-repeat;

&
nbsp;&nbsp;&nbsp;&nbsp;width16px;

&
nbsp;&nbsp;&nbsp;&nbsp;height16px;

&
nbsp;&nbsp;&nbsp;&nbsp;displayblock;

&
nbsp;&nbsp;&nbsp;&nbsp;cursorpointer;

}



.
clickedbuttons {

&
nbsp;&nbsp;&nbsp;&nbsp;backgroundurl(images/arrowleft.pngno-repeat;

&
nbsp;&nbsp;&nbsp;&nbsp;width16px;

&
nbsp;&nbsp;&nbsp;&nbsp;height16px;

&
nbsp;&nbsp;&nbsp;&nbsp;displayblock;

&
nbsp;&nbsp;&nbsp;&nbsp;cursorpointer;

}

</
style>

</
head>

<
body>

{
$header}

<
br class="clear" />

<
div class="sidebar" style="float: right;width: 25%;">

<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">



</
strong></td>

</
tr>

<
tr>

<
td class="trow1">

{
$recenttopics}

</
td>

</
tr>

</
table>




</
div>




<
br class="clear" />

<
div class="sidebar" style="float: right;width: 25%;">

<
table border="0" cellspacing="{$theme['borderwidth']}cellpadding="{$theme['tablespace']}class="tborder">



</
strong></td>

</
tr>

<
tr>

<
td class="trow1">

{
$recenttopics}

</
td>

</
tr>

</
table>


</
div>





<
div class="forums" style="float: left;width: 74%;">



{
$forums}

</
div>

<
br class="clear" />

{
$boardstats}



<
dl class="forum_legend smalltext">

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

&
nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->new_posts}</dd>



&
nbsp;&nbsp;&nbsp;&nbsp;<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>

&
nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->no_new_posts}</dd>



&
nbsp;&nbsp;&nbsp;&nbsp;<dt><img src="{$theme['imgdir']}/offlock.gif" 
alt="{$lang->forum_locked}title="{$lang->forum_locked}
style="vertical-align: middle;" /></dt>

&
nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->forum_locked}</dd>

</
dl>

<
br style="clear: both" />

{
$footer}

</
body>

</
html
Spróbuj to :
<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 {

&nbsp;&nbsp;&nbsp;&nbsp;background: url(images/arrowright.png) no-repeat;

&nbsp;&nbsp;&nbsp;&nbsp;width: 16px;

&nbsp;&nbsp;&nbsp;&nbsp;height: 16px;

&nbsp;&nbsp;&nbsp;&nbsp;display: block;

&nbsp;&nbsp;&nbsp;&nbsp;cursor: pointer;

}



.clickedbuttons {

&nbsp;&nbsp;&nbsp;&nbsp;background: url(images/arrowleft.png) no-repeat;

&nbsp;&nbsp;&nbsp;&nbsp;width: 16px;

&nbsp;&nbsp;&nbsp;&nbsp;height: 16px;

&nbsp;&nbsp;&nbsp;&nbsp;display: block;

&nbsp;&nbsp;&nbsp;&nbsp;cursor: pointer;

}

</style>

</head>

<body>

{$header}

<br class="clear" />

<div class="sidebar" style="float: right;width: 25%;">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">



</strong></td>

</tr>

<tr>

<td class="trow1">

{$recenttopics}

</td>

</tr>

</table>




</div>




<br class="clear" />

<div class="sidebar" style="float: right;width: 25%;">

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">



</strong></td>

</tr>

<tr>

<td class="trow1">

{$recenttopics}

</td>

</tr>

</table>


</div>





<div class="forums" style="float: left;width: 74%;">



{$forums}

</div>

<br class="clear" />

{$boardstats}



<dl class="forum_legend smalltext">

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

&nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->new_posts}</dd>



&nbsp;&nbsp;&nbsp;&nbsp;<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>

&nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->no_new_posts}</dd>



&nbsp;&nbsp;&nbsp;&nbsp;<dt><img src="{$theme['imgdir']}/offlock.gif"
alt="{$lang->forum_locked}" title="{$lang->forum_locked}"
style="vertical-align: middle;" /></dt>

&nbsp;&nbsp;&nbsp;&nbsp;<dd>{$lang->forum_locked}</dd>

</dl>

<br style="clear: both" />

{$footer}

</body>

</html>
dalej to samo
A kopiowałeś to na mozilli ? ( Jeśli tak to spróbuj na chromie bo od tego chyba są te &nbsp; )
na chrome tez nic nie daje
Spróbuj to :
<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 {
    background: url(images/arrowright.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}

.clickedbuttons {
    background: url(images/arrowleft.png) no-repeat;
    width: 16px;
    height: 16px;
    display: block;
    cursor: pointer;
}
</style>
</head>
<body>
{$header}
<a class="buttons" style="float: right;"></a>
<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>
Ostatnie Newsy
</strong></td>
</tr>
<tr>
<td class="trow1">
Dodałem menu nawigacyjne u góry forum :>
</td>
</tr>
</table>
</br>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Ostatnie Newsy
</strong></td>
</tr>
<tr>
<td class="trow1">
Dodałem podwieszany pasek logowania.
</td>
</tr>
</table>
</div>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<br class="clear" />
{$changfcb} <br />
{$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>



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

1 gości