Custom pages

Stimo

Active member
Hi I would like to know if there was an add-on for custom pages?
So like you created one and a tab on the navigation would be created and on this page you could display html/bbcode etc.
 
Hi I would like to know if there was an add-on for custom pages?
So like you created one and a tab on the navigation would be created and on this page you could display html/bbcode etc.


You can create pages in XenForo, it allows linking directly to a custom template or having HTML directly on the page itself.

Also in the page options you're able to set "Display As Tab".

This is technically considered a node.
 
Thats great but can you make a page without it being displayed as a forum? I just want a blank canvas to where i can paste BBcode images, once the link is clicked on the navbar the page opens with the pictures displayed.
You just un-tick the option "Display in Node List" in the Page Node options. :)
 
Thats great but can you make a page without it being displayed as a forum?

The Nodes As Tabs addon allows for this:

http://xenforo.com/community/resources/nodes-as-tabs.9/

Usage:
To create a node as a tab you simply need to set these two options as shown below (the first of which is a standard node option, the second of which is added by this addon):

Admin CP -> Applications -> Display Node Tree -> [click the node]

View attachment 29093
View attachment 29094

You can enable both options if you want the node to be listed in both places, but normally you would only enable one.

I just want a blank canvas to where i can paste BBcode images, once the link is clicked on the navbar the page opens with the pictures displayed.

Page nodes actually use HTML, not BB code. For example, this is a HTML image tag:

Code:
<img src="http://www.domain.com/image.gif" />

Or if you want to use BB code then you can actually assign a thread to a tab using the Nodes As Tabs addon. An example is in the addon description:


Threads allow BB code formatting.
 
The Nodes As Tabs addon allows for this:

http://xenforo.com/community/resources/nodes-as-tabs.9/





Page nodes actually use HTML, not BB code. For example, this is a HTML image tag:

Code:
<img src="http://www.domain.com/image.gif" />

Or if you want to use BB code then you can actually assign a thread to a tab using the Nodes As Tabs addon. An example is in the addon description:



Threads allow BB code formatting.
Fantastic post thank you so much.
 
Top Bottom