Hello all,
After updating the dutch.xml file, I was able to integrate the forum into an existing website, with a dutch interface. But now I have a problem when posting replies in a website integrated forum. The problem does not exist when posting a reply in a standalone forum (with pretty much the same configuration settings).
Version of YAF: 1.9.3, revision 2231 (latest).
Target Framework: 3.5 (instead of 2.0)
IIS 7 (Classic Managed Pipeline)
Class in which the error occurs: ForumJump.cs
Line number: 57
int.TryParse(postCollection[postDataKey], out forumID)
The above statement results in an error, the forumID can't be retrieved out of the postCollection variable. In a standalone forum the statement is performed without problems.
Can someone look into this error? Because it's a real deal breaker.
Also the SmartScroller.cs file has to be modified to work without Javascript errors in an website integrated forum. The modified SmartScroller.cs class is attached.
Also the modified dutch.xml language file is attached. These modifications to the language file are needed to work with the 1.9.3 version of YAF.