<%~GForum::Post::View::get($in.post_id)%> <%~unless post_id%><%set error = GForum::language('POST_DOES_NOT_EXIST')%><%include error.html%><%endparse%><%endunless~%> <%~set search_widget = 1%> <%cat_full_name%>: <%forum_name%>: <%if post_deleted%>Post deleted by <%post_deleted_by%>: <%endif%><%post_subject%>: Detach & Move Thread <%include include_common_head.html%> <%~set content_header_title = 'Detach & Move Thread'%> <%~set content_header_subtitle = 'This post and any replies will be made into a new thread.'%> <%~set show_subject_crumb = 1%>
<%include include_header.html%>
<%~set content_header_title = 'Detach & Move Post'%> <%~init array breadcrumbs%><%init hash breadcrumbs.0%><%init hash breadcrumbs.1%> <%~set breadcrumbs.0.name = $forum_name%> <%~set breadcrumbs.0.url = GForum::SEO::url(params => "forum=$forum_id")%> <%~set breadcrumbs.1.name = $content_header_title%> <%include include_breadcrumb.html%>
<%-- start content--%> <%include include_content_header.html%>

You have chosen to detach the post ' $post_id, anchor => "p$post_id")%>"><%post_subject%>' <%~if post_replies%> and its <%post_replies%> repl<%if post_replies == 1%>y<%else%>ies<%endif%>,<%endif%> authored by <%set include_username_display = $post_username~%> <%include include_username.html%> on <%post_date%>.

Detaching a post will turn that post and any replies into a new thread. You also have the option now to place the new thread in another forum or leave it in the same forum by selecting the forum below.

<%hidden_form%> <%GForum::Forum::moderator_tpl_options(without => $forum_id)%>
<%-- end content --%>
<%include include_footer.html%>
<%~include include_global_js.html%>