Uutiset:

Join the Facebook Fan Page.

Main Menu
Advertisement:

Negative Space - Alignment Issue?

Aloittaja rodman, kesäkuu 26, 2011, 06:01:26 AP

« edellinen - seuraava »

rodman

Hi guys ... just updated to 1.1.14 and also updated my Tiny Portal. After doing this I notice my forum looks to be aligned to the right? Creating some negative/empty space. What could cause this and how and where can I fix this?

Here's what it looks like


ZerK



rodman

Bump ... any help his appreciated. Forum seems so squished.

ZerK

there is an empty <td>
i think its in the index.template.php
search that:
<td width="170" style="padding: 4px;  padding-top: 4px;" valign="top">
                 <div id="leftbarHeader" style="padding-top: 5px; width: 170px;"></div></td>


and delete it, dont forget to backup the original file.


rodman

Tried looking for that line. I searched for the "leftbarHeader" and all I got that looked anything like that code was this

// TinyPortal integrated bars
          if($context['TPortal']['leftbar'])
          {
              echo '<td width="' ,$context['TPortal']['leftbar_width'], '" style="padding: ' , isset($context['TPortal']['padding']) ? $context['TPortal']['padding'] : '4' , 'px;  padding-top: 4px;" valign="top">
                 <div id="leftbarHeader"', empty($options['collapse_leftbar']) ? '' : ' style="display: none;"', ' style="padding-top: 5px; width: ' ,$context['TPortal']['leftbar_width'], 'px;">';
                 TPortal_sidebar('left');
              echo '</div></td>';

ZerK

well look into the tinyportal options and try to disable that left sidebar.

Advertisement: