YAFLogo

Posted by: f0zzyNUE - Saturday, 4 February 2012 20:30:17
hi, it seems that the links to the last unread and last post are built incorrectly. whenever i click on them I am redirected to the homepage. I use the url-rewriter. in the sourcecode it looks correct textMessageLink.NavigateUrl = YafBuildLink.GetLinkNotEscaped( ForumPages.posts, "t={0}&find=unread", currentRow["TopicID"]); but the resulting links look like http://baseurl.com/yaf_postsm31593findlastpost_test234.aspx - for the last post http://baseurl.com/yaf_postst1516findunread_test234.aspx - for the last unread post ... both links redirect to the forum start page ... cheers, CHris

Posted by: f0zzyNUE - Saturday, 4 February 2012 20:34:59
sorry - found out that I had a wrong urlrewriter.config deployed ...