I just compiled and installed the new forum. (rev 4217)
First on our test site and after testing on our live site.
Everything seemed ok, but I noticed that when I would click on a link to jump to a topic, the page was redirected and a #postxxxx was added. This was not really acceptable, so I had to fix this. I haven't really worked with the code, so I have no idea if I did the right thing or I caused other issues, but the following did the trick for me:
in /pages/post.ascx.cs
in BindData
I commented this:
// move to this message on load...
//PageContext.PageElements.RegisterJsBlockStartup(
// this, "GotoAnchorJs", JavaScriptBlocks.LoadGotoAnchor("post{0}".FormatWith(findMessageId)));
This 'otoAnchorJs' caused this behaviour, so I removed it.
Furthermore, I never had installation problems on our test-site, but when I wanted to install it on my production site I got an exception during installation.... #$@$# (that is not what you want on a live website)
I turned off the error redirection and saw that the column NotificationType in yaf_User was checked wrong. With sweety hand palms, I just added the column (int, null) and tried it again and all went fine.
Next I had issues with a lot of stuff, but after saving the host settings and restarting the application, all seems fine.
But I do think that the developers should look at those two problems.
- Robert
Edited by user
2010-12-11T21:26:14Z
|
Reason: Not specified