Links Navbar

Documentation on how to add Links Navigation Bar.

Only Champion Tebex Theme supports Links Navbar. This is just for those who use that theme. This is not supported by Gladiator Tebex Theme.

Links Navbar is a navigation bar with links located on the top of the all other topbars/content blocks.

To add link to Links Navbar, you have to go to 'layout.html' file and at the top in navigation_links section change enabled to true.

In the name field you have to enter the name for the Link, into the link field you have to put the link you want & into the icon field you have to put FontAwesome Icon (e.g. fas fa-home).

Now you can copy/paste configuration over and over for every link you want.

Example with multiple links:

list: [{
    name: "Home",
    link: "https://your-site.com",
    icon: "fas fa-home"
}, {
    name: "Vote",
    link: "https://vote.your-site.com",
    icon: "fas fa-vote-yea"
}]

Last updated