Technical support This forum is closed.
Version 1.x > Technical support > Forum.aspx - adding new forum View modes: 
User avatar
Member
Member
forrester - 2/14/2006 8:52:04 PM
   
Forum.aspx - adding new forum
Hi,

How can I change the settings so when I add a new forum in a forum group, it will be added at the top of the group and not the bottom?

Thanks,
forrester

User avatar
Guest
admin - 2/14/2006 9:29:16 PM
   
Re: Forum.aspx - adding new forum
Hello,

Unfortunately, the forums are currently sorted by forum name only. We will consider enabling custom forum order for Kentico CMS 2.0.

Best Regards,

User avatar
Member
Member
forrester - 2/14/2006 9:32:39 PM
   
Re: Forum.aspx - adding new forum
I appreciate the quick reply.

- forrester

User avatar
Member
Member
forrester - 2/15/2006 7:09:30 PM
   
Re: Forum.aspx - adding new forum
After doing a little more research and finding the solution, I realized that what I was wanting to do and how I worded it in the original post were not the same thing.

I was actually wanting the 'orderby' to descend and found it in ForumGroups.ascx...then in the queryrepeater I changed "orderby='ForumDisplayName'" to "orderby='ForumDisplayName DESC'"...and it worked.

Thanks,
forrester