Become a fan of Slashdot on Facebook
Nickname:
Password:
Could you add a new rule to the front page:
if(category=="idle") { dont_post_in_front_page();}
Thank you.
Come on, you're not seriously going to make a function to not do something?How about:if ( category == "idle" ) { post_in_front_page = false;}Or how about going to Help & Preferences [slashdot.org] > Sections [slashdot.org] > Idle > Never?
There may be more comments in this discussion. Without JavaScript enabled, you might want to turn on Classic Discussion System in your preferences instead.
Nothing succeeds like success. -- Alexandre Dumas
Dear slashdot: (Score:4, Insightful)
Could you add a new rule to the front page:
if(category=="idle") {
dont_post_in_front_page();
}
Thank you.
Re:Dear slashdot: (Score:3, Informative)
Come on, you're not seriously going to make a function to not do something?
How about:
if ( category == "idle" ) {
post_in_front_page = false;
}
Or how about going to Help & Preferences [slashdot.org] > Sections [slashdot.org] > Idle > Never?