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:
Read more
Continue reading...
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...