Page 1 of 1

"Hide border" for block options isn't hiding borde

PostPosted: Thu Jan 11, 2007 6:47 am
Author: atomhead
Your phpBB Version: 2.0.
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: http://discordiaguild.org

PHP Version: 4.3.11
MySQL Version:


What was done before the problem appeared?
Nothing, I assume it's always been this way


What was done to try to solve the problem?
Nothing, no idea why it wouldn't work



De.scription and Message

The problem block is the IM admin block on the left on the homepage of my site. It's supposed to not show a border (set that way in block options).

Also I still get the security PM even though it's disabled in the security menu. Most annoying thing ever.

PostPosted: Thu Jan 11, 2007 9:14 am
Author: IntegraMOD
Try turning some of the other option off, I cant quite remember but I think the border option is related to alos one of the other options

PostPosted: Thu Jan 11, 2007 9:17 am
Author: atomhead
"gffb";p="19338" wrote:Try turning some of the other option off, I cant quite remember but I think the border option is related to alos one of the other options


Thanks for the quick response <img>

Everything else is off though. There's no cache on it either so it's not that.

PostPosted: Thu Jan 11, 2007 9:19 am
Author: IntegraMOD
Ok did you try tirning some of the other on, for the like of me I cant remember what solved it but I am sure I had this issue

Re: "Hide border" for block options isn't hiding b

PostPosted: Thu Jan 11, 2007 9:25 am
Author: atomhead
Hmm I just tried the other three options and refeshed each time and it didn't work. Gonna try clearing my xtreme styles cache.

edit: nope no luck

Re: "Hide border" for block options isn't hiding b

PostPosted: Thu Jan 11, 2007 9:58 am
Author: Teelk
Hey atomhead,

Most likely there's some missing code in the layout file for that template.

Open templates/yourtheme/yourlayout.tpl

Look for this...
Code: Select all
<BEGIN>  and  <END>


Any HTML between those should be disabled when borders are turned off. If that's missing, then everything is displayed.

Re: "Hide border" for block options isn't hiding b

PostPosted: Thu Jan 11, 2007 10:05 am
Author: Helter
you posted in the 140 section, but you selected 141 as your version type. Since the template is a 140 template and it is a live board, im assuming it is 140?

here is the default portal_page_header.tpl To remove the outside border, you will have to remove the code from the tpl file

Code: Select all
 <td><img></td><td>      <BEGIN><table>   <tr>     <td><img></td>     <td></td>     <td><img></td>   </tr>   <tr>     <td></td>     <td><table>  <table width="100%" cellpadding="5" cellspacing="0" border="0" <BEGIN>class="forumline"<END>>     <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>     </tr>   <tr>     <td><img></td>     <td></td>     <td><img></td>   </tr></table><br><END>  </td>  


by looking at your index, it appears that you want to completely remove the border from al the bocks. The easiest way to accomplish this is to replace
/EQ2/portal_Page_header.tpl
/EQ2/portal_Page_tail.tpl
/EQ2/layout/ all files
with the ones from fisubice. If youve modified them, be sure to back them up before you do this

Re: "Hide border" for block options isn't hiding b

PostPosted: Fri Jan 12, 2007 4:29 pm
Author: atomhead
Not all the blocks, just the IM admin meebo block on the left side. I just looked at my tpl file and it looks like what you posted. SHould I copy what you posted to be safe?

Teelk, I have the same thing between the BEGIN and END border sections as what Helter posted. Is that wrong? You mean I should remove the class"forumline" line or comment it out?

Re: "Hide border" for block options isn't hiding b

PostPosted: Fri Jan 12, 2007 5:54 pm
Author: Teelk
You can try this, do a backup though as I don't know if it will work since I don't have the means to test it right now.

Code: Select all
 <td><img></td><td>      <BEGIN><table><BEGIN>   <tr>      <td><img></td>    <td></td>    <td><img></td>   </tr><END>   <tr><BEGIN>    <td></td><END>    <td><table>  <table width="100%" cellpadding="5" cellspacing="0" border="0"<BEGIN>class="forumline"<END>>    <BEGIN>    <tr>       <th>{header_blocks_row.title.TITLE}</th>    </tr>    <END>    <tr>       <td       <BEGIN>       class="row1"       <END>       >{header_blocks_row.OUTPUT}</td>    </tr></table><BEGIN>    <td></td><END>    </tr><BEGIN>   <tr>     <td><img></td>     <td></td>     <td><img></td>   </tr><END></table><br><END>  </td>

Re: "Hide border" for block options isn't hiding b

PostPosted: Fri Jan 12, 2007 7:20 pm
Author: atomhead
My bad I'm sorry, I was referencing the wrong layout file. I'm using portal_body, this is the text I see in that:

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

Re: "Hide border" for block options isn't hiding b

PostPosted: Fri Jan 12, 2007 8:38 pm
Author: Teelk
Np, try this one...

Code: Select all
<table>   <tr>     <td>     <BEGIN>       <table> <BEGIN>    <tr>      <td><img></td>    <td></td>    <td><img></td>   </tr><END>   <tr><BEGIN>    <td></td> <END>    <td><table>     <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>      <td></td><END>    </tr><BEGIN>   <tr>     <td><img></td>     <td></td>     <td><img></td>   </tr> <END></table>     <br>     <END>       </td>       <td><img></td>     <td>       <BEGIN>     <table> <BEGIN>    <tr>      <td><img></td>    <td></td>    <td><img></td>   </tr> <END>   <tr> <BEGIN>    <td></td> <END>    <td><table>     <BEGIN>       <tr>           <th>{right_blocks_row.title.TITLE}</th>        </tr>        <END>        <tr>           <td           <BEGIN>           class="row1"           <END>           >{right_blocks_row.OUTPUT}</td>       </tr>     </table> </td><BEGIN>   <td></td><END>    </tr> <BEGIN>   <tr>     <td><img></td>     <td></td>     <td><img></td>   </tr><END></table>       <BEGIN>     <table><tr><td><img></td><td><img></td><td><img></td></tr></table>     <END>     <br>     <END>       </td>   </tr> </table>

PostPosted: Sun Jan 14, 2007 7:48 am
Author: atomhead
Replace the tpl with this, cleared cache, refreshed.. border is still there for the block.