You are currently looking at Flamebate, our community forums. Players can discuss the game here, strategize, and role play as their characters.
You need to be logged in to post and to see the uncensored versions of these forums.
![]() |
|||||||
---|---|---|---|---|---|---|---|
|
As it stands, there are three columns under the forums tab: All forums, streak, and visit history.
So when a streak gets a bit complicated, you have to keep checking the streak tab, which is rather arbitrarily listed alphabetically – if you want it listed by date, you go to visit history.
Couldn’t this be simplified by simply marking the forums in a streak in the forums tab? Maybe just putting a green ticks next to the ones already in your streak? That way you can clearly see which ones to go to next, and the streak tab wouldn’t be needed. It’d also minimise the chance of accidentally pwning one that’s in both the forums AND the community forums tabs. |
||||||
Posted On: 12/14/2008 11:13PM | View Thiefree's Profile | # | ||||||
|
That’s not needed. |
||||||
Posted On: 12/14/2008 11:15PM | View Fran's Profile | # | ||||||
|
Yeah, this would make things much more simple, especially when your looking at streaks of 40+, 50+, etc. CZ could do completely do away with the streak tab, if they wanted to. |
||||||
Posted On: 12/14/2008 11:21PM | View Bill_Murray_Fan_...'s Profile | # | ||||||
|
yeah, that would be nice. alternatively, ill probably just write a script to do this when i’m bored sometime since its annoying. but if they did it for me thatd be nice too. =D |
||||||
Posted On: 12/15/2008 12:16AM | View Neona's Profile | # | ||||||
Fran Posted: No improvement is ever ‘needed’, but this one would be damned helpful. Would help absent-minded morons like me from redoing the forums that show up on both tabs like Paranoid Panorama and ruining a streak. |
|||||||
Posted On: 12/15/2008 1:26AM | View hchan1's Profile | # | ||||||
|
Solid idea. |
||||||
Posted On: 12/15/2008 1:36AM | View Bigandtasty's Profile | # | ||||||
|
Normally I am for things that streamline the game and ease play, I just don’t think this is necessary. If a player cannot keep track or pwn the forums in order, they are pwning at the risk of losing their streak. It is seriously not hard to go down each list of forums and just skip the dupes and G! One does not need to make special spread sheets or bookmarks, just pwn in order for heaven sake. If you start a streak by either pwning G! (the death resets the streak) or pwning your first forum twice in a row (also rests the streak) and then just going straight down the lists all you need to do to keep track is look at your visit history to see which forum you pwned last and move to the next in line. |
||||||
Posted On: 12/15/2008 1:39AM | View scully's Profile | # | ||||||
|
I do have to say I think the current attempt at a “streak” tab is worthless, and I wonder who if anyone looks at it. Since CZ apparently tried to help people, I consider this a failure and maybe it should be re-looked at or removed.
I’m not for or against making it easier to streak, but the streak tab is useless as it is now imo. |
||||||
Posted On: 12/15/2008 1:59AM | View Wylin's Profile | # | ||||||
|
Eventhough having the forums already pwned listed in the forum overview would be really helpful, I’d be already satisfied with a much less significant improvement: Please make it possible to sort the Streak tab by forum difficulty seperated into forums and community forums. So you can at least see if you already pwned a forum or not when you go to the streak tab. |
||||||
Posted On: 12/15/2008 8:06AM | View FalCoN's Profile | # | ||||||
|
I think the entire table should use the uniform table design and programming set forth by the List of Forums in the wiki. You can just click a header and sort by whatever criteria you darn well please. That framework is so extensible it’s compatible with Wiki-editing, so why can’t CZ (or ET, rather) put it to use in the forums list?
Hell, he could even add an “in streak” indicator, then you could sort by that column and BAM, ALL your streaking work is done for you. Log in to see images! |
||||||
Posted On: 12/15/2008 8:11AM | View FalconFour's Profile | # | ||||||
Or just change the color for forums already pwned in this streak in the forums list. |
|||||||
Posted On: 12/15/2008 8:18AM | View HAARP's Profile | # | ||||||
|
scullyangel Posted:
I have to agree with this. As much as I HATE IT when I lose a streak, 99% of the time, it’s due to my own stupidity or not paying attention. There should be some risk to this instead of making it *that*damned*easy* to do.
Wylin Posted:
I use it to know what number I’m on in a streak. And if you don’t pwn the forums in order, it’s helpful to have an alpha list that tells you exactly what you’ve already done instead of going through the visit history and praying you don’t miss that you re-pwned the same one somewhere. When I was using Excel to figure out my streaks and not just running them in order, this tool would have been SPECTACULAR to have. God only knows how many times I forgot to mark something off and screwed my streak.
FalCoN Posted:
The ability to sort would be nice, but that negates the ability to separate regular forums and community forums. If you’re looking to see if you’ve pwned xyz forum already, isn’t it better to have it straight alpha so you know exactly where to look? |
||||||
Posted On: 12/15/2008 9:17AM | View spacekadt's Profile | # | ||||||
|
spacekadt Posted:
This.
Also, I asked ET when it was first implemented about just putting a flag next to the forum in your list, but he indicated it would be a significant performance hit to do the individual table joins on each player every time they went to those tabs. Right now the three tabs are just straight database dumps. |
||||||
Posted On: 12/19/2008 10:10AM | View MC Banhammer's Profile | # | ||||||
|
MC Banhammer Posted:
Ah, makes sense. Thanks for the info x |
||||||
Posted On: 12/19/2008 11:55AM | View Thiefree's Profile | # | ||||||
|
HAARP Posted:
This. Highlighting them in yellow or something if they’re already pwned in the current streak would be awesome. |
||||||
Posted On: 12/19/2008 12:03PM | View Fingerz's Profile | # | ||||||
|
Fingerz Posted:
MC Banhammer Posted:
Coloring them differently is the same as putting in a flag: You have to do a database join to determine which records should be colored. MC Banhammer edited this message on 12/19/2008 12:11PM |
||||||
Posted On: 12/19/2008 12:10PM | View MC Banhammer's Profile | # | ||||||
|
If they’re both simply straightforward database queries, then you don’t really need to do complicated joins… just do the specialized comparison in the code based on two simple (existing) queries, instead of having the database try figuring out exactly what you want out of it. Retrieve both sets of information (since they’re already both requested most of the time anyway), and present it to the browser for the client-side scripting (JavaScript) to put the marks on the table (if you’re worried about server performance)... or just do the comparison on the server and present it all at once.
I’d think the issue might be making it “too easy” to streak, not that it’d be a performance or implementation problem, but that’s just me. Log in to see images! |
||||||
Posted On: 12/19/2008 1:05PM | View FalconFour's Profile | # | ||||||