MyBB Community Forums

Full Version: Incorrect display of the sidebox
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello
I've uploaded the Sidebox module and everything, nicely beautifully but instead of displaying the columns one below the other displays me boxes next to each other.
Please, tell me how should I do so that the boxes are displayed one below the other?

the index looks like this


<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}
{$ps_header_index}
<div class="forum" style="float: left;">{$forums}{$boardstats}</div>
<div class="side" style="float: right; width: 22%; margin: auto;">


<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<tbody><tr>
  <td style="font-weight: bold;" class="thead">
 <i class="fa fa-bullhorn"></i> Ogłoszenia forum
  </td>
</tr>

<tr>
  <td class="trow2" style="padding:11px">
     <a href="#">This is an example !</a>
  </td>
</tr>
</tbody></table>

<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">

<table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
</tr>
<tbody><tr>
  <td style="font-weight: bold;" class="thead">
 <i class="fa fa-bar-chart-o"></i> Statystyki
  </td>
</tr>

<tr>
  <td style="padding: 12px;" class="trow2">
 <span style="float:left">Użytkownicy :</span> <span style="float:right">{$stats['numusers']}</span>
  </td>
</tr>
 
<tr>
  <td style="padding: 12px;" class="trow2">
 <span style="float:left">Postów :</span> <span style="float:right">{$stats['numposts']} </span>
  </td>
</tr>
 
<tr>
  <td style="padding: 12px;" class="trow2">
 <span style="float:left">Wątki :</span> <span style="float:right">{$stats['numthreads']}</span>
  </td>
</tr>
<tr style="">
  <td style="padding: 12px;" class="trow2">
 <span style="float:left">Nowy użytkownik :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
  </td>
</tr>
</tbody></table>
</div>
<br class="clear" />
{$footer}
</body>
</html>

my forum address http://badzmyfit.pl/, I am asking for help in solving this problem
which sidebar plugin you have installed ? looks like you have to remove manually added
content
from the index template and add that content into sidebar plugin related boxes.
A sidebox plugin is installed and I would like it to be displayed underneath, not next to it. How do I remove this code from index

<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<tbody><tr>
   <td style="font-weight: bold;" class="thead">
  <i class="fa fa-bullhorn"></i> Ogłoszenia forum 
   </td>
</tr>
<tr>
   <td class="trow2" style="padding:11px">
      <a href="#">This is an example !</a>
   </td>
</tr>
</tbody></table>

<table style="" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
<table style="margin-top: 10px; margin-bottom: 10px;" class="tborder" border="0" cellpadding="{$theme['tablespace']}" cellspacing="{$theme['borderwidth']}">
</tr>
<tbody><tr>
   <td style="font-weight: bold;" class="thead">
  <i class="fa fa-bar-chart-o"></i> Statystyki
   </td>
</tr>
<tr>
   <td style="padding: 12px;" class="trow2">
  <span style="float:left">Użytkownicy :</span> <span style="float:right">{$stats['numusers']}</span>
   </td>
</tr>
<tr>
   <td style="padding: 12px;" class="trow2">
  <span style="float:left">Postów :</span> <span style="float:right">{$stats['numposts']} </span>
   </td>
</tr>
<tr>
   <td style="padding: 12px;" class="trow2">
  <span style="float:left">Wątki :</span> <span style="float:right">{$stats['numthreads']}</span>
   </td>
</tr>
<tr style="">
   <td style="padding: 12px;" class="trow2">
  <span style="float:left">Nowy użytkownik :</span> <span style="float:right"><a href="#">{$newestmember}</a></span>
   </td>
</tr>
</tbody></table>

then the page is like this, the website is then like in the picture and I do not know how to adjust this sidebox module on the right side
see here a sample of instructions to remove sidebar available within the theme

it might be confusing you.
would you like to PM me temporary access to your forum admin panel ..
I sent a private message