[quote=@LegendBegins] It was in previous times, so I don't think people would have trouble finding them. The biggest problem on mobile in regards to this is accidentally clicking the username instead of the latest post button. If you kept the button, and linked it, it would increase the area, but then you would have two elements with the same function. Though, as CaptainJordan proposed, you could update the button to redirect to the last unread post, and the time stamp to the latest post. The users could most likely figure this out fairy quickly, and it solves the "no latest post button on the subscription page" issue. [/quote] We could just do something like: [code][timestamp][/code] by [code][username][/code] From there we could have the timestamp link to the post and the username link to the profile, and the "by" just separates the two like a buffer to prevent a missed click or tap.