collapse

* Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

* User Info

 
 
Welcome, Guest. Please login or register.

* Who's Online

  • Dot Guests: 413
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

* Shoutbox

Refresh History
  • Shoutbox is not for support!
  • {OCS}MasterSeal: Yup, Still adore SP
    April 21, 2019, 07:08:06 PM
  • {OCS}MasterSeal: STILL love SP :)
    November 24, 2018, 05:05:50 AM
  • ♦ Ninja ZX-10RR ♦: <3 aegersz
    September 13, 2018, 03:36:09 PM
  • aegersz: I STILL <3 LOVE SimplePortal
    September 13, 2018, 07:11:39 AM
  • aegersz: o LOVE you guys - Simple Portal rocks !
    May 09, 2018, 05:18:59 AM
  • Chen Zhen: our apologies for the site being down.. please read server issues topic
    March 22, 2018, 05:32:38 AM
  • {OCS}MasterSeal: LOL PLEASE forget I just posted that. I found the answer in my own dang post back in 2015. lol sorry!
    July 04, 2017, 10:47:55 PM
  • {OCS}MasterSeal: I know this SB isnt' for support, but I just have a general question. Who would I contact to find out where SP stores its block info? Is it DB driven or files? I searched the site but came up with nothing. probably my fault any insight is appreciated.
    July 04, 2017, 10:43:36 PM
  • ♦ Ninja ZX-10RR ♦: Excuse me but what does Simpleportal have to deal with that?
    February 05, 2017, 08:21:14 PM
  • WhiteEagle: of course IMHO that site appears to be dead :(
    February 04, 2017, 01:08:05 PM
  • WhiteEagle: If I can get that, then I'll use it for that site...
    February 04, 2017, 01:07:35 PM
  • WhiteEagle: decided to not use SMF for any projects, unless I can get a copy of the premium version of the fanfiction archive plugin
    February 04, 2017, 01:06:54 PM
  • expertdecisions: cloudflare
    January 28, 2017, 08:01:47 AM
  • aegersz: SM release 2.0.13 !
    January 12, 2017, 06:00:13 AM
  • raffo: Tks Emanuele, even if I didn't understand the fix :D
    November 07, 2016, 02:01:20 AM
  • emanuele: [link]
    November 01, 2016, 12:43:50 PM
  • emanuele: raffo: the English support board is a good place. ;)
    November 01, 2016, 12:43:38 PM
  • raffo: Where can I find the fix for the shoutbox?
    November 01, 2016, 05:06:09 AM
  • {OCS}MasterSeal: To the SP team, I make a point to come here and thank you as much as possible for your work.  so again, THANK YOU!
    October 28, 2016, 10:38:05 AM
  • emanuele: That's indeed funny, the limit is present only in the patch and not the full install.
    October 22, 2016, 06:14:58 PM

* Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]

NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

Author Topic: Extraneous space within blocks in IE6  (Read 3619 times)

0 Members and 1 Guest are viewing this topic.

Offline Atticus

  • Semi Newbie
  • *
  • Posts: 18
  • SMF Version: None
  • SP Version: None
Extraneous space within blocks in IE6
« on: January 13, 2010, 08:49:43 AM »
SMF Version: 1.1.11
SimplePortal Version: 2.3.1
Theme: SMF Default (with fixed width)

