24.11.2013, 13:57
wersja skryptu MyBB:1.6.11
adres forum:http://cs-dziobaczek.eu
na czym polega problem (screen, opis, komunikaty):
TEKST HTML JEST Z SZABLONU INDEX
adres forum:http://cs-dziobaczek.eu
na czym polega problem (screen, opis, komunikaty):
Witam mam taki problem otóż nie moge zrobić drugiego panelu kopiowałem to na wiele sposobów i nic,panel boczny jest widoczna po prawej stronie na moim forum (z like boxem)
TEKST HTML JEST Z SZABLONU INDEX
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}{$serversboard}
<div style="width:75%; float:left;">{$forums}</div>
<aside class="main-aside" style="width:24%; float:right;">
<header class="thead"><b>Facebook</b></header>
<div class="panel 1" style="padding: 0 10px 10px 10px; background: #3c312b;">
<div class="trow1" style="text-align:center;"><br/>
<!--FACEBOOK-->
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/pl_PL/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" data-href="https://www.facebook.com/pages/Cs-Dziobaczekeu/148577418656810?fref=ts" data-width="200" data-colorscheme="dark" data-show-faces="true" data-header="true" data-stream="false" data-show-border="true"></div>
<!--END FACEBOOK-->
</div>
</div>
</aside>
{$boardstats}
<dl class="forum_legend smalltext">
<dt><img src="{$theme['imgdir']}/on.png" 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.png" 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.png" 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>