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
could you post your forum's url ?
http://reelanglers.net/forums/index.php?action=forum
Bump ... any help his appreciated. Forum seems so squished.
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.
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>';
well look into the tinyportal options and try to disable that left sidebar.