diff --git a/OurUmbraco.Site/Views/MacroPartials/Members/QuickMenu.cshtml b/OurUmbraco.Site/Views/MacroPartials/Members/QuickMenu.cshtml index 690fb639..1051fb79 100644 --- a/OurUmbraco.Site/Views/MacroPartials/Members/QuickMenu.cshtml +++ b/OurUmbraco.Site/Views/MacroPartials/Members/QuickMenu.cshtml @@ -18,8 +18,7 @@ var roles = System.Web.Security.Roles.GetRolesForUser(); - //TODO: This is apparently for topics that the current user has been active in?? This is certainly not the case. - var latestTopics = topicService.GetAll(maxCount: 100); + var latestTopics = topicService.GetLatestTopicsForMember(member.Id, maxCount: 100);
Reply by @topic.LastReplyAuthorName @topic.Updated.Day
- } -
+ Reply by @topic.LastReplyAuthorName
+ @topic.Updated.ConvertToRelativeTime()
+