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_p...indlastpost_test234.aspx - for the last post
http://baseurl.com/yaf_p...6findunread_test234.aspx - for the last unread post ...
both links redirect to the forum start page ...
cheers,
CHris