XF 2.2 How to create custom page with custom container?

RoffDaniel

Member
Hello! For a very long time I have been trying to solve the issue of creating my own page, let's take the main one, with its own unique content. I found this thread here: https://xenforo.com/community/threads/page-without-page-container.138047/
That's what I did:
HTML:
<xf:title>Test</xf:title>
<xf:page option="template">DIP_PAGE_CONTAINER</xf:page>

<div class="hero hero-lg bg-body-extra-light overflow-hidden">
    <div class="hero-inner">
        <div class="content content-full">
            <div class="row">
                <div class="col-lg-5 text-center text-lg-start d-lg-flex align-items-lg-center">
...
The template is called dip_home_page. How can I call him? This is what I don't understand. Should I create my controller? So that all navigation and menus remain ...

I tried to create a page through Nodes and work with the page content there, but apparently this is not the case

Please tell me! Thanks
 
Top Bottom