Rozszerzenie belki - thead

Założony przez  Nerox.

wersja skryptu MyBB: najnowsza
adres forum: MultiSkill.pl
na czym polega problem (screen, opis, komunikaty): chciałem rozszerzyć forum. Zmieniłem wartość container w pliku global.css, forum się rozszerzyło, lecz belka na forum nie (nie dziwię się) i mam puste pole. Chciałbym rozszerzyć belkę, tyle, że nie wiem jak.

[Obrazek: zdgNe6R.png]
Snake_ napisał 28.06.2014, 16:15:
Przenoszę [Obrazek: modnotice_howto.png]
pokaz zablon index (trona glowna)
<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 {
    width: 33px;
    height: 33px;
    background: url(images/Gameshark/colapsado.png) no-repeat;
    display: block;
    cursor: pointer;
}

.clickedbuttons {
    width: 33px;
    height: 33px;
    background: url(images/Gameshark/expandido.png) no-repeat;
    display: block;
    cursor: pointer;
}
</style>

</head>
<body id="forum">
{$header}

<div class="sidebar" style="float: right; width: 280px;">

<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
jQuery(".lateststats").load("{$mybb->settings['bburl']}/portal.php .lateststats");
}); </script>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.gif" id="ths_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Sidebox</strong>
</td>
</tr>
<tr>
<td class="trow1" style="{$collapsed['ths_e']}" id="ths_e">

Content

</td>
</tr>
</table>

</div>

<div class="forums" style="float: left; width: 724px;">
{$forums}
</div>
<br class="clear" /><br />
{$boardstats}
{$footer}
</body>
</html>
<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 {
    width: 33px;
    height: 33px;
    background: url(images/Gameshark/colapsado.png) no-repeat;
    display: block;
    cursor: pointer;
}

.clickedbuttons {
    width: 33px;
    height: 33px;
    background: url(images/Gameshark/expandido.png) no-repeat;
    display: block;
    cursor: pointer;
}
</style>

</head>
<body id="forum">
{$header}

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

<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
jQuery(".lateststats").load("{$mybb->settings['bburl']}/portal.php .lateststats");
}); </script>

<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead2">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.gif" id="ths_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Sidebox</strong>
</td>
</tr>
<tr>
<td class="trow1" style="{$collapsed['ths_e']}" id="ths_e">

Content

</td>
</tr>
</table>

</div>

<div class="forums" style="float: left; width: 78%;">
{$forums}
</div>
<br class="clear" /><br />
{$boardstats}
{$footer}
</body>
</html>



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

1 gości