Login Redirect Container?

pegasus

Well-known member
I'm trying to create a page that has the same look and feel as the redirect message after a successful login (template login_post_redirect). I've tried mimicking the XenForo_ViewPublic_Login_PostRedirect and copying the template, but no matter what I do, my template always gets wrapped in PAGE_CONTAINER. This is not what I want. When I try to specify a blank containerTemplate, the page is missing the styles and Javascript.

Does anyone know what containerTemplate login_post_redirect uses, or how to structure the responseView so that PAGE_CONTAINER is not used but we still have styles and Javascript?
 
Top Bottom