02.04.2016, 22:34
wersja skryptu MyBB: 1.8.7
adres forum: http://polscy-youtuberzy.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Otrzymałem taki kod z gameflow.pl na banner reklamowy 250x250 || Mój styl to Flatty.
Chciałbym wstawić to na moje forum w sidebarze pod tabelką "Top 5 czasu online"
[attachment=10263]
Mój index:
adres forum: http://polscy-youtuberzy.pl
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu):
Otrzymałem taki kod z gameflow.pl na banner reklamowy 250x250 || Mój styl to Flatty.
Kod:
<script type="text/javascript">
var kreacja = 614;
document.write("<scr"+"ipt type='text/javascript' src='https://ad.gameflow.pl/strefa/5732/?kreacja="+kreacja+"'></scr"+"ipt>");
</script>
Chciałbym wstawić to na moje forum w sidebarze pod tabelką "Top 5 czasu online"
[attachment=10263]
Mój index:
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}
<div class="sidebar" style="float: right; width: 22%; margin-top: 18px;">
{$topStats['LastThreads']}
{$topStats['Posters']}
{$topStats['TimeOnline']}
</div>
<div class="forums" style="float: left; width: 76%;">
{$dvz_shoutbox}
{$forums}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead_2">
<strong>Kto jest online</strong>
<div class="float_right" style="padding-top: 3px;"></div>
</td>
</tr>
<tr>
<td class="trow1">
{$whosonline}
{$wwot}
{$online_today}
{$viewgroups}
</td>
</tr>
</table>
<br />
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead_2">
<strong>Statystyki forum</strong>
<div class="float_right" style="padding-top: 3px;"><i class="fa fa-line-chart"></i></div>
</td>
</tr>
<tr>
<td class="trow1">
{$forumstats}
</td>
</tr>
</table>
</div>
<br class="clear" />
{$footer}
</body>