RalleRalle
Active member
Hi,
sorry, I was not able to find anything on this with the search (or: I found too much which was not related to what I want to do)
I would like to use xenforo to serve a static HTML-page without any javascript or xenforo-headers or anything.
What I did:
1.) I defined a new style called "Blank"
2.) In that style I changed the template "PAGE_CONTAINER" to:
3.) Next I defined a new page node, and chose the style "Blank".
Voila: The page is displayed, the "Testing 123" shows up OK, but not what I defined as HTML-content for the page node.
What tag do I have to embed to get the content of the page node?
{xen:raw $templateHtml} does not seem not work.
Thank you!
sorry, I was not able to find anything on this with the search (or: I found too much which was not related to what I want to do)
I would like to use xenforo to serve a static HTML-page without any javascript or xenforo-headers or anything.
What I did:
1.) I defined a new style called "Blank"
2.) In that style I changed the template "PAGE_CONTAINER" to:
Code:
<html>
<head>
<title></title>
</head>
<body>
Testing 123
{xen:raw $templateHtml}
</body>
</html>
3.) Next I defined a new page node, and chose the style "Blank".
Voila: The page is displayed, the "Testing 123" shows up OK, but not what I defined as HTML-content for the page node.
What tag do I have to embed to get the content of the page node?
{xen:raw $templateHtml} does not seem not work.
Thank you!
Last edited: