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
custom navigation - Printable Version

+- UserSpice (https://userspice.com/forums)
+-- Forum: General (https://userspice.com/forums/forumdisplay.php?fid=20)
+--- Forum: New to UserSpice? (https://userspice.com/forums/forumdisplay.php?fid=22)
+--- Thread: custom navigation (/showthread.php?tid=547)



custom navigation - snifer999 - 04-29-2017

hi
how can i over ride the default navigation with my custom navigation

thank you


custom navigation - mudmin - 04-29-2017

You have two choices.

If you just want to add to the existing navigation, you can do that in
usersc/includes/navigation.php

Usually I say not to edit the core files, but if you ONLY want your navigation and none of ours, I think you're pretty safe editing users/includes/navigation.php directly. The only thing is that you have to check that updates and patches you use won't overwrite it (which is very rare). My suggestion would be to edit the navigation.php and then immediately make a copy of it called navigation.bak. This way if you accidentally patch, it's a simple copy/paste to fix it.



custom navigation - snifer999 - 04-29-2017

thanks ..