29.09.2014, 15:29
wersja skryptu MyBB: 1.8.0
adres forum: truparnia.eu/forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): A więc chciałbym kod na mybb z przewijanymi bannerami w lewą stronę. Chciałbym umieścić je miedzi tabelą serwerów a shoutboxem
index
adres forum: truparnia.eu/forum
na czym polega problem (screen, opis, komunikaty, nazwa stylu/theme/szablonu): A więc chciałbym kod na mybb z przewijanymi bannerami w lewą stronę. Chciałbym umieścić je miedzi tabelą serwerów a shoutboxem
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}
{$serversboard_index}
{$dvz_shoutbox}
<div class="sidebar" style="float: right; width: 250px;">
<script type="text/javascript">
jQuery(function(){
jQuery(".latestthreads").load("{$mybb->settings['bburl']}/portal.php .latestthreads_portal");
});
</script>
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder">
<tr>
<td class="thead">
<div class="expcolimage"><img src="{$theme['imgdir']}/collapse.png" id="ths_img" class="expander" alt="[-]" title="[-]" /></div>
<strong>Panel</strong>
</td>
</tr>
<tr>
{$steamgroup}
{$teamonline}
{$topStats['LastThreads']}
{$topStats['MostViews']}
{$topStats['Posters']}
{$topStats['Reputation']}
{$topStats['Timeonline']}
{$topStats['NewestUsers']}
</td>
</tr>
</table>
<div class="theadend"></div>
</div>
<div class="forums" style="float: left; width: 724px;">
{$forums}
</div>
<br class="clear" /><br />
{$boardstats}
{$footer}
</body>
</html>