Game Development Community

dev|Pro Game Development Curriculum

Be a Hero Answer A Question

by Rick Overman · 02/09/2006 (3:51 pm) · 16 comments

I added a new link on the Community page to display a list of Unanswered Forum Posts for the last 60 days.

If you have a few spare minutes and you would like to contribute back to the community this is the easist, most rewarding way to promote indie development.

Let see how long it takes us to get this list to ZERO!

Enjoy!
--Rick

#1
02/09/2006 (4:16 pm)
Good idea! Love it ;)
#2
02/09/2006 (4:19 pm)
Aha, so that's why you've been digging up month old posts..... =)
In either case, I'll check it out.
#3
02/09/2006 (4:53 pm)
ugh those questions are hard I pick out the easy torque script questions :).
#4
02/09/2006 (5:17 pm)
great addition! ;)

but... while on http://www.garagegames.com/mg/whatsnew/ - the new link in FireFox totally brakes layout of the page
#5
02/09/2006 (10:01 pm)
I would like to see more sticky's in the GG forums. A FAQ + common threads on stuff.
I like how Cgsociety does there forum. This might help cut down some of the noob and "when is tse ready?" questions. :)
#6
02/09/2006 (10:22 pm)
Yes. This is a great idea!
#7
02/09/2006 (10:42 pm)
That's an awesome idea! I wish every forum site thinks of doing this. There are a lot of times I see very interesting questions only to find that they are never answered.
#8
02/10/2006 (12:23 am)
That's a great idea!
#9
02/10/2006 (3:41 am)
It would be nice if the Flag all topics as read for this only flagged the displayed topics and not all unread posts. Just a caveat.
#10
02/10/2006 (5:43 am)
Very nice idea :)

Also I agree with Cisor, although I've adjusted how I browse these forums now. I open unread posts in a new tab, then work my way through the posts and finally click mark read.

The only down side to this is when I'm part way through reading the posts and have to do something else (which may involve reboots/or otherwise closing the browser and losing my place) theres only two options, mark everything as read and miss out on whatever posts I hadn't really read. Or, leaving them all unread and upon returning having to reread all the posts I'd previously read just to make sure nobody has added another reply,

I'd ideally (although how much extra space/resources this would consume I've no idea) like the red dot to only show posts I've not yet looked at (or have had a reply since I last looked at them). A few forums do this. You can visit the forum, read a few posts and leave. When you return those posts you didn't read (or have had a reply added since you read them) will be highlighted differently. Makes it much easier to nip onto forums read/reply to a few posts now and then.

BTW This isn't important, but if you added a bit of java script or something such that when the post comment box that I'm typing this reply into contains any text, the "Rate it" and "watch thread" options are disabled. I don't do it often, but it is irratating to write a reply then think I'll subscribe to this thread, only to see your reply vanish as the page refreshes.

Either that, or refill the text box with whatever the user has partially typed when the page refreshes just to a rate it or subscribe thread forum post.
#11
02/10/2006 (9:36 am)
Worst case it would take about 1,950,400,000 table rows (about 29Gb of storage) to keep track of the read status of each thread (not post) for every GG user. Now not all users are active on the forums, and it is probably only necessary to keep track of read/unread for the last few months(?), and I really only need to track read. Making some rough guesses at those percentages it might only be about 1,350,00,000 table rows (2Gb of Storage) and a fair chunk of server memory. I suppose you could pack the info into a huge bit vector but then you are looking at eating up a bunch of CPU to parse and decode that every time you view a page.

...Right now I track 4bytes per user.

I would like a more granular solution too, but our traffic (2+ Mil pages/month), post volume and large user base makes it a little more interesting to solve. Suggestions welcome.
#12
02/10/2006 (11:29 am)
So perhaps a compromise? A search creates the list for the hero topics, so the same list could be tied to the 'mark all posts as read' button. That way the rest of the forum posts would be unaffected and can be browsed separately.

Edit: I forgot to mention I think the 'unanswered posts' a very good idea, BTW.
#13
02/10/2006 (2:24 pm)
Instant fan, as soon as I saw it!
#14
02/10/2006 (2:32 pm)
You know you guys are all saying this is a great idea has anyone answered any questions?

:)

I have answered 2 so far... seeing as how I dont own the sdk and still can't to this day get the news letter I think I am doing pretty good.
#15
02/11/2006 (1:40 am)
I have, every day. Alright, some of those were simply announcements but...

- Melv.
#16
02/11/2006 (6:35 am)
@Donald,

Yep. Since Rick posted this, I've answered several lonely posts. I felt compelled to share my cluelessness with others. ;)


@Rick

After using this for a few days, I'm liking it more and more. Like many others here, I enjoy helping end-users/learners. But doing so on most FIFO discussion boards is difficult. In such an environment, timing and chance are huge factors in getting or providing answers. This tool give us a chance to seek out opportunities to help in whatever small ways we can. I'm guessing it will improve the community's already strong sense of cohesion. And it's helped me get answers as well.

Anyway, thanks for making this possible.