This forum is archived. Posts are preserved for historical reference. For current help, join us on Discord.

custom navigation

In New to UserSpice? · Started by snifer999 on 2017-04-29 2:53 am · 8049 views · 2 replies

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

thank you
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.
thanks ..