Page 1 of 1

[Solved] Show Titlebar off destroys site

PostPosted: Sun Sep 23, 2007 10:00 pm
Author: HBAndrew
Hey, came accross a big problem while creating a theme which i need help fixing.

I have discovered if any blocks have Show Titlebar set to No, any page you go to that keeps the block in view, gets totally destroyed, things pushed down or stretched around. The theme I used as a base has the same problem. Can someone take a look at these for me and fix it up? Replaced it with the one from Integra2 and everything was fixed but obviously I can't use that, I don't know HTML well enough to work from it.

portal_page_header.tpl
Code: Select all
<style></div><span>{right_blocks_row.title.TITLE}</span></td>                     <td><img></td>                   </tr>                   <tr>                     <td><img></td>                   </tr>                   <tr>                     <td><img></td>                     <td><img></td>                     <td><img></td>                     <td><img></td>                     <td><img></td>                   </tr>               </table></td>             </tr>           </table>             <END>             <BEGIN>             <END>             <table>               <tr>                 <td><h6> </h6></td>                 <td><h6><font><span><font>{right_blocks_row.OUTPUT}</font></span></font><font><span></span></font></h6></td>                 <td> </td>               </tr>           </table></td>       </tr>       <tr>         <td><img></td>       </tr></table>                 <BEGIN>     <END>     <br>     <END>       </td>   </tr></table>


You can see it live at http://www.clan-hb.com and you may see it with Board Navigation's Titlebar set to No which destroys it at http://themes.clan-hb.com

Thanks for any help

Re: HTML in blocks destroys site

PostPosted: Mon Sep 24, 2007 8:40 pm
Author: Helter
enclose adsense inside of a proper table

Re: HTML in blocks destroys site

PostPosted: Tue Sep 25, 2007 3:25 am
Author: HBAndrew
Ok seems it wasn't HTML causing it, if I check No for Show Titlebar for ANY block, the site gets destroyed. I will edit title and first post.

Re: Show Titlebar off destroys site

PostPosted: Tue Sep 25, 2007 4:45 pm
Author: Helter
try this for portal page header

Code: Select all
 <td><img></td><td><BEGIN><table>   <tr>     <td>       <table>         <tr>           <td>             <table>               <tr>                 <td><img></td>               </tr>                  <BEGIN>               <tr>                 <td><img></td>                 <td><div>{header_blocks_row.title.TITLE}</div></td>                 <td><img></td>               </tr>               <tr>                 <td><img></td>               </tr>                   <tr>                 <td><img></td>                 <td><img></td>                 <td><img></td>                 <td><img></td>                 <td><img></td>               </tr>                <END>               </table>           </td>         </tr>       </table>               <BEGIN>           <END>       <table>           <tr>             <td><h6> </h6></td>             <td><h6><font><span><font>{header_blocks_row.OUTPUT}</font></span></font></h6></td>             <td> </td>           </tr>       </table>     </td>   </tr>   <tr>     <td><IMG></td>   </tr></table>  <BEGIN><END><br><END>  

PostPosted: Tue Sep 25, 2007 11:31 pm
Author: HBAndrew
Thank you that fixed it, I fixed the right blocks in the same way by moving the END title part above them 4 tags. such a simple fix, looks like I still got lots to learn.