How to create custom page with custom container?

  • Thread starter Thread starter RoffDaniel
  • Start date Start date

RoffDaniel

Guest
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:

Code:

Code:

Code:
<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...
...

Read more

Continue reading...
 
Top