@inherits Umbraco.Web.Macros.PartialViewMacroPage @using System.Web.Mvc.Html @using OurUmbraco.Forum.Services @{ var topicService = new TopicService(ApplicationContext.DatabaseContext); var topic = topicService.CurrentTopic(this.Context, ApplicationContext.ApplicationCache.RequestCache); }
Copied to clipboard
@if (Members.IsLoggedIn()) {

Are you sure?

This will be gone forever and ever


}

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


@if(topic != null) { if (Members.IsLoggedIn()) {
Reply to topic
} else {
Please Sign in or register to post replies
} } else {

This topic no longer exists.

}