The following warnings occurred:
Warning [2] Undefined variable $unreadreports - Line: 26 - File: global.php(961) : eval()'d code PHP 8.1.2-1ubuntu2.14 (Linux)
File Line Function
/global.php(961) : eval()'d code 26 errorHandler->error
/global.php 961 eval
/printthread.php 16 require_once



UserSpice
how do i add to navigation.php - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: Support Center (https://userspice.com/forums/forumdisplay.php?fid=23)
+--- Forum: UserSpice 4.3 and Below (https://userspice.com/forums/forumdisplay.php?fid=26)
+--- Thread: how do i add to navigation.php (/showthread.php?tid=172)



how do i add to navigation.php - caleb - 06-24-2016

I would like to add more links to the navbar. I have worked with bootstrap navbars before but i cant find where the home link is the one on the left side next to the site img. any help would be appreciated


how do i add to navigation.php - mudmin - 06-25-2016

Sorry for the confusion. Menu items are added 3 places...

In users/includes/navigation.php there are 2 places to enter things..
towards the top of the file you enter hamburger(mobile) links. Toward the bottom of the file are the dropdown links. Those are all primarily system generated.

Then, in usersc/includes/navigation.php are the upper left links. The home link is at the top with some other examples commented out. I hope that helps.