Hello,
I'm going to attempt to explain my problem the best I can.
I've created a new section, "/newsection/", in Community Server using the instructions here: http://docs.communityserver.org/wiki/page.aspx/250/how-to-add-new-pages-to-themes/
So I get /newsection/default.aspx working fine.
Now, on this new page I've placed a forum group list with a specific GroupID
<CSForum:GroupList ID="GroupList1" runat="server"> ...
That actually works, great. This renders a set of forum links with the latest thread from each forum there.
Forum5 Thread9 by SomeLoserForum6 Thread121 by AnotherLoser
As you can tell, this is a specific group of forums out of all the forum groups on the website. The hyperlinks, however all point to
/forums/5.aspx/forums/thread9-226.aspx
/forums/5.aspx
/forums/thread9-226.aspx
Which means that they are no longer under 'newsection'. I'd like to be able to modify these URLs so that they all live under the /newsection/ folder, how can I do that?
/newsection/forums/5.aspx/newsection/forums/thread9-226.aspxor maybe/newsection/5.aspx /newsection/thraed9-226.aspx
/newsection/forums/5.aspx/newsection/forums/thread9-226.aspx
or maybe
/newsection/5.aspx /newsection/thraed9-226.aspx
Copyright© 2008 Telligent Systems Inc. All rights reserved CommunityServer.com • Telligent.com