General Question - Better Battlelog Forums #116010

Sitemap
Topicstarter
First off, I love BBL, it's amazing.

1 Quick question, is there a way to move the hover to somewhere other than the upper left? It covers up the ticket count on my battlemap. I can't seem to find any settings for that.
ObiJimKenobi wrote:
First off, I love BBL, it's amazing.

1 Quick question, is there a way to move the hover to somewhere other than the upper left? It covers up the ticket count on my battlemap. I can't seem to find any settings for that.


Menu can't be moved, but you can set it to open on click (at the bottom of the menu "BBLog Menu opens with a click")
Topicstarter
juress wrote:
ObiJimKenobi wrote:
First off, I love BBL, it's amazing.

1 Quick question, is there a way to move the hover to somewhere other than the upper left? It covers up the ticket count on my battlemap. I can't seem to find any settings for that.


Menu can't be moved, but you can set it to open on click (at the bottom of the menu "BBLog Menu opens with a click")


I saw the "open with click" but that's not really the issue.



I guess I just need to buy a bigger second monitor!!!
Frankly, Brain could move the button a little lower. Even on the main page its overlaping the menu stripe, which doesen't look very nice.
Post edited 1 x times, last by
Yes u can.
U can modify the CSS on demand. (CSS= style e.x. color, height, margin, padding etc)

So...

Make a bookmark and put as a link:

javascript:$('#bblog-icon').css('margin-top','100px');


Then when you want to move it click the bookmark. U can modify the 100px to move it more. When you refresh page button will be reset.

If you need to move it more try this code:

javascript:$('#bblog-icon').css('margin-top',(parseInt($('#bblog-icon').css('margin-top'))+10)+"px");


this will move it 10px on every click of the bookmark
Topicstarter
DarkThanos wrote:
Yes u can.
U can modify the CSS on demand. (CSS= style e.x. color, height, margin, padding etc)

So...

Make a bookmark and put as a link:

javascript:$('#bblog-icon').css('margin-top','100px');


Then when you want to move it click the bookmark. U can modify the 100px to move it more. When you refresh page button will be reset.

If you need to move it more try this code:

javascript:$('#bblog-icon').css('margin-top',(parseInt($('#bblog-icon').css('margin-top'))+10)+"px");


this will move it 10px on every click of the bookmark


Bookmark it how? I've tried to paste that into the address bar and create a bookmark and it doesn't work. I created a manual bookmark using the second code and when I click on it all I get is "object object" and nothing changes when I go back to BBL.
I made a simple plugin for you:
http://files.danielpeukert.cz/move-bblog-button.js


You can change the amount of pixels in settings.
Topicstarter
dapil wrote:
I made a simple plugin for you:
http://files.danielpeukert.cz/move-bblog-button.js


You can change the amount of pixels in settings.


You're awesome, thank a ton!!!!
Topicstarter
BTW worked perfectly, thanks again. Had to wait 90 hours for Battlelog to come back up today, lol.
If anybody else uses this, I moved the plugin to a new URL:
http://dapil.github.io/small-plugins-bblog/move-bblog-button.js
Topicstarter
Thank you for the update.
This plugin now has its own thread:
http://getbblog.com/board/topic/137540/1/Move-BBLog-Button