Paradisex95
- Początkujący
- 7 1 0 0
wersja skryptu MyBB: Nie pamiętam
adres forum: www.mielno24.ugu.pl
na czym polega problem (screen, opis, komunikaty): Chciałbym dodać panel boczny, ale jest problem albo daję mi go u góry forum lub na dole. Dodaję wpis w szablonie index.
Korzystam z tego: https://webboard.pl/thread-42250.html
Mój index:
adres forum: www.mielno24.ugu.pl
na czym polega problem (screen, opis, komunikaty): Chciałbym dodać panel boczny, ale jest problem albo daję mi go u góry forum lub na dole. Dodaję wpis w szablonie index.
Korzystam z tego: https://webboard.pl/thread-42250.html
Mój index:
<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>
{$header}
{$forums}
{$boardstats}
<br style="clear: both" />
{$footer}
</body>
</html>