YAFLogo

Posted by: tonkpills - Tuesday, 11 December 2012 14:11:00
I currently a old version of YAF installed on a website with a page at root level (called Forums.aspx) that has a YAF forum control in it. YAF is installed in http://mysite.com/forum/ and the custom page is in http://mysite.com/Forums.aspx so when I navigate to the different pages it is still navigating to http://mysite/Forum.aspx?g=topics&f=36 witch is fine. But after upgrading the YAF to the latest one I'm having an issue with the links in the control, now they are pointing to http://mysite.com/forum/Forums.aspx instead of http://mysite.com/Forums.aspx. I have changed YAF.AppRoot to be ~/ and it works but then the theme CSS is /Themes/yafpro/theme.css instead of /forum/Themes/yafpro/theme.css so it stops working. Any ideas? My config for the old site is: My config for the new site is:

Posted by: tonkpills - Tuesday, 11 December 2012 14:13:18
Tried putting in the new configuration but with no avail, is this a depreciated configuration setting?

Posted by: tonkpills - Wednesday, 27 February 2013 15:13:30
Got it working by adding in the two keys below: Hope this helps someone else.