I'm hoping you can help me out with some page sorting. I've created a very simple forum and I would like to show the most recent discussions at the top of the listing.
Posts can't be edited and for now I sort the different threads on CreateDate but I need to include the CreateDate's of the replies as well so that the listing shows the most recent activities at the top. The replies are stored as child pages of the "head post" page so I need to sort by the most recent head post's CreateDate and also include the Children of these (the replies) if there are any.
It's a bit hard to explain. Do you see where I'm going with this?
I think I might have an idea about what you mean - So are you still struggling with this issue? And if so...do you have some code you're currently tweaking?
Sort by CreateDate in two node layers
I'm hoping you can help me out with some page sorting. I've created a very simple forum and I would like to show the most recent discussions at the top of the listing.
Posts can't be edited and for now I sort the different threads on CreateDate but I need to include the CreateDate's of the replies as well so that the listing shows the most recent activities at the top. The replies are stored as child pages of the "head post" page so I need to sort by the most recent head post's CreateDate and also include the Children of these (the replies) if there are any.
It's a bit hard to explain. Do you see where I'm going with this?
Hi Peter
I think I might have an idea about what you mean - So are you still struggling with this issue? And if so...do you have some code you're currently tweaking?
/Jan
is working on a reply...