wersja skryptu MyBB: 1.6.8
adres forum:
na czym polega problem (screen, opis, komunikaty):
Witam, zrobiłem na swoim forum sidebox ręcznym sposobem https://webboard.pl/wiki.php?zwijany-pan...posob.html (bez zwijania), niestety, wyświetlany jest on tylko na stronie głównej, co mam poczynić aby wyświetlał się on na wszystkich podstronach forum?
Oto mój kod indexu:
Proszę o szybką pomoc...
adres forum:
na czym polega problem (screen, opis, komunikaty):
Witam, zrobiłem na swoim forum sidebox ręcznym sposobem https://webboard.pl/wiki.php?zwijany-pan...posob.html (bez zwijania), niestety, wyświetlany jest on tylko na stronie głównej, co mam poczynić aby wyświetlał się on na wszystkich podstronach forum?
Oto mój kod indexu:
<html>
<head>
<title>{$mybb->settings['bbname']}</title>
{$headerinclude}
{$metag}
</head>
<body>
{$header}
<br class="clear" />
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom:20px;">
<tr>
<td class="thead"><strong>
Latest News
</strong></td>
</tr>
<tr>
<td class="trow1">
You can put some news stuff here
</td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom:20px;">
<tr>
<td class="thead"><strong>
Latest News
</strong></td>
</tr>
<tr>
<td class="trow1">
You can put some news stuff here
</td>
</tr>
</table>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="margin-bottom:20px;">
<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="width: 80%;">
{$forums}
</div>
<br class="clear" />
{$boardstats}
<br style="clear: both" />
{$footer}
</body>
</html>
Proszę o szybką pomoc...