Przesunięcie forum na lewą stronę i ...

Założony przez  Regman.

wersja skryptu MyBB: -
adres forum: gramtu.xaa.pl
na czym polega problem (screen, opis, komunikaty):
chcę przesunąć całe forum na lewą stronę a panel boczny w stronę prawą. tak jak jest pokazane na ss niżej. (chcę aby po bokach było też troche luzu.)

[Obrazek: sgyn.png]
Sepowaty napisał 20.06.2013, 15:07:
Przenoszę do odpowiedniego działu dotyczący styli.
Wgraj ten plugin: https://webboard.pl/thread-42250.html

I zamień swój index na ten:
<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: 25%;">
{$topstats_last_threads}
{$topstats_mostviews_threads}
{$topstats_posters}
{$topstats_reputation}
{$topstats_online}
</div>

<div class="forums" style="float: left;width: 74%;">
{$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>
Zamieniłem index ale jak próbuje zainstalować plugin to wyskakuje taki błąd :
[Obrazek: emfy.png]



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

1 gości