wersja skryptu MyBB: 1.6.8
adres forum: www.kopciooo.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Po prawej stronie mam takie 2 okienka "TYTUŁ" i mam taki z nimi problem że one całkiem mi dzielą forum na 2 części, a chciałbym dać na samym końcu tę belkę "Kto jest online" przez całą długość forum, ale nie mogę. Oto kod jak tworzę te okienka:
adres forum: www.kopciooo.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Po prawej stronie mam takie 2 okienka "TYTUŁ" i mam taki z nimi problem że one całkiem mi dzielą forum na 2 części, a chciałbym dać na samym końcu tę belkę "Kto jest online" przez całą długość forum, ale nie mogę. Oto kod jak tworzę te okienka:
</template>
<template name="index" version="1608"><![CDATA[<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 id="forums">
{$header}
<table border="0" width="100%" cellspacing="0" cellpadding="0" align="center">
<tr>
<td valign="top" style="padding-right: 20px" >
{$forums}
{$boardstats}
</td>
<td valign="top" width="250">
<table border="0" cellspacing="0" cellpadding="6" class="tborder">
<tr>
<td class="thead"><strong>TYTUŁ</strong></td>
</tr>
<tr>
<td class="trow1">ZAWARTOŚĆ (tekst, html, JS)</td>
</tr>
</table><br />
<table border="0" cellspacing="0" cellpadding="4" class="tborder">
<tr>
<td class="thead"><strong>TYTUŁ</strong></td>
</tr>
<tr>
<td class="trow1">ZAWARTOŚĆ (tekst, html, JS)</td>
</tr>
</table><br />
</td>
</tr>
</table>
{$footer}
</body>
</html>]]></template>