Forum Home
PC World Chat
 
Thread ID: 96899 2009-01-28 07:10:00 forum change suggestion hueybot3000 (3646) PC World Chat
Post ID Timestamp Content User
742694 2009-01-29 05:13:00 Download Stylish first, FF add-on

Click on the Stylish icon in the status bar (lower right), click Write Style> Blank Style, and copy and paste the code into the dialog.

Blam
Blam (54)
742695 2009-01-29 05:38:00 Better still, do the above and paste all the code from my above post into Stylish, and you'll get so much cleaner a Forum that you won't know yourself!! johcar (6283)
742696 2009-01-29 09:16:00 Better still, do the above and paste all the code from my above post into Stylish, and you'll get so much cleaner a Forum that you won't know yourself!!

Except that you left .tfoot out of your post :p
Erayd (23)
742697 2009-01-29 10:15:00 Except that you left . out of your post :p

Ahh - we've had that problem quoting code before!!! It's definitely in my Stylish code (sorry, I mean YOUR Stylish code! ;) ).

It's where the ".," (without the quotes) is...
johcar (6283)
742698 2009-01-29 19:12:00 Awwhhh is that the error then :cool: - tried loading the code in yesterday and it came up saying there is an error and did I want to use it any way - said yes - but it didn't work :crying.

Don't know enough about that code - so maybe someone can post back the fully working one please.
wainuitech (129)
742699 2009-01-29 20:24:00 Can't post in full as the Forum censors it, but


@-moz-document domain("pressf1.pcworld.co.nz"), domain("forums.pcworld.co.nz"), domain("pressf1.co.nz") {
/*remove ads and misc branding clutter, clean up layout */
.fairfax_nav,
.newsletter_div,
#adSpace1,
#adSpace2,
#adSpace3,
#adSpace4,
#adSpace5,
#adSpace6,
#advert-banner,
#header,
#jcornerSmall,
#jcornerBig,
#navigation,
#page-peel-right-6,
#sponsor_div,
.,
.sponsored_links,
table[width="160"],
table[bgcolor="#DF0026"],
table[cellpadding="5"],
td[width="180"],
td[width="170"],
td[width="300"],
div[align="center"] a[target="_new"],
div[style="width:160px; float:left; "],
div[style="width:300px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="width:290px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="width:302px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="text-align:center; border:1px solid #cccccc; padding:5px; margin:0 10px;"],
div[onmouseover="peel()"],
img[alt="PC World Forums"],
embed[name="jcornerSmallObject"],
embed[umode="transparent"],
div embed,
/*div iframe,*/
object
{display: none;}
td.alt1
{border-color:#fff !important}
td.alt1:hover
{background-color:#E1E4F2 !important}
/* td.alt2:hover
{background-color:#E1E4F2 !important} */
}Below the "#sponsor_div", where it's currently showing ".," it should read ".t-foot," - but no quotes and remove the hyphen (it seems the Forum code doesn't like showing that bit)
johcar (6283)
742700 2009-01-29 20:37:00 Can't post in full as the Forum censors it ...


Below the "#sponsor_div", where it's currently showing ., it should read ".t-foot," - but no quotes and remove the hyphen (it seems the Forum code doesn't like showing that bit)It's not the forum censors, it is some weird glitch in the interpretation of the characters t.foot (minus the dot) by the forum software where it completely strips those characters out of your post.

It's a feature.
Jen (38)
742701 2009-01-29 20:46:00 It's not the forum censors, it is some weird glitch in the interpretation of the characters t.foot (minus the dot) by the forum software where it completely strips those characters out of your post.

It's a feature.

As a test analyst, I well-recognise the euphemism Jen!! :D

And so long as you don't write "left foot" as one word, you'll be fine ('cos you'll just see "lef", if you do)!!
johcar (6283)
742702 2009-01-29 23:49:00 Reposted with a working .tfoot:
@-moz-document domain("pressf1.pcworld.co.nz"), domain("forums.pcworld.co.nz"), domain("pressf1.co.nz") {
/*remove ads and misc branding clutter, clean up layout */
.fairfax_nav,
.newsletter_div,
#adSpace1,
#adSpace2,
#adSpace3,
#adSpace4,
#adSpace5,
#adSpace6,
#advert-banner,
#header,
#jcornerSmall,
#jcornerBig,
#navigation,
#page-peel-right-6,
#sponsor_div,
.tfoot,
.sponsored_links,
table[width="160"],
table[bgcolor="#DF0026"],
table[cellpadding="5"],
td[width="180"],
td[width="170"],
td[width="300"],
div[align="center"] a[target="_new"],
div[style="width:160px; float:left; "],
div[style="width:300px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="width:290px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="width:302px; float:left; margin-right:10px; border:1px solid #cccccc; padding:5px; "],
div[style="text-align:center; border:1px solid #cccccc; padding:5px; margin:0 10px;"],
div[onmouseover="peel()"],
img[alt="PC World Forums"],
embed[name="jcornerSmallObject"],
embed[umode="transparent"],
div embed,
/*div iframe,*/
object
{display: none;}
td.alt1
{border-color:#fff !important}
td.alt1:hover
{background-color:#E1E4F2 !important}
/* td.alt2:hover
{background-color:#E1E4F2 !important} */
}
Erayd (23)
742703 2009-01-30 06:44:00 leftfoot bwah! rob_on_guitar (4196)
1 2 3 4