Page 1 of 1

im portal header block problem

PostPosted: Sat Apr 22, 2006 3:20 pm
Author: punjabibadboy
hello

i have installed a 3_column_layout block and the dynamic_column_width mod

but now i have the problem in the header blocks, the name of the blocks are not appearing it is blank
like here on the left side Board Navigation, Manual's etc all the header block names are not coming

can someone help please

Re: im portal header block problem

PostPosted: Sat Apr 22, 2006 3:32 pm
Author: punjabibadboy
i have put all the original file's back but still the same problem <img>

Re: im portal header block problem

PostPosted: Sat Apr 22, 2006 3:46 pm
Author: IntegraMOD
Please compare with your 3_column.tpl file
Code: Select all
<table><tr>  <td>  <BEGIN><table width="100%" cellpadding="5" cellspacing="0" border="0"<BEGIN>class="forumline"<END>>     <BEGIN>     <tr>         <th>{left_blocks_row.title.TITLE}</th>     </tr>     <END>     <tr>         <td         <BEGIN>         class="row1"         <END>         >{left_blocks_row.OUTPUT}</td>     </tr></table><br><END>  </td>  <td><img></td><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><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><br><END>  </td></tr></table>

Re: im portal header block problem

PostPosted: Sat Apr 22, 2006 3:59 pm
Author: punjabibadboy
it is the same
infact i had removed it from the forum because of that problem

but the header block title's are still blank <img>

what could be the reason?

Re: im portal header block problem

PostPosted: Sun Apr 23, 2006 2:50 pm
Author: punjabibadboy
u see this navigation block, normally it says Board Navigation but now alle the block title's in the header are empty <img>
[flash=,:1ac1hzqg]http://img61.imageshack.us/img61/3396/z15tn.png[/flash:1ac1hzqg]

PostPosted: Sun Apr 23, 2006 4:32 pm
Author: chucklehead
~ Please post your portal_page_header.tpl file from your template.

Re: im portal header block problem

PostPosted: Sun Apr 23, 2006 4:51 pm
Author: punjabibadboy
here u go
but i never changed something in this file <img>

Code: Select all
<td><img></td><td>  <BEGIN><table>     <tr>         <th>{header_blocks_row.TITLE}</th>     </tr>     <tr>         <td>{header_blocks_row.OUTPUT}</td>     </tr></table><br><END>  </td>

Re: im portal header block problem

PostPosted: Sun Apr 23, 2006 5:02 pm
Author: punjabibadboy
hey thanks for ur clue
in the installation of dynamic culmn width i had to overwrite the portal page tail and portal page header
i have put the original files back and it is back to normal now

a big thanks <img>