System.out.println("Oh crap");
System.out.println("Looks like I posted on the wrong forum");
Take a look at the new Oracle forums (Jive) when it is not broken down… holy crap what a pile of dung. But hey - its newer than new!
Please, stick to what works
I’m now feeling the need of a new forum. I’ve been used to use the “unread posts since epoch” which are having the issue. Yes it happened again. And I’m giving a new version of my code.
while (true)
{
System.out.println("New forum software is necessary since the current one is having issues");
}
public class Forum {
private static boolean theForumIsFine;
private static boolean buggy = false;
public static void tellRiv() {
if(theForumIsFine) {
System.out.println("THE FORUM IS FINE");
}else{
System.out.println("THE FORUM IS TOO BUGGY AND ISN'T FINE!!!");
}
}
public static void checkIfGood() {
if (!buggy) {
theForumIsFine = true;
}else{
theForumIsFine = false;
}
tellRiv();
}
public static void main(String[] args) {
System.out.println("Will determine if forum is good...");
checkIfGood();
}
}
It seems like every single one of you have forgotten to make the rest of the class, so I did the job for you.
Have you used other forum systems?
Besides from the default skin, Riven has turned SMF into a magnificent masterpiece worthy of mentioning in the archives of high nerds.
That. Only they are the archives of the archnerds.