I hate ipb, immorally overpriced

You can with xf syntax. <xf:sidenav>moo</xf:sidenav>
But yes, if you want additional navigation then you can use the option posted above.
After seeing the template you posted (@Paul B), I might just start using Page nodes more often now.

I suppose this should be posted in Styling and customization questions, as the above "moo" example just placed "moo" in the sidebar and not a navigation menu as you've shown.

Is there syntax that can be shared to build a navigation system like that and only include the pages you want? Or does the navigation all fall under the parent page node?

This got me thinking about making the standard Terms and Rules help pages into separate Page nodes, but I'd like a navigation like this where there's no "parent", but rather
"Terms of Service"
"Rules"
"Privacy Policy"
"Cookie Policy"

I suppose if there has to be a parent Page node ("Tests and examples") it could serve as an index to break down the children.

As the default is under "Help", which is not really help (which I would reserve for how to use the forum).

Edit: Hmmm... Guess it's not as complicated as I had imagined (syntax to build the nodes). It's just using these appropriately for the nodes to display correctly.
1733486117109.webp
 
Last edited:
I recommend trying it out on a demo so you get an idea what can be achieved with the built in nav functionality: https://xenforo.com/demo/
I'm doing it on a dev instance. I just didn't really gather that these would create the side nav that you showed in your example.
1733486206764.webp

I've always created a side nav to display widgets only. I didn't realize you could have a navigation of pages by simply doing this.

It really opens up page node usage to a whole lot more uses, for me at least, to separate content in a manner that fits my needs.

Not working exactly how I'd like
1733487521315.webp

As Tests and examples link you to the main forum and not a "Parent Page".

However, after building it out a bit, copying the HTML code to build my own works.

Anywhoo... Back on topic, IPB is overpriced. Good for them to set their own prices that work for their corporate structure. (y)
 
Last edited:
I've never seen pages being used in the wild. not one.

We use custom pages quite extensively. Most of them are internal for our members, but a couple public examples:



And our "operations portal":
1733865187375.webp
 
So basically xenforo is more expensive.
it depends on your needs.
if you need what invision offers then it is to get xenforo to match it.
if you only need a forum and a gallery and or resources then xenforo will be cheaper.
a friend of mine still curses invision for getting rid of their old plan where you could mix and match.
 
You can do that for free with PhpBB3, now XF offers pages too but that's not for dummies it needs some knowleage about coding.
i doubt you can do the same with phpbb that you can with invision or even xenforo.
the pages that invision offers is not the same as the pages that xenforo does.
i guess i keep overlooking the clubs that xenforo has built in as they do not show up in a search.
 
We use custom pages quite extensively. Most of them are internal for our members, but a couple public examples:



And our "operations portal":
View attachment 315402
This is awesome, thanks for sharing examples.
 
i doubt you can do the same with phpbb that you can with invision or even xenforo.
the pages that invision offers is not the same as the pages that xenforo does.
i guess i keep overlooking the clubs that xenforo has built in as they do not show up in a search.
Of course there's differnces, that's different platforms at all, but the important is that you can do that with all of them. :)
 
but the important is that you can do that with all of them
not like what invision pages offers.
their pages is not just formatting html to display something.
you can pull information from a database you create for the information and then display it.
not easy to do unless you are good in html and database stuff but i have not found anything like it for xenforo.
it is what i keep being pulled to about invision.
 
you can pull information from a database you create for the information and then display it.
not easy to do unless you are good in html and database stuff but i have not found anything like it for xenforo.
it is what i keep being pulled to about invision.
Can you not do the same thing with XF pages using a PHP callback?
 
Can you not do the same thing with XF pages using a PHP callback?
if you want to write your own code you probably can.
but not everyone will want to learn to code.
and i do not know how that would work for creating the database for the data collected.
seem like you would need to write a complete plug in to work the same.
 
Can you not do the same thing with XF pages using a PHP callback?
i had to get a new demo account over there but this is what i commenting on.
the little I played with it was rather complicated if you did not know what you were doing.
Invision pages.webp

invision pages 2.webp
 
if you want to write your own code you probably can.
but not everyone will want to learn to code.
and i do not know how that would work for creating the database for the data collected.
seem like you would need to write a complete plug in to work the same.
So, yes, you can do what you're saying you can't do with XF pages, although it may be more difficult than with the other, far more expensive, software.
 
Back
Top Bottom