Page 1 of 1

Help - multi-page sites...

PostPosted: Tue Aug 01, 2006 12:17 pm
Author: tekguru
Guys I'm trying to modify 4WM so that instead of the usual theme which can be seen at:

http://www.4winmobile.com/portal.php

we can run with the 'bare-bones' look a la:

http://www.4winmobile.com/portal.php?page=6

The problem we have is that:

With the left hand menu no matter what setting is set in the config the default border still remains and the 'no border' setting can not be removed.

To get around this I turned off global heade, but if I turn that off my banners no longer function.

Anyone any ideas how to get around the dilema?

Re: Help - multi-page sites...

PostPosted: Tue Aug 01, 2006 1:28 pm
Author: Teelk
The border is defined by the <BEGIN> and <END> switches in templates/BBlite/portal_page_header.php if your using site wide headers. Can you post the contents of that file and I'll add the border bits in?

Re: Help - multi-page sites...

PostPosted: Tue Aug 01, 2006 2:25 pm
Author: tekguru
Hi Teelk, the totality of the file is as per:

Code: Select all
<td><img></td><td><BEGIN>   <table>   <tr>    <td><img></td>    <td><img></td>    <td><img></td>   </tr>   <tr>     <td><img></td>         <td><table>       <BEGIN>       <tr>         <th>{header_blocks_row.title.TITLE}</th>       </tr>       <END>       <tr> <td                 <BEGIN>         class="row1"         <END>         >{header_blocks_row.OUTPUT}</td> </tr>     </table></td>     <td><img></td>   </tr>   <tr>    <td><img></td>     <td><img></td>    <td><img></td>   </tr></table><BEGIN><table><tr><td><img></td><td><img></td><td><img></td></tr></table><END><END></td>


Hope you can help.