PDA

View Full Version : We should have an option to hide Signatures.



Lostbob117
Jan 14, 2014, 05:28 PM
I don't like any of them and hate seeing them taking up so much space.

gigawuts
Jan 14, 2014, 05:41 PM
Quick and easy fix

Get a browser CSS customizy thingy

drop this in the CSS for psow


div.vb_postbit+div {
display:none;
}

yw

Lostbob117
Jan 14, 2014, 06:17 PM
Quick and easy fix

Get a browser CSS customizy thingy

drop this in the CSS for psow


div.vb_postbit+div {
display:none;
}

yw

EDIT: Thanks, this is awsome.

gigawuts
Jan 14, 2014, 06:20 PM
It could, but it'll be easier to just get Stylebot and use that instead. When you've got the panel open for editing PSOW's sheet hit the Edit CSS button on the bottom and paste the code in.

edit: yw

Mike
Jan 14, 2014, 07:48 PM
Does unchecking the "Show Signatures" box in the Edit Options (http://www.pso-world.com/forums/profile.php?do=editoptions) section of your user control panel not work?

Lostbob117
Jan 14, 2014, 08:44 PM
Does unchecking the "Show Signatures" box in the Edit Options (http://www.pso-world.com/forums/profile.php?do=editoptions) section of your user control panel not work?

Never noticed that.

DeificEpyon
Jan 15, 2014, 01:45 AM
Quick and easy fix

Get a browser CSS customizy thingy

drop this in the CSS for psow


div.vb_postbit+div {
display:none;
}

yw

I was also getting irritated by signatures on this forum. Both the size of some signatures and content of them were starting to bother me. I can actually browse the forum now without the giant animu/loli/waifu garbage clogging up the screen.

My hat is off to you, sir.