Base solution for your next web application
Open Closed

Forum/Blog module #3564


User avatar
0
bilalhaidar created

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)
  • User Avatar
    0
    alper created
    Support Team

    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>

  • User Avatar
    0
    bilalhaidar created

    Thanks. Would I be able to integrate both together especially having users login to one place and be authenticated in both ?

  • User Avatar
    0
    ismcagdas created
    Support Team

    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.

  • User Avatar
    0
    bilalhaidar created

    OK thanks

  • User Avatar
    1
    dparizek created

    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 (-;