RSS Feed/News How to create custom page with custom container?

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
26,835
Points
823

Reputation:

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

Read more

Continue reading...
 
Status
Not open for further replies.
Top