Etro's TrueWoW Themes log

Discussions, suggestions and error reports for the forums and website.
User avatar
Eronox
MVP
Posts: 2331
Joined: 24 Apr 2016 11:03
Location: in ICC & Healing

Re: Etro's TrueWoW Themes log

#121 » Post by Eronox » 30 Jan 2017 21:40

Nyeriah wrote:Because the element expands on hover and since his name is long it doesn't fit in the line so it breaks?
Yes indeed, if it exceeds 8 characters it'd break apart. I should've demostrated it in the video, hehe.

Edit: Confirmation of Nyeriah's theory
[youtube]yUHXWbP1ZpU[/youtube]
if it exceeds 8 characters it'd break apart
Displayed as numbers at the author field
.

There's things that never will be right I know, and things need changin' everywhere you go.
But 'til we start to make a move to make a few things right,
You'll never see me wear a suit of white.

- J.R Cash


User avatar
Gnurg
Posts: 2420
Joined: 28 Jan 2013 19:38
Location: Oslo, Norway

Re: Etro's TrueWoW Themes log

#122 » Post by Gnurg » 09 Mar 2017 23:57

Etro wrote:!
Image

Whenever you use a table, it leaves some extra blank space above the table. It seems to scale with the amount of table rows you have, so it looks really ugly with many tables. viewtopic.php?f=78&t=36836 gives you an idea of the problem.

Sorry if I have bothered you with it before, I just can't recall if I did or not. >....<
HAI
CAN HAZ STDIO?
VISIBLE "HAI WORLD, IZ GNURF!"
KTHXBYE

User avatar
Nyeriah

Re: Etro's TrueWoW Themes log

#123 » Post by Nyeriah » 10 Mar 2017 00:09

This happens because everytime a line ends, phpbb interprets it's a newline (html "<br>") code. So if while building the table bbcode you close up any lines, it'll add them up. Eventually, even if you clutter all the data into minimal lines, lines still have a character limit so extra <br>'s are unavoidable.

I don't know of any way to solve this.

User avatar
Eronox
MVP
Posts: 2331
Joined: 24 Apr 2016 11:03
Location: in ICC & Healing

Re: Etro's TrueWoW Themes log

#124 » Post by Eronox » 10 Mar 2017 00:26

try run the table bbcode settings through a html compressor, Unneeded spaces may generate an automatic br tag instead just like the [hide] issue we solved.

A hackfix would be to change the br properties in css,

Code: Select all

.whatever br {
display: none;
  content: ' '

}
.

There's things that never will be right I know, and things need changin' everywhere you go.
But 'til we start to make a move to make a few things right,
You'll never see me wear a suit of white.

- J.R Cash


User avatar
Nyeriah

Re: Etro's TrueWoW Themes log

#125 » Post by Nyeriah » 10 Mar 2017 00:38

Eronox wrote:try run the table bbcode settings through a html compressor, Unneeded spaces may generate an automatic br tag instead just like the [hide] issue we solved.

A hackfix would be to change the br properties in css,

Code: Select all

.whatever br {
display: none;
  content: ' '

}
The tags are added outside of any element other than the post's body, Eronox. So that essentially wouldn't work.

User avatar
Eronox
MVP
Posts: 2331
Joined: 24 Apr 2016 11:03
Location: in ICC & Healing

Re: Etro's TrueWoW Themes log

#126 » Post by Eronox » 10 Mar 2017 00:48

Image
.

There's things that never will be right I know, and things need changin' everywhere you go.
But 'til we start to make a move to make a few things right,
You'll never see me wear a suit of white.

- J.R Cash


User avatar
Etro
Honorary Member
Posts: 2558
Joined: 14 Oct 2012 08:24
Location: Behind ccrs

Re: Etro's TrueWoW Themes log

#127 » Post by Etro » 10 Mar 2017 01:40

Not quite exactly what Eronox was saying, but fundamentally, his idea turned out to be useful:

Added a span around the table and every space directly underneath the span won't be displayed. So that's fixed.
"With life, no matter what you do, you are all in. This is going to kill you. Might as well play the most magnificent game you can while you're waiting, because... Do you have anything better to do? Really?"

User avatar
Eronox
MVP
Posts: 2331
Joined: 24 Apr 2016 11:03
Location: in ICC & Healing

Re: Etro's TrueWoW Themes log

#128 » Post by Eronox » 10 Mar 2017 12:09

Also another issue, possibly cause from the https implemention, is this:

http://i.imgur.com/INK054J.jpg
.

There's things that never will be right I know, and things need changin' everywhere you go.
But 'til we start to make a move to make a few things right,
You'll never see me wear a suit of white.

- J.R Cash


User avatar
Jiranthos
Admin
Posts: 1978
Joined: 23 Jun 2015 03:43
Location: Not on your bad side, hopefully

Re: Etro's TrueWoW Themes log

#129 » Post by Jiranthos » 10 Mar 2017 12:15

That route bug is as old as my career here. Not HTTPS related. :)

Everybody knows that the best way to describe the ocean to a blind man is to push him in

Post Reply

Who is online

Users browsing this forum: No registered users and 3 guests