an ASP.NET Open Source CMS & eCommerce platform
Search:
Skip Navigation LinksHome > DotShoppingCart Forums > Support > Using DotShoppingCart > How to create a forum?
Last Post 10/1/2008 12:53:17 PM By lukezy. 5 replies.
9/30/2008 2:07:41 PM
AurelianP
Posts: 17
Joined: 9/27/2008
How to create a forum?
Maybe is obvisous by I really cannot find the feature...
 
Sorry.
A
9/30/2008 2:20:16 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to create a forum?
Same steps as you create FAQ or Article. Instead you set the Default View to "Forums". Check Create FAQ Page By Using Hierarchy View
DotShoppingCart Staff
10/1/2008 4:35:53 AM
AurelianP
Posts: 17
Joined: 9/27/2008
Re: How to create a forum?
How did you fixed the wrong  links on forums notification emails?
10/1/2008 8:43:58 AM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to create a forum?
Just need to add a UrlPathEncode (see below). We will push the fix in the next release.
 
tokens.Add("Post.Url", HttpUtility.UrlPathEncode(html.Url.Replace(@"", section.URL)));
 
DotShoppingCart Staff
10/1/2008 12:27:02 PM
AurelianP
Posts: 17
Joined: 9/27/2008
Re: How to create a forum?
where should I add that line?
10/1/2008 12:53:17 PM
lukezy
Posts: 2109
Joined: 6/12/2007
Location:WA, US
Re: How to create a forum?
It's in DotShoppingCart.Commercial.OrderPipeline.dll which is delivered in binaries.
DotShoppingCart Staff