@inherits Umbraco.Web.Macros.PartialViewMacroPage @using System.Drawing @using OurUmbraco.Forum.Extensions @using OurUmbraco.Forum.Services @using OurUmbraco.Our @{ var topicService = new TopicService(ApplicationContext.DatabaseContext); Image avatarImage = null; if (Members.IsLoggedIn()) { avatarImage = Utils.GetMemberAvatarImage(Members.GetCurrentMember()); } }
Your profile picture is a little on the small side, It would look much nicer if you could update it to be larger image.
@if (topic.Replies != 0 && !string.IsNullOrEmpty(topic.LastReplyAuthorName))
{