Walter
Well-known member
I currently test a forum with a page "home" and using "pages/home/" as Index Page Route. The reason is to fake a mini CMS on this site. Works perfectly with XF 1.2. The pageNodeNavigation currently looks like this:
Now I have to achieve two last things:
1) How can I show the pageNodeNavigation also in the forum itself? Not only on the pages? This way I would have a consistent navigation throughout the whole site.
2) How can I add the top level forums to the pageNodeNavigation? Should look like this:
Code:
Index (=my page "home")
--page 1
--page 2
--page 3
My Forum Index
Now I have to achieve two last things:
1) How can I show the pageNodeNavigation also in the forum itself? Not only on the pages? This way I would have a consistent navigation throughout the whole site.
2) How can I add the top level forums to the pageNodeNavigation? Should look like this:
Code:
Index (=my page "home")
--page 1
--page 2
--page 3
My Forum Index
--top level forum 1
--top level forum 2
--top level forum 3
Last edited: