wersja skryptu MyBB: 1.8.5
adres forum: domino.ugu.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): Jak dodać dodatek team online do bocznej tabelki bo mi wychodzi tylko tak jak jest na stronie
oj, podsdtawy html, pokaż szablon index
Kod:
1
<html>
2
<head>
3
<title>{$mybb->settings['bbname']}</title>
4
{$headerinclude}
5
<script type="text/javascript">
6
<!--
7
lang.no_new_posts = "{$lang->no_new_posts}";
8
lang.click_mark_read = "{$lang->click_mark_read}";
9
// -->
10
</script>
11
</head>
12
<body>
13
{$header}
14
{$dvz_shoutbox}
15
<a class="buttons" style="float: right;"><i class="fa fa-angle-right"></i></a>
16
<a class="clickedbuttons" style="float: right;"><i class="fa fa-angle-left"></i></a>
17
<div class="forums" style="float: left;width: 80%;">
18
{$forums}
19
</div>
20
<div class="sidebar" style="float: right;width: 19%;">
21
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
22
<tr>
23
<td class="thead_sidebox" colspan="2">
24
25
Tutaj wpisz tytuł
26
27
</td>
28
</tr>
29
<tr>
30
<td class="trow2">
31
32
Tutaj wpisz treść
33
34
</td>
35
</tr>
36
</table>
37
</div>
38
39
{$teamonline}
40
41
<br class="clear" />
42
{$boardstats}
43
<!--
44
<dl class="forum_legend smalltext">
45
<dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
46
<dd>{$lang->new_posts}</dd>
47
48
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
49
<dd>{$lang->no_new_posts}</dd>
50
51
<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
52
<dd>{$lang->forum_locked}</dd>
53
54
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
55
<dd>{$lang->forum_redirect}</dd>
56
</dl>
57
-->
58
{$footer}
59
</body>
60
</html>
Nie dało się bez numerków
nie chce mi się, a raczej nie mam czas na usuwanie numeru lini, skopiuj to normalnie
spróbuj skopiować do notepada i daj nam tutaj
Z dobrego serca usunąłem te numery wierszy za niego
Kod:
<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}
{$dvz_shoutbox}
<a class="buttons" style="float: right;"><i class="fa fa-angle-right"></i></a>
<a class="clickedbuttons" style="float: right;"><i class="fa fa-angle-left"></i></a>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Tutaj wpisz tytuł
</td>
</tr>
<tr>
<td class="trow2">
Tutaj wpisz treść
</td>
</tr>
</table>
</div>
{$teamonline}
<br class="clear" />
{$boardstats}
<!--
<dl class="forum_legend smalltext">
<dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
<dd>{$lang->new_posts}</dd>
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
<dd>{$lang->forum_locked}</dd>
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
<dd>{$lang->forum_redirect}</dd>
</dl>
-->
{$footer}
</body>
</html>
Kod:
<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}
{$dvz_shoutbox}
<a class="buttons" style="float: right;"><i class="fa fa-angle-right"></i></a>
<a class="clickedbuttons" style="float: right;"><i class="fa fa-angle-left"></i></a>
<div class="forums" style="float: left;width: 80%;">
{$forums}
</div>
<div class="sidebar" style="float: right;width: 19%;">
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder border_table" style="clear: both;">
<tr>
<td class="thead_sidebox" colspan="2">
Tutaj wpisz tytuł
</td>
</tr>
<tr>
<td class="trow2">
Tutaj wpisz treść
</td>
</tr>
</table>
<br />
{$teamonline}
</div>
<br class="clear" />
{$boardstats}
<!--
<dl class="forum_legend smalltext">
<dt><span class="forum_status forum_on" title="{$lang->new_posts}"></span></dt>
<dd>{$lang->new_posts}</dd>
<dt><span class="forum_status forum_off" title="{$lang->no_new_posts}"></span></dt>
<dd>{$lang->no_new_posts}</dd>
<dt><span class="forum_status forum_offlock" title="{$lang->forum_locked}"></span></dt>
<dd>{$lang->forum_locked}</dd>
<dt><span class="forum_status forum_offlink" title="{$lang->forum_redirect}"></span></dt>
<dd>{$lang->forum_redirect}</dd>
</dl>
-->
{$footer}
</body>
</html>