Lee Well-known member Oct 19, 2020 #1 Is there a way to call a navigation item in the templates rather than display it on the top navigation bar?
Is there a way to call a navigation item in the templates rather than display it on the top navigation bar?
P Paul B XenForo moderator Staff member Oct 19, 2020 #2 They're just standard links using XF template code, e.g. HTML: <a href="{{ link('members/list') }}">Member List</a> Upvote 0 Downvote
They're just standard links using XF template code, e.g. HTML: <a href="{{ link('members/list') }}">Member List</a>
Lee Well-known member Oct 19, 2020 #3 Ah, thats a shame - thanks Brogan. I was hoping there was a way to loop through the navigation items within a section and display them as a list. Upvote 0 Downvote
Ah, thats a shame - thanks Brogan. I was hoping there was a way to loop through the navigation items within a section and display them as a list.
P Paul B XenForo moderator Staff member Oct 19, 2020 #4 Ahh, it wasn't clear what you were trying to do. The code for that is in the PAGE_CONTAINER template but you would need a custom solution to pull a specific nav item and its children. Upvote 0 Downvote
Ahh, it wasn't clear what you were trying to do. The code for that is in the PAGE_CONTAINER template but you would need a custom solution to pull a specific nav item and its children.