Posted by: kheiser - Wednesday, 11 September 2024 16:00:57 |
---|
Seeing an issue when viewing posts in our forum that the title shows up as "Reset Password" rather than the subject of the post. I dug into the issue a bit, and it looks like the title should be set in YAFNET.Web -> Extensions -> ForumPageExtension.cs in the GeneratePageTitle function. It looks like in the switch statement it should be doing the same thing for Post as it does for Posts. I added the line in the screenshot below, and it seems to fix the issue. Oddly though, the issue doesn't seem to be occurring on this forum, so I was wondering if the title should be set somewhere else that I'm not seeing. [attach]2358[/attach] |
Posted by: tha_watcha - Saturday, 21 September 2024 09:20:44 |
---|
Thanks issue should be fixed now. |