Right now you can sort out the list, by clicking on links that is ?sortMode=activity , ?sortMode=comments .
I was thinking, cant I sort the list, without the site refreshing? (You know when you click on a link ?sortMode=comments, example, then you get refreshed).
The sortMode is only affecting $query, that selects WHERE type = activity and so.
How can i make this smarter, to use, so it changes the $query line somehow while nothing is refreshing. Maybe this is not possible, just a thought..Another way maybe to do this?