Dodanie bocznego panelu na stronie głównej

Założony przez  kulu.

wersja skryptu MyBB:1.6.1
adres forum:
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):

witam :) chcialbym zmienic wielkosc tabel tak jak na rysynku [Obrazek: przechwytywaniea.png]

pozdrawiam :)
Kamar napisał 05.03.2011, 18:19:
Poprawiam tytuł...
ACP -> style i szablony -> twój styl -> global.css -> Szerokość (width) wpisz tu, jaką chcesz szerokość forum.


Pozdrawiam!
ja nie chce zmieniac wielkosci forum tylko te tabele chce zmniejszyc tak zeby w pozniejszym czasie dodac panel boczny :)
ok juz sobie poradzilem z tym :) nastepna rzecza jak bym chcial zrobic to panel taki jak widac na obrazku [Obrazek: 57910717.png]
i w miejscu gdzie ta czerwona linia ;)
pozdrawiam
pomoze ktos z tym panelem :)
https://webboard.pl/zwijany-panel-jak-w-ipb-czy-vb
jak podmienie pliki tak jak na wiki bede mogl wgrac do niej ta wtyczke Facebooka ;)
Dobra, zrobiłem sobie taki panel boczny, ale jak teraz mogę dodać kolejne okienka?
najlepiej w index dać to : gdyż jest łatwiejsze do edycji.
<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>
Latest News
</strong></td>
</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>

Oryginał: http://community.mybb.com/thread-73062.html

a dodanie nowej tabelki =

Pod
</td>
</tr>
</table>
</div>
dodajesz
<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>
</tr>
<tr>
<td class="trow1">
You can put some news stuff here
</td>
</tr>
</table>
</div>
jeśli nie będzie działać to pisz :P
jest ok ale jak wstawiam 2 tabelke pokazuje ja z boku a nie pod ta pierwsza ;)
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead"><strong>
Latest News
</strong></td>
</tr>
<tr>
<td class="trow1">
You can put some news stuff here
</td>
</tr>
</table>
daj to przed zakończeniem </div> pierwszej tabelki ;]
Heh, głupie pytanie, ale jak opuścić tabelkę o linijkę w dół?
(09.03.2011, 16:18)bexio napisał(a): Heh, głupie pytanie, ale jak opuścić tabelkę o linijkę w dół?

<br />

:P

Pozdrawiam!
Prosiłbym jeszcze o osobny kod do wyszukiwarki :)
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" width="240">
<tr>
<td class="thead">
<strong>Search</strong>
</td>
</tr>
<tr>
<td class="trow1">
<form method="post"
action="{$mybb->settings['bburl']}/search.php">

<input type="hidden" name="action" value="do_search" />

<input type="hidden" name="postthread" value="1" />

<input type="hidden" name="forums" value="all" />

<input type="hidden" name="showresults" value="threads" />

<input type="text" class="textbox" name="keywords" value="" />

<!-- start: gobutton -->

<input type="submit" class="button" value="Go" />

<!-- end: gobutton -->

</form>
</td>
</tr>
</table>
bardzo przydatna rzecz :) a mozna zrobic za razem po lewej stronie bo instalowalem sideboxa i mi sie to rozwiazanie nie podoba :)
Pozdrawiam ;)



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

1 gości