BuzzerBeater Forums

Suggestions > Get rid of toolbar!!

Get rid of toolbar!! (thread closed)

Set priority
Show messages by
This Post:
00
22347.4 in reply to 22347.2
Date: 4/1/2008 11:38:27 PM
Overall Posts Rated:
44
Click the little half white/half orange circle on the right hand side of it.


The 5 icons are active, but the orange circle isn't.

This Post:
00
22347.5 in reply to 22347.3
Date: 4/1/2008 11:48:53 PM
Overall Posts Rated:
55
Click the little half white/half orange circle on the right hand side of it.


Which minimizes it, but it's still there kinda uselessly.


Not only does it merely minimize it, but as I said in my initial post, it opens again on EVERY PAGE.

I never use it myself, which just inspired me to find that if you know how to apply some user style rules (Adblock or Stylish extenstions for FF would be a couple of ways) to BB pages, doing:

div#toolkit {display: none;}

... will make the toolbar disappear. (I won't help anybody who doesn't know how to do this themselves, sorry.)


Unfortunately, I'm using Safari, which makes it nigh impossible to add such a rule. The Develop page doesn't allow for style edits AFAICT...

This Post:
00
22347.6 in reply to 22347.5
Date: 4/1/2008 11:50:47 PM
Overall Posts Rated:
303303
Not only does it merely minimize it, but as I said in my initial post, it opens again on EVERY PAGE.


That's weird, I think it may be a Safari thing.

I use Firefox and it has stayed closed for months.

NO ONE at this table ordered a rum & Coke
Charles: Penn has some good people
A CT? Really?
Any two will do
Any three for me
Any four will score
Any five are live
This Post:
00
22347.7 in reply to 22347.6
Date: 4/2/2008 12:12:16 AM
Overall Posts Rated:
44
It's usually out of the way because it extends out into the margin, especially if I go full screen, but I could see that on a lower resolution monitor, it would really be annoying.

Also when you print, it shows up at the top of the page. If you are printing your roster, it covers up the first player's name.

Could it go up on the banner to the left of the ads, or on the banner with the clock?

This Post:
00
22347.8 in reply to 22347.5
Date: 4/2/2008 7:35:45 AM
Overall Posts Rated:
3737
If it's not staying closed, it sounds like you're having a cookie issue. When you minimize the toolbar, do you have a cookie that looks like this?


Name toolbar
Value 1
Host www.buzzerbeater.org
Path /
Secure No
Expires Mon, 02 Jun 2008 03:00:00 GMT



No idea where to find that info in Safari.

BTW, see (EDIT: link removed by Marin) for user style editing info:


Safari for Mac

1. From the Safari menu, select Preferences
2. Click on the Advanced tab
3. From the Style Sheet dropdown, select Other..., where you can browse to your own .css file.


The CSS I gave above might hit some div#toolkit divs on other sites, BTW.



Last edited by BB-Marin at 10/29/2013 12:53:56 PM

This Post:
00
22347.9 in reply to 22347.5
Date: 4/2/2008 9:13:07 AM
Overall Posts Rated:
44
it's definitely a safari issue. try using firefox and you shouldn't have any problems minimizing the tool bar and having it stay that way.

This Post:
00
22347.10 in reply to 22347.9
Date: 4/2/2008 9:33:58 AM
Overall Posts Rated:
3737
Yes, it does work in Firefox. Telling someone to change their browser isn't a real solution, though.

If a site component isn't working in Safari, I'd be more apt to blame the site, and not Safari at this point. When someone tells me to use IE for something because it doesn't look right in Firefox, I resist... using a broken tool to use a broken page might do the trick, but it's not the right thing to do. I think some Safari users feel the same way about Firefox, and maybe rightfully so:

(http://en.wikipedia.org/wiki/Acid3#Layout_engines)

Anyway, I don't know the answer here... maybe it really is a Safari problem, who knows.

This Post:
00
22347.11 in reply to 22347.10
Date: 4/2/2008 9:41:45 AM
Overall Posts Rated:
3737
Anyway, I don't know the answer here... maybe it really is a Safari problem, who knows.


It's a BB bug, I'd bet.

(/BBWeb/javascript/toolkit.js)


var toolCookie


var screenWidth = 0, screenHeight = 0;

[...]
var toolCookie = readCookie('toolbar');


I think the no-semicolon line is ok (brushing up on my JS), but redeclaring a variable probably shouldn't work (although it likely does in some browsers). Here's what JSLint (http://www.jslint.com/) has to say about that page:


Error:

Implied global: document 2 39, myLeft 12, myTop 13, navigator 3, readCookie 23

Problem at line 3 character 54: Line breaking error ')'.

var arVersion = navigator.appVersion.split("MSIE")

Problem at line 3 character 55: Missing semicolon.

var arVersion = navigator.appVersion.split("MSIE")

Problem at line 5 character 9: Line breaking error 'toolCookie'.

var toolCookie

Problem at line 5 character 19: Missing semicolon.

var toolCookie

Problem at line 23 character 20: 'toolCookie' is already defined.

var toolCookie = readCookie('toolbar');

Problem at line 36 character 23: 'resizeToolbar' was used before it was defined.

function resizeToolbar( newSize ) {

Problem at line 48 character 26: Line breaking error ')'.

date = today.getDate()

Problem at line 48 character 27: Missing semicolon.

date = today.getDate()

Problem at line 49 character 98: Missing semicolon.

document.cookie = 'toolbar=' + newSize + '; expires=' + new Date(year, mon...


Last edited by Mod-oeuftete at 4/2/2008 11:25:30 AM

This Post:
00
22347.12 in reply to 22347.11
Date: 4/2/2008 12:23:31 PM
Overall Posts Rated:
00
It doesn't minimise in IE either.

Climbing the BB-mountain. Destination: the top.
This Post:
00
22347.13 in reply to 22347.8
Date: 4/3/2008 1:34:17 AM
Overall Posts Rated:
55
If it's not staying closed, it sounds like you're having a cookie issue. When you minimize the toolbar, do you have a cookie that looks like this?


Name toolbar
Value 1
Host www.buzzerbeater.org
Path /
Secure No
Expires Mon, 02 Jun 2008 03:00:00 GMT



No idea where to find that info in Safari.


No dice. Browsed my cookies and there is no toolbar cookie on the list among the buzzerbeater-related cookies. In fact, none named Toolbar at all...


The CSS I gave above might hit some div#toolkit divs on other sites, BTW.


I think I'll refrain from messing around then. I'm not familiar enough with style editing to try it.

This Post:
00
22347.14 in reply to 22347.10
Date: 4/3/2008 1:36:32 AM
Overall Posts Rated:
55
Yes, it does work in Firefox. Telling someone to change their browser isn't a real solution, though.
.


Agreed, Although I have Firefox - I prefer its compatibility with Hotmail - I don't like using Firefox for BB - it's not as smooth as with Safari. The toolbar is the only issue I have with the site, and it's only since they switched servers - it never did this on the old site...

Advertisement