Webboard

Pełna wersja: Boczny panel na środku
Aktualnie przeglądasz uproszczoną wersję forum. Kliknij tutaj, by zobaczyć wersję z pełnym formatowaniem.
wersja skryptu MyBB: 1.8
adres forum: http://sgforum.pl/
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):  Mam problem, wgrałem boczny panel ale jest na środku forum, a chce na boku, a mi to nie wychodzi.

Aktualny index.php

Pomoccyyy

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>
</
head>
<
body>


{
$header}


{
$topStats['LastThreads']}
{
$topStats['MostViews']}
{
$topStats['Posters']}
{
$topStats['Reputation']}
{
$topStats['Timeonline']}
{
$topStats['NewestUsers']}

{
$forums}



<
dl class="forum_legend smalltext">
    <
dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
    <
dd>{$lang->new_posts}</dd>

    <
dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
    <
dd>{$lang->no_new_posts}</dd>

    <
dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
    <
dd>{$lang->forum_locked}</dd>

    <
dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
    <
dd>{$lang->forum_redirect}</dd>
</
dl>

{
$footer}
</
body>
</
html
Albo otwórz forum, albo daj konto testowe ;)

Dobra, już po samym kodzie widzę w czym problem.
Podmień swój kod na to:

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>
</
head>
<
body>


{
$header}
<
div>
<
div style="width: 79%; float: left;>{$forums}</div>
<div style="
width20%; floatright;>
{
$topStats['LastThreads']}
{
$topStats['MostViews']}
{
$topStats['Posters']}
{
$topStats['Reputation']}
{
$topStats['Timeonline']}
{
$topStats['NewestUsers']}
</
div></div>




<
dl class="forum_legend smalltext">
 
   <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
 
   <dd>{$lang->new_posts}</dd>

 
   <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
 
   <dd>{$lang->no_new_posts}</dd>

 
   <dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
 
   <dd>{$lang->forum_locked}</dd>

 
   <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
 
   <dd>{$lang->forum_redirect}</dd>
</
dl>

{
$footer}
</
body>
</
html
Już lepiej ale dalej cos nie tak

[Obrazek: aONR6kW.png]
Otwórz forum bo muszę na to popatrzeć, albo zrób konto testowe
Już, otworzyłem
chcesz pomocy dodaj stopke
Stopki chwilowo nie ma bo usunąłem niechcący połowe kodu.Wgram nowy styl i dodam.
Prosze o szybka pomoc
"wgraj nowy, dodaj"
wtedy pomożemy
Już :)
zobacz tak

Kod:
<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>
</head>
<body>


{$header}
<div class="forums" style="width: 79%; float: left;>{$forums}</div>
<div class="sidebox"  style="width: 20%; float: right;>
{$topStats['LastThreads']}
{$topStats['MostViews']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['Timeonline']}
{$topStats['NewestUsers']}
</div>




<dl class="forum_legend smalltext">
    <dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
    <dd>{$lang->new_posts}</dd>

    <dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
    <dd>{$lang->no_new_posts}</dd>

    <dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
    <dd>{$lang->forum_locked}</dd>

    <dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
    <dd>{$lang->forum_redirect}</dd>
</dl>

{$footer}
</body>
</html>
Dalej to samo :(

Nikt nic?

Halllooo :(