Page 1 of 1

Need help to edit portal_body.tpl

PostPosted: Sat Apr 22, 2006 10:44 am
Author: Tumling
I would like to add the 2 Blocks from quad_layout.tpl, that are on top in the center to my portal_body.tpl...
I still want the center block that is on portal_body.tpl, i just want to add the 2 top blocks that are on quad_layout.tpl...

But how do i do that ?

Do you understand what i mean ?

PostPosted: Sun Apr 23, 2006 1:31 am
Author: Tumling
can anyone help we with this ?

PostPosted: Sun Apr 23, 2006 4:36 pm
Author: chucklehead
~ I'm not sure I know what you're trying to do but if you give me picture to go by...I'll see what I can do.

Re: Need help to edit portal_body.tpl

PostPosted: Mon Apr 24, 2006 2:03 am
Author: Tumling
Thanks for the answer, i made this picture that shows how i want it to look. [url=http]my new layout[/url]

I want the Left and Right block to show where they are on the picture....

But i cant get it to work...

Right now im useing the normal portal_layout.tpl
Code: Select all
<table>   <tr>     <td>     <BEGIN>     <table width="100%" cellpadding="5" cellspacing="0" border="0"     <BEGIN>     class="forumline"     <END>     >       <BEGIN>       <tr>         <th>{center_blocks_row.title.TITLE}</th>       </tr>       <END>       <tr>             <td             <BEGIN>             class="row1"             <END>             >{center_blocks_row.OUTPUT}</td>         </tr>     </table>     <BEGIN>     <table><tr><td><img></td><td><img></td><td><img></td></tr></table>     <END>     <br>     <END>       </td>       <td><img></td>     <td>       <BEGIN>     <table width="100%" cellpadding="5" cellspacing="0" border="0"     <BEGIN>     class="forumline"     <END>     >       <BEGIN>       <tr>             <th>{right_blocks_row.title.TITLE}</th>         </tr>         <END>         <tr>             <td             <BEGIN>             class="row1"             <END>             >{right_blocks_row.OUTPUT}</td>        </tr>     </table>     <BEGIN>     <table><tr><td><img></td><td><img></td><td><img></td></tr></table>     <END>     <br>     <END>       </td>   </tr></table>


And i guess i should add this code from the quad_layout.tpl somewhere, but it still dont work.
Code: Select all
<tr><td><table><tr><td>  <BEGIN><table width="100%" cellpadding="5" cellspacing="0" border="0"<BEGIN>class="forumline"<END>>    <BEGIN>    <tr>       <th>{column1_blocks_row.title.TITLE}</th>    </tr>    <END>    <tr>       <td       <BEGIN>       class="row1"       <END>       >{column1_blocks_row.OUTPUT}</td>    </tr></table><br><END>  </td>      <td>   </td><td>  <BEGIN><table width="100%" cellpadding="5" cellspacing="0" border="0"<BEGIN>class="forumline"<END>>    <BEGIN>    <tr>       <th>{column2_blocks_row.title.TITLE}</th>    </tr>    <END>    <tr>       <td       <BEGIN>       class="row1"       <END>       >{column2_blocks_row.OUTPUT}</td>    </tr></table><br><END></td></tr>

PostPosted: Wed Apr 26, 2006 1:45 am
Author: Tumling
can no one help me how to make this block layout ?