View Single Post
Unread 7 Sep 2005, 06:59   #2
Leshy
Mr. Blobby
 
Leshy's Avatar
 
Join Date: Nov 2000
Location: Belgium
Posts: 8,271
Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.Leshy has ascended to a higher existance and no longer needs rep points to prove the size of his e-penis.
Re: Tutorial: How to turn off the rep system with Firefox

As the Firefox extension name says, it's something that is very doable in Opera as well, through the magic of CSS. Here is how to accomplish the same in Opera:
  • First, locate your Opera Profile folder. This will be either in your main Opera folder or your Application Data folder, depending on what option you selected at installing. You can find this through Help > About Opera, and checking what the Opera Folder is set to under "Paths".
  • In this profile directory, create a new subdirectory called styles, and inside that, create a file called browser.css. This creates a stylesheet that will be loaded upon Opera startup, and overrides all other stylesheets, making it a great way of persistently altering layouts as you please. Protip: blink, marquee {display: none;}.
  • Enter the following CSS code into your new browser.css file:
    Code:
    img[src="http://pirate.planetarion.com/images/reputation/reputation_pos.gif"],
    img[src="http://pirate.planetarion.com/images/reputation/reputation_highpos.gif"],
    img[src="http://pirate.planetarion.com/images/reputation/reputation_balance.gif"],
    img[src="http://pirate.planetarion.com/images/reputation/reputation_neg.gif"],
    img[src="http://pirate.planetarion.com/images/reputation/reputation_highneg.gif"] {display: none;}
  • Restart Opera so that it loads the new stylesheet.
There, you're all done. Follow s|k's instructions to turn off your rep comments in the User CP page, and you're all set.

If you want, you can also add the little link image for giving reputation to posts to the CSS file. This image is "http://pirate.planetarion.com/STYLES/LAIRYFISH/buttons/reputation.gif", where obviously you'll have to replace LAIRYFISH with whatever it is for the forum style you use.
__________________
http://www.leshy.net
Leshy is offline   Reply With Quote