Opinions on active topic display - Posted (1013 Views)
Forum Admin
HuwR
Posts: 20611
20611
Whille playing with the new .net version, I found myself pondering what the best way to display the active topics.
should I stick to the way it is done with the current code (active topics are order by category/forum/lastpostdate or should they just be displayed by lastpostdate and not ordered by category/forum.
Anybody have any strong opinions either way ?
 Sort direction, for dates DESC means newest first  
 Page size 
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
I think I prefer the categorized version. Not a too relevant issue, but I am a member of a forum where that doesn't happen, and you don't really have a clear notion of where the posts belong to.
Posted
Forum Admin
HuwR
Posts: 20611
20611
I would still keep an indication (and link) to where the post came from, just not group them into category/forum, it makes more sense to me to have the latest topic at the top of the list, with the current system the latest post could be on a totaly different page
Posted
Senior Member
bobby131313
Posts: 1163
1163
I like it the way it is. On my forum, people have certain categories they care about and some they don't. The way it is now it's easy to just skip over the categories you don't like. If I switched it to the other way, I'd better find a foxhole fast.
Posted
Snitz Forums Admin
ruirib
Posts: 26364
26364
Maybe I am too used to Snitz, but I now use regularly vBulletin and sometimes I am handling posts I shouldn't be, just because there is not a clear indication to where they belong, as it happens with Snitz. I do agree with Bobby, because of that.
Posted
Forum Admin
HuwR
Posts: 20611
20611
Posted
Support Moderator
Shaggy
Posts: 6780
6780
Hmm ... never really gave it much thought, guess I'm just used to the way we currently do things. On a busy forum, it's definitely advantageous to have them categorised so members can skip over the categories they have no interest in. But, we (as individual developers) want to encourage people to spend as much time as possible on our sites and interacting - they can easily miss a topic that would interest them or that they could contribute to with active topics categorised.
I suppose it's down to personal preference, really - how hard would it be to give each member the option of how they wanted them displayed?
Search is your friend “I was having a mildly paranoid day, mostly due to the
fact that the mad priest lady from over the river had
taken to nailing weasels to my front door again.”
Posted
Forum Admin
HuwR
Posts: 20611
20611
probably not that difficult, I will have a play, the categorization is done by calling a single function which just rewrites the diplay of the grid (the query is preordered by cat/forum/lastpostdate and then just calls a function when binding to the grid), so changing it would just be a matter of using a different orderby clause and not calling the groupby function on the grid.
 
You Must enter a message