So I am at a loss and really need to be pointed in the right direction.
I added the template for the Knowledge Base custom view and it inspired me to create a new section for my user base.
My user base create "lists" for a variety of games.
Essentially what i want to be able to do is edit the layout of am:ForumContentNavigator or ignore it entirely and create my own. To do so I would need to understand the template process a bit better so any help would be appreciated.
The idea is to group topics in a particular forum by Category.
This Category header would be bound to the jQuery "accordion" function and expand and collapse the topics underneath it.
On the end user side, they would see a list of categories with the number of "lists"(topics) in it, be able to click that Category and expand to see all of the "lists"(topics) in the category.
Where I would like to get even trickier is... I would like to be able to sort this list of "lists"(topics) by PostRating. The sorting would be done by highest average where Count() of votes is higher.
I'm able to write this type of code outside of DNN and AF, but really don't know where to start to be able to integrate these types of sprocs and customizations.
Any help would be appreciated as well as any middle tier solutions, like implementing the jQuery "accordion" but not the sorting...
Thanks in advance!
