
Everything posted by AndrewPH
-
Extremely hot development for cool people
5 years
-
Extremely hot development for cool people
I've made it so anybody that is a Glod Menbie or above (so Glods, Mods, and Admins) can choose to upload their own profile picture on the forums. As an example, I've made my pfp the extremely handsome Yoda from the hit game Yoda Stories, critically acclaimed for its music, gameplay, and graphics. Glod Menbie is an automatic rank based on how long you've had an account with ClassiCube, if you ask for the rank you'll get temporarily banned.
-
Tutorial Guidelines
These are some super important guidelines to follow when making your dirt house tutorial. If your thread is found to be of low enough quality, it will be expunged with extreme prejudice. Perhaps you'll even get a temporary ban, to sate our thirst for bans. Jk we won't ban you (probably). Title Guidelines Your thread's title must describe what the tutorial is about and be about the length of a short sentence. As an example: How to make a dirt house in 3 easy steps! Once you've got the title out of the way, you must make sure to set the tags. It's not super important that you add more than one, but that one is a doozy. It must categorize what the tutorial is for. As an example, if your tutorial pertains to a particular server software, add that server software name to your tags and then set it as your Item prefix. Here's an example: Tutorial Guidelines Make sure your tutorial ticks the following boxes: Has clear, easy-to-follow steps. Descriptive descriptions. Images for clarification A point (no, "how to get OP on my server" is not a good tutorial) Good luck making tutorials!
-
What is this? Where am I? Where did all the topics go?!
hi, I just got finished writing an oauth provider into the ClassiCube website, and simultaneously got bored of maintaining the old forum code. So I've gone and made a new forum, with none of the old classic threads you know and love, but with almost all of the ease-of-posting that came with the old forums. All you need to do is slap that "Sign in with ClassiCube account" button and click 'yes, log in' to get logged in here. But Andrew, where the heck did all the old posts go? Don't worry, they're still there, right where you left them. You can access them at the same old site. Everything's just read-only, meaning you can't post or edit anything. Due to the radical change in how this forum software works vs the old handmade one, it's not really possible for me to automatically move all threads over. The idea is we (the team, or you) can copy and paste threads over as wanted. But really, why? I wrote the old forums from scratch (well, with Flask) and they were buggy and relatively poorly written because I was much more inexperienced when I wrote it. Now that I'm much more experienced at writing large applications, I don't have the drive to rewrite my poorly-written mess of a forum system. Additionally, since they're directly coupled with the rest of the site, any change I made had a chance of breaking the rest of the site for a moment. Adding new features that required database changes were iffy because I don't have a good migration system set up to perform schema modifications. It was a mess. This new system allows me to decouple the forums entirely from the site, only relying on the site for logins (which are handled via oauth, no custom wizardry!) and hosted on an entirely different system. anyway, thanks.