The SimplePortal implementation on the site I help administer is coming along fine (http://dmbo.us/smf). In Internet Explorer 7, Safari 4, Firefox 3, and, as reported by one user, Chrome, as well, the layout appears just fine.

However, when the portal is viewed in Internet Explorer 6, at the bottom of each block there is extraneous space within the borders of the block. I have attached a screenshot (cropped and resized) called sp-ie6-example.jpg so readers can see what I am describing.

I know this seems to only impact the site in Internet Explorer 6, but I would like to resolve it if at all possible since people still do use this older version, in particular, in work places that upgrade much less frequently. And just knowing it is a problem will bug the heck out of me.

Does anyone know what is causing this extraneous space in Internet Explorer 6 and how it can be corrected?

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: Extraneous space within blocks in IE6
« Reply #1 on: January 20, 2010, 03:57:56 PM »
It looks same to me, however try this:

./Themes/default/Portal.template.php

Code: (Find) [Select]
</div>
<br />';

Code: (Replace) [Select]
</div>
<br style="line-height: 10px;" />';

If that doesn't help, try removing the <br /> all together and add a padding-bottom to block container <div>.
And slowly, you come to realize... It's all as it should be...

Offline Atticus

  • Semi Newbie
  • *
  • Posts: 18
  • SMF Version: None
  • SP Version: None
Re: Extraneous space within blocks in IE6
« Reply #2 on: January 26, 2010, 01:52:44 AM »
Apologies for taking so long to respond SiNaN. I have been in and out of town for work. I will try your suggestions as soon as I can and then post here to let you know if they work or not.

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: Extraneous space within blocks in IE6
« Reply #3 on: January 29, 2010, 10:00:42 AM »
No problems. Let us know how it goes.
And slowly, you come to realize... It's all as it should be...

Offline earthview.nl

  • Semi Newbie
  • *
  • Posts: 5
    • Google earth forum
  • SMF Version: 1.1.11
  • SP Version: None
Re: Extraneous space within blocks in IE6
« Reply #4 on: March 19, 2010, 05:40:37 AM »
It looks same to me, however try this:

./Themes/default/Portal.template.php

Code: (Find) [Select]
</div>
<br />';

Code: (Replace) [Select]
</div>
<br style="line-height: 10px;" />';

If that doesn't help, try removing the <br /> all together and add a padding-bottom to block container <div>.

Hi, i have a same problem, and try this above without results, have someone an another sugestion.

Many Thanks,
Maik

Offline [SiNaN]

  • Mr. SimplePortal
  • Developer
  • *
  • Posts: 6782
  • SMF Version: 2.0.15
  • SP Version: 2.3.7
Re: Extraneous space within blocks in IE6
« Reply #5 on: March 31, 2010, 12:38:31 PM »
Themes/default/portal.css

Code: (Find) [Select]
div.sp_block
{
overflow: auto;
}

Code: (Replace) [Select]
div.sp_block
{
}
And slowly, you come to realize... It's all as it should be...

Offline Atticus

  • Semi Newbie
  • *
  • Posts: 18
  • SMF Version: None
  • SP Version: None
Re: Extraneous space within blocks in IE6
« Reply #6 on: May 24, 2010, 04:41:26 AM »
Many apologies SiNaN. It took me ages and ages to finally have an opportunity to take a look at this problem. Then I decided to upgrade to SimplePortal 2.3.2 before attempting the suggested fixes, but ran into problems with the upgrade (which are now resolved).

In any event, I tried the following:

1) Only Themes/default/portal.css fix most recently suggested
2) Combination of Themes/default/portal.css fix and Themes/default/Portal.template.php fix
3) Only Themes/default/Portal.template.php fix originally suggested

None of the three options, either separately or in combination, corrects the extra space issue in the SimplePortal display within IE6.

I think there comes a point where IE6 simply cannot be supported any longer. However, it would be great if the source of the extraneous space within blocks in IE6 could be identified. The small site I help administer cannot be the only one were some number of users are impacted. What seems to be the case when I have queried people (and is the case for me, as well) is that corporations tend to have large numbers of users still on IE6 simply because a number of legacy systems still require it. So, when viewing a SimplePortal-based site at work it ends up having the unsightly extraneous space.

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: Extraneous space within blocks in IE6
« Reply #7 on: May 24, 2010, 10:18:57 PM »
I am able to see the extra space IE8 in Quirks mode.
I see this at http://DMBO.us and at http://www.earthview.nl/
 
Using IE8's developers tools, I can see that the white space comes after the <table class="sp_block"> is closed, but within the "<div class="sp_block_container tborder">" that encloses it. So that seems to rule out the <br />, which is clearly outside the div's border, anyway.
 
So the only culprits left are the padding-bottom of the table and the margin-bottom of the div.
I began modifying style attributes within IE8 developer tools (still in quirks mode)
No amount of fooling with the table's padding-bottom made any difference at all.
But reducing the div's margin-bottom to 0px in inline style made the whitespace disappear.
Not so when I added it to the CSS for div.sp_block_container, though.
Some quirk of the browser, or of the developers' tools, I guess.
 
So you might try playing with
1) Adding "margin-bottom: 0px" to div.sp_block_container in portal.css
2) If that doesn't work, modifying portal.template.php to add the inline style="margin-bottom: 0px" wherever <div class="sp_block_container"> is echoed.
 
Please report back on how this works out.
 
IE8 in Quirks mode does other unpleasant things, too -- it totally breaks CURVE's buttony menu.
Though the Mehmene "strip" menu seems unaffected.
I hope IE6 is not this bad.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?

Offline Atticus

  • Semi Newbie
  • *
  • Posts: 18
  • SMF Version: None
  • SP Version: None
Re: Extraneous space within blocks in IE6
« Reply #8 on: May 25, 2010, 01:08:29 AM »
Thanks for the additional suggestion AngelinaBelle.

I will give it a shot later in the week and report back here.

Offline AngelinaBelle

  • Comrade
  • *
  • Posts: 4870
  • Gender: Female
  • SMF Version: 2 RC3
  • SP Version: 2.3.2
Re: Extraneous space within blocks in IE6
« Reply #9 on: May 25, 2010, 08:07:18 AM »
Looking forward to it.
Please to keep this website running, if you like SimplePortal, make a
one-time subscription. Thank you for your support.

Have you tried the SimplePortal documentation?