36 coaches online • Server time: 09:49
Forum Chat
Log in
Recent Forum Topics goto Post Gnomes are trashgoto Post Roster Tiersgoto Post Gnomes FTW! (Replays...
SearchSearch 
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic
zakatan



Joined: May 17, 2008

Post   Posted: Feb 21, 2012 - 01:56 Reply with quote Back to top

dode74 wrote:
Christer wrote:
zakatan wrote:
The "recent forum topics" are only centered while in the forum. Anywhere else they are aligned left.


Unable to reproduce. Please clear cache and try again.
Confirming this bug: Image


i did the shift+reload thing and it's fixed in Firefox. I tried this afternoon with chrome and didn't solve he issue. I will check again tomorrow (i don't have it in this computer)
Urrghs



Joined: Dec 23, 2007

Post   Posted: Feb 21, 2012 - 12:10 Reply with quote Back to top

Christer wrote:

Garion wrote:
THe table borders arent showing up in the team help pages


Fixed.


Hi,

not sure if this is referring to the same issue, but I can not see any borders of tables within my team bios. If it is the same, then I think it is not fixed, really.

Cheers,
Urrghs
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 21, 2012 - 12:24 Reply with quote Back to top

Urrghs wrote:
Christer wrote:

Garion wrote:
THe table borders arent showing up in the team help pages


Fixed.


Hi,

not sure if this is referring to the same issue, but I can not see any borders of tables within my team bios. If it is the same, then I think it is not fixed, really.

Cheers,
Urrghs


Christer said on the last page that team bios are not supported by himself or other site admin. You can get it to work again, send me a pm with your team and the code and i will see what i can do Smile

Another issue -

when you click show matches on a league team the two boxes at the foot of the page overlap. This only happens with league teams though, presumably because the retire team button is not there ?

heres a link - http://fumbbl.com/FUMBBL.php?page=team&op=view&showmatches=1&team_id=686524
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 21, 2012 - 12:26 Reply with quote Back to top

also Im not sure if this is intentional or not, but the team name and TV of the team on the left is too far to the left - http://fumbbl.com/FUMBBL.php?page=match&id=3259995

I think this needs to be centered or aligned right possibly?


Last edited by Garion on %b %21, %2012 - %12:%Feb; edited 1 time in total
zakatan



Joined: May 17, 2008

Post   Posted: Feb 21, 2012 - 12:40 Reply with quote Back to top

Garion wrote:
also Im not sure if this is intentional or not, but the team name and TV of the team on the left is too far to the left - http://fumbbl.com/FUMBBL.php?page=match&id=3259995

I think this needs to be centered or made right possibly?


also the "vs (Replay)" should be centered in the middle column
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 21, 2012 - 13:48 Reply with quote Back to top

On gamefinder - Stunty leeg header overlaps the table of coaches
OenarLod



Joined: Jan 26, 2011

Post   Posted: Feb 21, 2012 - 15:00 Reply with quote Back to top

Garion wrote:
Christer said on the last page that team bios are not supported by himself or other site admin. You can get it to work again, send me a pm with your team and the code and i will see what i can do Smile

Hi Garion, if you find a solution it would be nice if you can post it in the forums. I will send you one example looking for a solution by PM, anyway.
Thanks in advance,
L.
Christer



Joined: Aug 02, 2003

Post   Posted: Feb 21, 2012 - 18:34
FUMBBL Staff
Reply with quote Back to top

Garion wrote:
when you click show matches on a league team the two boxes at the foot of the page overlap.

...

I think this needs to be centered or aligned right possibly?


Fixed

zakatan wrote:
also the "vs (Replay)" should be centered in the middle column


Fixed

OenarLod wrote:
if you find a solution it would be nice if you can post it in the forums


Although I still don't officially support HTML bios, this is the type of thing you might want to change:

<table><tr><td>blah</td></tr></table>

to

<table style="border-collapse: collapse"><tr><td style="border: solid black 1px;">blah</td></tr></table>

Or an alternative way:

<style type="text/css">
table.bio { border-collapse: collapse; }
table.bio td { border: solid black 1px; }
</style>

<table class="bio"><tr><td>blah</td></tr></table>

Your mileage may vary.
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 21, 2012 - 18:53 Reply with quote Back to top

Christer wrote:

<style type="text/css">
table.bio { border-collapse: collapse; }
table.bio td { border: solid black 1px; }
</style>

<table class="bio"><tr><td>blah</td></tr></table>


This second one doesn't work properly like this (for me on firefox anyway, i think it was because the use of the word table, which is most likely used in the main sites code) because it put borders round all the buttons and tables all over the site when viewing that team page.

To get round this just change it to something like -

<style type="text/css">
pwbio{ border-collapse:collapse;}
.pwbio td { border:1px solid black; }
</style>

<table class=pwbio><td style='text-align:left;'>
then stick an extra </table> at the end of your table so the border doesnt continue past the team bio borders.

why pwbio? - PW was just the initials of my team and bio because team bio, so you can change that to what ever really. This way you will avoid putting borders round all the button, links and tables located in the main site.
Garion



Joined: Aug 19, 2009

Post   Posted: Feb 21, 2012 - 21:55 Reply with quote Back to top

inflicted cas is out of line in head to head page - http://fumbbl.com/FUMBBL.php?page=matches&coach=106951&coach2=8767
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Feb 21, 2012 - 22:20 Reply with quote Back to top

In KO tournaments, every cell in the match-table/schedule has the text floating in the top. This looks rather weird.

_________________
Image
zakatan



Joined: May 17, 2008

Post   Posted: Feb 21, 2012 - 22:23 Reply with quote Back to top

stats summary table aligned left when there are no games in the category and for the general stats:
http://fumbbl.com/FUMBBL.php?page=coachstats&coach=67133

_________________
Image
zakatan



Joined: May 17, 2008

Post   Posted: Feb 21, 2012 - 23:46 Reply with quote Back to top

in team bios, (edit bio) and (change image) links are aligned left instead of middle. Also in the bio, text is by default aligned left instead of centered as it used to be.

_________________
Image
zakatan



Joined: May 17, 2008

Post   Posted: Feb 22, 2012 - 21:07 Reply with quote Back to top

and also in the bios, in the vertical alignment, everything is aligned up.

I don't know if all this falls under the "we don't support bios" thing, but it's a change of standard

_________________
Image
Shraaaag



Joined: Feb 15, 2004

Post   Posted: Feb 22, 2012 - 21:10 Reply with quote Back to top

zakatan wrote:
and also in the bios, in the vertical alignment, everything is aligned up.

I don't know if all this falls under the "we don't support bios" thing, but it's a change of standard


It's not just in the bios, as I said in my previous post, it makes KO tournaments look weird.

_________________
Image
Display posts from previous:     
 Jump to:   
All times are GMT + 1 Hour
Post new topic   Reply to topic
View previous topic Log in to check your private messages View next topic