04-29-2017, 10:57 AM
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.
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.