XF 2.2 How to add new page to navigation menu

80sDude

Well-known member
How can I add a new page to the navigation menu? I made a new node as a page but not sure how to add it to the nav menu. Thanks
 
At admin.php?navigation/ with type node.

If you want the tab to focus, add this to the top of the page HTML.

1681654914399.png

Ensure page matches the navigation ID entered in the nav setting.

1681654965304.png
 
For adding a new tab I put down {{ link('pages/rules') }} which works but is there a way to have it where in the url it just shows /rules as opposed to /pages/rules?
 
Top Bottom