YAFLogo

f0zzyNUE
  • f0zzyNUE
  • 100% (Exalted)
  • YAF Commander Topic Starter
13 years ago
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

Sponsor
f0zzyNUE
  • f0zzyNUE
  • 100% (Exalted)
  • YAF Commander Topic Starter
13 years ago
sorry - found out that I had a wrong urlrewriter.config deployed ...