Hello,
Is there a plan to provide a Forum/Blog module for the public website with backend management? If not, do you recommend any open-source Forum/Blog that I can integrate with ASPNETZERO?
Thanks
5 Answer(s)
-
0
we don't have any plan for blog or forum module in the near future. there are not many forums written in c# . you can checkout YAFNET. it's an old forum coded in c# not looks fancy but you can customize
<a class="postlink" href="https://github.com/YAFNET/YAFNET">https://github.com/YAFNET/YAFNET</a>
-
0
Thanks. Would I be able to integrate both together especially having users login to one place and be authenticated in both ?
-
0
Hi @bilalhaidar,
Actually we don't have any information about <a class="postlink" href="https://github.com/YAFNET/YAFNET">https://github.com/YAFNET/YAFNET</a>. I suggest you to search yourself for a Forum/Blog module.
But Logging user to both public website and froum/blog might be hard. You can try to find one supports ASP.NET Identity Core.
Thanks.
-
0
OK thanks
-
1
There is this... https://github.com/aspnetboilerplate/sample-blog-module
I think ASP.NET Zero team should update it for ASP.NET Zero UI and make it an included app with ASP.NET Zero (-;