FBMW++

By Pea Cracker Last update Feb 24, 2009 — Installed 39,028 times.

Size of FBMW+ window

in
Subscribe to Size of FBMW+ window 6 posts, 4 voices



Spinners User

First off, this is a great script!

My question. How would I modify the code such that the FBMW+ window is smaller? Right below the preferences / victims area there is about 2cm of unused space.

I would like to remove this free space.

Any assistance would be greatly appreciated.

Yours in Mob Wars,

Spinners

 
holymoly User

That's because you have the bars turned off, I suppose.

 
Spinners User

Ah yes. Okay, I see.

How about this scenario.

If I use the graphical bars, then the space is used for the graphical bars, else the bars are not used and the space is removed.

How would one go about programming this in?

Again, any assistance would be greatly appreciated.

Yours in Mob Wars,

Spinners

 
Chris D User

I dont use the newest version so I dont know how it's set up. But you can do something similar for yourself if you play with it a little.

if (boss.preferences.bars){
  menuCode.push("bottom:27px; ");
}
else {
  menuCode.push("bottom:0px; ");
}

 
Spinners User

Searched FBMW+ for similar code and can not seem to find a match.

Any other suggestions?

 
CryptoNight User

The same area also displays a little captcha image when the medic, et.al. run into it ... so you might not be able to adjust it. Buy a bigger monitor.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel