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

Support for IntegraMOD 140

Moderator: Integra Moderator

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

PostAuthor: atomhead » Thu Jan 11, 2007 5:47 am

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.
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

PostAuthor: IntegraMOD » Thu Jan 11, 2007 8:14 am

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
Last edited by IntegraMOD on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
IntegraMOD
Administrator
Administrator
 
Posts: 459
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 0.00
Bank: 100.00
Location: Seattle Wa

PostAuthor: atomhead » Thu Jan 11, 2007 8:17 am

"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.
Last edited by atomhead on Thu Jan 11, 2007 8:22 am, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

PostAuthor: IntegraMOD » Thu Jan 11, 2007 8:19 am

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
Last edited by IntegraMOD on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Image
Please do not PM for support
User avatar
IntegraMOD
Administrator
Administrator
 
Posts: 459
Likes: 0 post
Liked in: 0 post
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 0.00
Bank: 100.00
Location: Seattle Wa

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

PostAuthor: atomhead » Thu Jan 11, 2007 8:25 am

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
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

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

PostAuthor: Teelk » Thu Jan 11, 2007 8:58 am

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.
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

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

PostAuthor: Helter » Thu Jan 11, 2007 9:05 am

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
Last edited by Helter on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4168
Likes: 0 post
Liked in: 0 post
Images: 0
Joined: Sat Mar 11, 2006 3:46 pm
Cash on hand: 187.60
Location: Seattle Wa
IntegraMOD version: IM 3

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

PostAuthor: atomhead » Fri Jan 12, 2007 3:29 pm

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?
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

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

PostAuthor: Teelk » Fri Jan 12, 2007 4:54 pm

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>
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

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

PostAuthor: atomhead » Fri Jan 12, 2007 6:20 pm

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>
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00

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

PostAuthor: Teelk » Fri Jan 12, 2007 7:38 pm

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>
Last edited by Teelk on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.
User avatar
Teelk
Dev Team
Dev Team
 
Posts: 1309
Likes: 0 post
Liked in: 0 post
Joined: Tue Mar 14, 2006 5:25 pm
Cash on hand: 0.00
Location: Canada

PostAuthor: atomhead » Sun Jan 14, 2007 6:48 am

Replace the tpl with this, cleared cache, refreshed.. border is still there for the block.
Last edited by atomhead on Wed Dec 31, 1969 4:00 pm, edited 1 time in total.

atomhead
Members
Members
 
Posts: 90
Likes: 0 post
Liked in: 0 post
Joined: Sat Apr 08, 2006 5:25 pm
Cash on hand: 0.00


Return to IntegraMOD 140

Who is online

Registered users: Bing [Bot]