https://github.com/brooksyd2/sitecoreyaf8 . I have tried to integrate also , once integrated it has shown YAF on sitecore backend like http://Mysitecoreinstance/YAF with testforum.
Then i have tried to install the YAF package and trying to show forum in one of the page of my website, however when i tried to place the sublayout YAF_Forum.ascx on to MVC presentation, it was not working as presentation details consists of all renderings except this sublayout. So, tried below option to make a call to this sublayout from MVC rendering using below link
http://bisstalk.blogspot...ayouts-rendering-on.html I am facing issue while rendering the sublayout control and getting below Exception at code line HttpContext.Current.Server.Execute(page, text, true); mentioned in the above bisstalk article.
Exception: Data at the root level is invalid. Line 1, position 1.
Working on this. I am i heading in wrong direction? Is there any other way to call this YAF_Forum sublayout directly on MVC?
regards,
Ram